maheshmore
15th February 2016, 07:58
I am trying to encode a yuv video using MPEG-2 encoder. using a source code provided on MPEG official site (http://www.mpeg.org/pub_ftp/mpeg/mssg/old/mpeg2codec_v1.1a.tar.gz). Source code contains multiple source files and a makefile.
I tried running it in windows 7 using VC++ 2010 express.But I did not use makefile. It got complied and run without any error, but I did not get expected output.
Is it due to not using makefile? If yes how should I use the makefile?
NOTE: You need to provide 2 inputs from command line (parameter file and a name of output video).
I tried running it in windows 7 using VC++ 2010 express.But I did not use makefile. It got complied and run without any error, but I did not get expected output.
Is it due to not using makefile? If yes how should I use the makefile?
NOTE: You need to provide 2 inputs from command line (parameter file and a name of output video).