VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hi guys,

    Please could someone help me with the following. It is for research purposes. I have tried searching online but haven't found a solid solution yet.

    I am looking for a software tool that can take a AVI file (with a specified bitrate, resolution etc.) as input and output a MPEG2-Elementary Stream output. I only need video and no audio is required for now.

    * AVI -> MPEG2-ES

    Can ffmpeg or vlc or similar tool perform this ? if so please could you give me an example of the commands i need to use ?

    many thanks!
    Quote Quote  
  2. ffmpeg -i input.avi -vcodec mpeg2video -q:v 4 -an output.m2v

    -q:v is the quantizer, lower values mean better quality, higher filesizes
    Quote Quote  
  3. Thank you

    but doesn't this produce a MPEG2-PS stream instead ?
    Quote Quote  
  4. m2v is an elementary video stream

    (not multiplexed in a program stream with, say audio, or subs)
    Quote Quote  
  5. Cool thanks I'll try it.
    Quote Quote  



Similar Threads

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