I have had trouble with interlacing or artifacts when using ffmpeg to encode a HD MOV file to FLV.
I am converting a MOV h264, yuv420p, 1280x720 pcm_s16le, 44100 Hz, mono, 705 kb/s
to a FLV ffmpeg Flash Video, 1280x720, 200 kbps, 29.97 fps, no crop mp3, 22050 Hz, 56 kbps
as you can see by this example file
http://blip.tv/file/3544581
and looks like I am losing Data going by the log
h264 @ 0x54340c]concealing 3600 DC, 3600 AC, 3600 MV errors
[h264 @ 0x54340c]concealing 3600 DC, 3600 AC, 3600 MV errors
[h264 @ 0x54340c]concealing 3600 DC, 3600 AC, 3600 MV errors
[h264 @ 0x54340c]concealing 3600 DC, 3600 AC, 3600 MV errors
[h264 @ 0x54340c]AVC: Consumed only 93669 bytes instead of 93672
[h264 @ 0x54340c]AVC: nal size 0
[h264 @ 0x54340c]concealing 3600 DC, 3600 AC, 3600 MV errors
[h264 @ 0x54340c]AVC: Consumed only 106881 bytes instead of 106884
[h264 @ 0x54340c]AVC: nal size 0
[h264 @ 0x54340c]AVC: Consumed only 95037 bytes instead of 95040
it is greying out every few seconds - any ideas as to why and is there a solution?
Cheers in advance to anyone who might know
Results 1 to 3 of 3
-
-
The full log might have helped more, as you excerpt only shows a fraction of what's going on.
- 200 kbps is certainly not enough for Flash Video, 1280x720, 29.97 fps. My first guess is that the grey comes from not enough bitrate.
- The blip.tv file is 222 kbps ABR video at only 320x240, 12 fps. Perhaps they converted your output file once more?
- If you want 1280x720 output, you should stick to AVC/H.264 for efficiency. Modern Flash players will play .mp4 just as fine as .flv, although I wouldn't want 1280x720 in a web page.
Similar Threads
-
flv to avi with ffmpegx
By giovecam in forum ffmpegX general discussionReplies: 10Last Post: 6th Mar 2010, 14:52 -
FLV Metadata(?) problem - ffmpegX Progress hangs at 96%
By ThomasAlbert in forum ffmpegX general discussionReplies: 8Last Post: 1st May 2009, 09:04 -
What encode does FFMPEGX use for FLV?
By pieman1968 in forum ffmpegX general discussionReplies: 1Last Post: 3rd Apr 2009, 13:16 -
Problem encoding to .flv - produces Zero KB file in one sec ?!
By toki4004 in forum ffmpegX general discussionReplies: 11Last Post: 25th Jan 2009, 05:58 -
Problem with artifacts in flv conversion - i.e. converting to flv from avi
By brassplyer in forum Video Streaming DownloadingReplies: 9Last Post: 30th Apr 2008, 22:09