Log in

View Full Version : MPEG-2 decoder command line inputs


maheshmore
16th February 2016, 13:26
I am trying to decode a m2v video using mpeg-2 decoder source code available on mpeg official site (http://www.mpeg.org/pub_ftp/mpeg/mssg/old/mpeg2codec_verify_v1.1.tar.gz).

As I am new to MPEG-2 and it is not given in the documentation, I am not getting what should i provide as a command line input (what are the parameters in proper format) ?

I have new.m2v as a mpeg 2 file and i wanted to convert it back to .yuv video.

Can anyone suggest

raffriff42
16th February 2016, 22:42
Why don't you read the source code, all your answers are there.
Search for main(int argc, char *argv[]) (http://stackoverflow.com/questions/19419569/how-does-the-main-method-work-in-c)

maheshmore
17th February 2016, 08:49
Actually I tried the same but sadly still was not able to figure out..:(