Does anyone know why I continue to have problems playing this video? Here is the output of ffmpeg
Code:ffmpeg -i 2011-03-19\ 00-05-00~00-09-59.avi ffmpeg version N-33436-g059707e, Copyright (c) 2000-2011 the FFmpeg developers built on Oct 9 2011 17:30:55 with gcc 4.5.2 configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab libavutil 51. 20. 1 / 51. 20. 1 libavcodec 53. 19. 1 / 53. 19. 1 libavformat 53. 14. 0 / 53. 14. 0 libavdevice 53. 4. 0 / 53. 4. 0 libavfilter 2. 43. 6 / 2. 43. 6 libswscale 2. 1. 0 / 2. 1. 0 libpostproc 51. 2. 0 / 51. 2. 0 [avi @ 0x1d237c0] Something went wrong during header parsing, I will ignore it and try to continue anyway. [avi @ 0x1d237c0] parser not found for codec none, packets or times may be invalid. [avi @ 0x1d237c0] max_analyze_duration 5000000 reached at 5000000 Input #0, avi, from '2011-03-19 00-05-00~00-09-59.avi': Duration: 00:04:59.93, start: 0.000000, bitrate: 1561 kb/s Stream #0:0: Video: none (8[0][0][0] / 0x0038), 94x1819440243, 30 fps, 30 tbr, 30 tbn, 30 tbc
+ Reply to Thread
Results 1 to 5 of 5
-
-
The problem is that it is use a codec that ffmpeg can't seem to decode using it's own libraries. I can play the move in VLC just fine and in VLC > Codec Details it shows that ffmpeg is using "Codec: Motion JPEG Video (QIVG)". I'd like ffmeg to use the same codec but I can't seem to get ffmeg to use that one and don't know why since it is part of the libavcodec.
-
if you can play it with vlc, as a temporary workaround, you should be able to convert it with vlc
maybe your binary wasn't compiled properly? maybe try a pre-compiled build
http://ffmpeg.zeranoe.com/builds/
if that still yields errors, can you upload a sample? You might be able to open it in vdub and cut using direct stream copy mode -
Try using Fourcc Code Changer to change the fourcc to a different MJPG fourcc. From what I've read, ffmpeg is supposed to recognize and decode QIVG though.
Similar Threads
-
Video Playing problem....
By Amirul Izzad in forum RestorationReplies: 1Last Post: 13th Dec 2011, 03:31 -
a problem playing the video
By man4life in forum Newbie / General discussionsReplies: 6Last Post: 28th Dec 2010, 08:42 -
Video Playing Problem
By silveringking in forum Newbie / General discussionsReplies: 0Last Post: 22nd Mar 2009, 17:30 -
Video playing PROBLEM
By Mark03 in forum Newbie / General discussionsReplies: 1Last Post: 1st May 2008, 17:28 -
Video playing problem!!!
By Wladimir90 in forum Newbie / General discussionsReplies: 5Last Post: 13th Nov 2007, 14:43