I have one file Film.MPG. Which is 720P and 50 frames per second. When i play the file using gst-launch playbin uri=file:///tmp/final.mpg
it does not work. But it works with Mplayer/VLC. I noticed that I can convert the file and it also works but then I lose quality.
So my question is. How do i use ffmpeg
to convert File.MPG to better quality File.AVI or other formats, so that I have balanced video/audio or almost same working.
Follow up:
by doing this its working: ffmpeg -sameq -i filmfr2.mpg filmfr2.avi