Hi folks ,
I need some help for converting my .vob file to MPEG2 PS files with MPEG2 video & PCM audio and MPEG2 video & AAC audio respectively , using FFMPeg. I dont seem to get the audio to encode properly in both cases and it does not play well on different players available like WinDVD , Windows Media , PowerDVD on Windows( Files get created but do not play with audio or I just hear cracks & squeals) . Mpeg4 DirectShow filters are also installed and I am able to create & play aac files separately.
THe ffmpeg command I have used for AAC along with MPEG2 video is :
ffmpeg -i x.vob -f dvd -vcodec mpeg2video -acodec aac test.mpg.
The ffmpeg command I have used for PCM along with MPEG2 video is :
ffmpeg -i x.vob -f dvd -vcodec mpeg2video -acodec pcm_s16le test_pcm.mpg
The source .vob is MPEG2 video with AC3 audio.
I am using latest version of FFMPeg ( 0.4.9 pre 1) and shows the startup banner with --enable-faad --enable-faac --enable-a52 --enable-memalign-hack along with other options.
I would really appreciate if somebody could tell me what I am doing wrong which is peventing me from getting PCM , AAC audio with MPEG2 video .
Thanks
Othenan
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
advantages of transcoding mpeg2
By codemaster in forum EditingReplies: 4Last Post: 26th Apr 2012, 16:11 -
deinterlacing source mpeg2 when transcoding it to dv
By codemaster in forum EditingReplies: 14Last Post: 20th Apr 2012, 13:18 -
Newbie - ffmpeg args for transcoding 1080p to 720p, etc.
By awatelet in forum Newbie / General discussionsReplies: 2Last Post: 28th Apr 2011, 13:21 -
Transcoding audio -> ffmpeg - besweet - avisynth?
By wiseant in forum AudioReplies: 4Last Post: 18th Dec 2009, 22:14 -
ffmpeg options for PS3 transcoding
By techid in forum LinuxReplies: 6Last Post: 23rd Jun 2007, 03:40