2009-03-03, 01:37 AM
I record SD and HD television shows with GBPVR and the Hauppauge HVR-1600 and HVR-2250 tuner cards. While these turn out fine, there are some playback issues on my Tvix M6500 that I'm trying to solve by transcoding.
I have found if I transcode to an MP4 file with MP4 video and AAC audio the playback works perfectly. However, shows with 5.1 audio end up kind of weird sounding when transcoded into 6 channel. It's like it gets downmixed to stereo on just the left and center channel or something. Hard to explain.
This is the commandline I am using:
"C:\program files\ffmpeg\ffmpeg.exe" -i D:\clip.mpg -threads 4 -vcodec mpeg4 -b 12000k -acodec libfaac -ab 192kb -ac 6 d:\test.mp4
Any ideas what I can do to retain the full 5.1 audio tracks?
I also need to retain compatibility for standard def channels with 2 channel stereo tracks.
I'm not concerned about file sizes.
Thanks,
Anthony
I have found if I transcode to an MP4 file with MP4 video and AAC audio the playback works perfectly. However, shows with 5.1 audio end up kind of weird sounding when transcoded into 6 channel. It's like it gets downmixed to stereo on just the left and center channel or something. Hard to explain.
This is the commandline I am using:
"C:\program files\ffmpeg\ffmpeg.exe" -i D:\clip.mpg -threads 4 -vcodec mpeg4 -b 12000k -acodec libfaac -ab 192kb -ac 6 d:\test.mp4
Any ideas what I can do to retain the full 5.1 audio tracks?
I also need to retain compatibility for standard def channels with 2 channel stereo tracks.
I'm not concerned about file sizes.
Thanks,
Anthony