Hello,
I'm recording tv using mediaportal and ts-files. the ts-files have 2 audio lines (1.mpg-audio 2.ac3)
My goal is to convert the video, to delete mpg-audio and to keep ac3. All data should be stored in an avi-container.
I dont want to convert ac3 into another surround-sound format, i want to keep it untouched.
Using the standard mencoder settings audio is converted. I used project-x to delete mpg-audio and tried to change some lines in mencoder.config but I never got the original ac3 line in the avi-folder.
I know there a some post about that topic arround but I couldnt figure it out.
Here is a random exceprt of mencoder.config:
[x264-Low-Res]
profile-desc="H.264 Low Resolution (480x320)"
vf=pullup,softskip,pp=fd,scale=480:-2,crop=480:320,hqdn3d,harddup
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=800
oac=faac=yes
faacopts=br=192:raw=yes:mpeg=4:tns=yes
af=volnorm=2
#FileExtension=avi
How does it have to look like exactly to keep ac3 as single audio?
Diggi