I've been bothered since moving from DVDFab v8.2.3 to v9.1.x of not being able to find an m2ts audiocopy profile for DVD ripper. There's one for Blu-Ray ripping but I can't find one for DVDs. I still use 8.2.3 for that. Am I missing something or is there a v9 profile editor that I can make one ?
Announcement
Collapse
No announcement yet.
m2ts audiocopy
Collapse
X
-
I was able to resolve this issue myself by manually editing the m2ts XML profile. I changed the section which read:
<audio enable="1" key="ac3">
<codecs>
<codec key="copy" copy="1" multi="1" unsupport="" unsupport_source="file,bd"/>
<codec key="ac3" multi="1">
<channels value="6" mode="4"/>
<generic profile="1" ver="0" layer="0"/>
</codec>
</codecs>
To read:
<audio enable="1" key="ac3">
<codecs>
<codec key="copy" copy="1" multi="1"/>
<codec key="ac3" multi="1">
<channels value="6" mode="4"/>
<generic profile="1" ver="0" layer="0"/>
</codec>
</codecs>
The audio copy option now appears on v9.1.8.3 DVD ripper and it works fine.
-
Originally posted by jbinkley60 View PostI've been bothered since moving from DVDFab v8.2.3 to v9.1.x of not being able to find an m2ts audiocopy profile for DVD ripper. There's one for Blu-Ray ripping but I can't find one for DVDs.
In the case of DVD. The audio and video streams are placed within the .vob container.I SUPPORT 'FAIR USE'. MY MORALS PREVENT ME FROM HELPING ANYONE WHO OBTAINS COPYRIGHTED CONTENT ILLEGITIMATELYI've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout and A/V Gear
Comment
-
Originally posted by SeeMoreDigital View PostThere's a good reason for this... The DVD format does not include support for .m2ts contained files.
In the case of DVD. The audio and video streams are placed within the .vob container.
Comment
Comment