I make home dvd's using transcode and when I play them on my dvd player
they sound fine, however when I play them on other family members dvd
players the audio sounds like chipmunks. Why is this and how can I fix
it. Here is my command line string (with some variable subs):
transcode -i dv/inp -m test1.ac3 -o test1 -w 8500 -x dv,dv -F '8, -c -q
2 -4 1 -2 1 -H -K file=matrix.txt -R 2' -y mpeg2enc,raw -N 0x2000 -b 256
--encode_fields b --export_prof format --export_fps 29.97 --export_asr
aspectRatio -j 0,8,0,8 --print_status 30
And my mplex string:
mplex -f 8 -V -o inp.vob inp.m2v inp.ac3
I don't mess with this script much, but I would like to be able to make
DVD's for other family members as well. Thanks