VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Sep 2005
    Location
    India
    Search Comp PM
    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
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    You are using 0.4.9 pre 1? or a more recent cvs build?

    Since your source video is MPEG2 already why not -vcodec copy?

    I'm not sure that ffmpeg can mux aac to PS mpg's or that splitters would handle it.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!