Announcement

Collapse
No announcement yet.

Default Audio Setting from Profile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Default Audio Setting from Profile

    I hope this is the right forum, please feel free to move it if it is not.

    I am trying to create a profile that will allow my movies to play on my roku. The video is fine but the roku requires Dolby II Logic 256 KB max. I can change this manually, but I was hoping that if I specified it in a profile XML file, it would do it by default. So far this has not been the case with either Video Converter or DVD Ripper.

    Can someone help me?

    The XML file I use is below (please note these values were based on the profile_document.xml file that was included with the profiles):


    <profile name="generic.mp4.h264.aac.roku" version="200" device="generic" tag="dvdfab" description="The profile is used for the roku XDS.">
    <common>
    <file format="mp4" mode="0" onefile_size_mb="700" number="1" />
    <device channel_ability="2" />
    <audio copy="0" codec="aac" channel="2" >
    <freq value="48000" list="48000" />
    <bitrate value="256000" list="256000" muti_value="/1:96000/2:96000/6:448000/"/>
    <volume percent="100" />
    <channels mode="3" />
    </audio>
    <video>
    <size list="" />
    <subtitle mode="0" />
    <encode codec="h264" fourcc="H264" bitrate_kbps="486" >
    <mode value="real_time" list="real_time" />
    <x264 preset="x264_MP4.preset" />
    </encode>
    </video>
    </common>
    <acodec name="faac">
    <common profile="1" quality="100" />
    </acodec>
    <vcodec name="h264" />
    </profile>
Working...
X