[FFmpeg-user] FLV Video not Playing Smoothly

NeonFlash psykosonik_frequenz at yahoo.com
Mon Dec 17 06:18:23 CET 2012


Hi,

Please find more details below:

Streaming Video was captured using: Stream Transport software.

Output video format: FLV
Player used to play the video: VLC Media Player

Since the video did not play smoothly, I tried to troubleshoot by viewing the information with ffmpeg.

So, here is the complete output when I check this FLV file with ffmpeg:

ffmpeg.exe -i tofix.flv

tofix.flv (This is the FLV file which is not playing smoothly)

complete output here:

***************************************************************

ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg developers
  built on Nov 25 2012 12:23:20 with gcc 4.7.2 (GCC)
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3
 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib
--enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-
amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut -
-enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --
enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enab
le-libxavs --enable-libxvid --enable-zlib
  libavutil      52.  9.100 / 52.  9.100
  libavcodec     54. 77.100 / 54. 77.100
  libavformat    54. 37.100 / 54. 37.100
  libavdevice    54.  3.100 / 54.  3.100
  libavfilter     3. 23.102 /  3. 23.102
  libswscale      2.  1.102 /  2.  1.102
  libswresample   0. 17.101 /  0. 17.101
  libpostproc    52.  2.100 / 52.  2.100
[flv @ 0003e9a0] Invalid keyframes object, skipping.
[flv @ 0003e9a0] Keyframe index parsing failed
Input #0, flv, from 'tofix.flv':
  Metadata:
    audiodelay      : 0
    audiosize       : 6607344
    canSeekToEnd    : false
    datasize        : 271773993
    hasAudio        : true
    hasCuePoints    : false
    hasKeyframes    : true
    hasMetadata     : true
    hasVideo        : true
    lastkeyframetimestamp: 424
    lasttimestamp   : 425
    metadatacreator : inlet media FLVTool2 v1.0.6 - http://www.inlet-media.de/fl
vtool2
    videosize       : 265143027
  Duration: 00:07:04.62, start: 0.000000, bitrate: 1903 kb/s
    Stream #0:0: Video: flv1, yuv420p, 960x540, 5112 kb/s, 29.97 tbr, 1k tbn, 1k
 tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 112 kb/s
At least one output file must be specified

***************************************************************

The video was not captured using ffmpeg and not decoded/encoded either. However, I thought ffmpeg could be used for the purpose of troubleshooting here. And once the problem is identified, I could use ffmpeg to fix the video as well?

Thanks.



________________________________
 From: Lou <lou at lrcd.com>
To: ffmpeg-user at ffmpeg.org 
Sent: Monday, December 17, 2012 2:55 AM
Subject: Re: [FFmpeg-user] FLV Video not Playing Smoothly
 
On Sat, Dec 15, 2012, at 09:31 PM, NeonFlash wrote:
> Hi,
> 
> 
> I have captured some videos from a Flash Media Server using Stream
> Transport. These videos were downloaded over RTMP and were saved in FLV
> format.
[...]
> How can I fix the second video so that it plays smoothly? Someone
> suggested me that I need to Remux the second video so that it plays
> smoothly.

You didn't mention what player you're using. What about ffplay?
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list