I have modified the generic.mkv.h264.audiocopy profile so that the resolutions that I want for my devices are listed.
when I do this, the ability to render the subtitles to ane xternal file disappears.
Here are the two profiles:
<profile name="generic.mkv.h264.audiocopy" version="200" device="generic" tag="dvdfab,default" description="The
profile is used to create mkv(h264 + source audio) file, which can be played on PC or supported device." >
<common>
<file format="mkv"/>
<audio copy="1" />
<video>
<encode codec="h264" fourcc="H264" bitrate_kbps="768" >
<mode value="real_time" list="real_time, high_quality" />
</encode>
</video>
</common>
<vcodec name="h264"/>
</profile>
<profile name="GadgetKings.E8HD.h264.audiocopy" version="200" device="GadgetKings" tag="dvdfab,default"
description="The profile is used to create an mkv with source audio file, which can be played on the Gadget Kings
E8HD Network & Hard Disk Media Player." >
<common>
<file format="mkv"/>
<audio copy="1" />
<video>
<size list="720x400,720x576" />
<encode codec="h264" fourcc="H264" bitrate_kbps="1400" minbitrate_kbps="1200" maxbitrate_kbps="1800" >
<mode value="high_quality" list="real_time, high_quality" />
</encode>
</video>
</common>
<vcodec name="h264"/>
</profile>
The only difference is the size list line.
Anyone got any ideas??
when I do this, the ability to render the subtitles to ane xternal file disappears.
Here are the two profiles:
<profile name="generic.mkv.h264.audiocopy" version="200" device="generic" tag="dvdfab,default" description="The
profile is used to create mkv(h264 + source audio) file, which can be played on PC or supported device." >
<common>
<file format="mkv"/>
<audio copy="1" />
<video>
<encode codec="h264" fourcc="H264" bitrate_kbps="768" >
<mode value="real_time" list="real_time, high_quality" />
</encode>
</video>
</common>
<vcodec name="h264"/>
</profile>
<profile name="GadgetKings.E8HD.h264.audiocopy" version="200" device="GadgetKings" tag="dvdfab,default"
description="The profile is used to create an mkv with source audio file, which can be played on the Gadget Kings
E8HD Network & Hard Disk Media Player." >
<common>
<file format="mkv"/>
<audio copy="1" />
<video>
<size list="720x400,720x576" />
<encode codec="h264" fourcc="H264" bitrate_kbps="1400" minbitrate_kbps="1200" maxbitrate_kbps="1800" >
<mode value="high_quality" list="real_time, high_quality" />
</encode>
</video>
</common>
<vcodec name="h264"/>
</profile>
The only difference is the size list line.
Anyone got any ideas??
Comment