Video recoding with ffmpeg?

First, your version of ffmpeg is over a year old. A lot has improved with ffmpeg and H.264 since last year. Please try upgrading to at least ffmpeg-0.7.

First, your version of ffmpeg is over a year old. A lot has improved with ffmpeg and H.264 since last year. Please try upgrading to at least ffmpeg-0.7.It's a little difficult to tell exactly where the problem is because ffmpeg isn't displaying all the options passed to x264 for H.264 encoding.

Try increasing the verbosity of ffmpeg output (using -v 1 or -v 2 somewhere near the beginning of the ffmpeg command). But based on my experience using ffmpeg to transcode videos for Android, my guess is that you're not using the H.264 Baseline profile (see the wikipedia article on H.264 if you're curious). Try adding -profile baseline if you have ffmpeg-0.7 or later.

If you can't upgrade your ffmpeg for some reason or another, you can specify the Baseline profile by using the -vpre baseline option after you specify -vpre medium. If for some reason you get an error trying to use the Baseline preset, you can manually force the Baseline options by specifying -coder 0 -bf 0 -flags2 -wpred-dct8x8 on the command line after the -vpre medium.

Thank you so much! As I'm not in a position to upgrade ffmpeg right now, I had to go with other options. Adding -vpre baseline to the command line did the trick!

It's now playing correctly on the handset. – Aleks G Nov 8 at 9:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions