I investigated the integrity of some *.avi video files with a ffmpeg command like
Most of them are correct but some of them show various errors:ffmpeg -loglevel warning -i <videofile> -f null -
1.) [ac3 @ 0000000002a80800] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[ac3 @ 0000000002a80800] incomplete frame
2.) [mp3 @ 00000000005654c0] Header missing
[mp3 @ 0000000002688960] Header missing
3.) [avi @ 00000000004927c0] Format avi detected only with low score of 1, misdetection possible!
4.) [h264 @ 000000000054c700] mmco: unref short failure
6.) [mpeg4 @ 0000000000640400] marker does not match f_code
7.) [null @ 00000000027a2760] Encoder did not produce proper pts, making some up.
8.) [null @ 00000000004bd6a0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 12 >= 12
I guess the first two errors are audio-track related, the next three video-related but what are the two last about about?
Which of them can be repaired by ffmpeg WITHOUT full re-encoding? E.g. with a ffmpeg command like:
ffmpeg" -i <originalfile> -vcodec copy -acodec copy <outrepairedfile>
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
ffmpeg buffer underflow & packet too large errors
By rookieauthor in forum Video ConversionReplies: 29Last Post: 17th May 2014, 02:41 -
Whenever I tried to 'make uninstall' ffmpeg , I am getting following errors
By ninadgac in forum LinuxReplies: 8Last Post: 16th Jul 2013, 14:45 -
FFmpeg - Facing errors when converting video on live streaming
By iTechGeek12 in forum Newbie / General discussionsReplies: 1Last Post: 4th Jun 2013, 13:42 -
Errors in ffmpeg while trying to encode dvb-stream
By NGage^ in forum DVB / IPTVReplies: 1Last Post: 13th Oct 2012, 02:28 -
FFmpeg udp streaming errors
By Blekss in forum Video Streaming DownloadingReplies: 1Last Post: 31st May 2011, 10:28