[FFmpeg-user] about flv file metadata

esolve esolve esolvepolito at gmail.com
Sat Oct 27 02:19:28 CEST 2012


*command line:
--------------------------------------------------------
ffmpeg -i youtube_1.flv -f ffmetadata*
*--------------------------------------------------------

output:

ffmpeg version 0.8.12, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jun 13 2012 09:57:38 with gcc 4.6.3 20120306 (Red Hat 4.6.3-2)
  configuration: --prefix=/usr --bindir=/usr/bin
--datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg
--libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64
--extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
--enable-bzlib --enable-libcelt --enable-libdc1394 --enable-libdirac
--enable-libfreetype --enable-libgsm --enable-libmp3lame
--enable-libopenjpeg --enable-librtmp --enable-libschroedinger
--enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter
--enable-postproc --enable-pthreads --disable-static --enable-shared
--enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64
--enable-runtime-cpudetect
  libavutil    51.  9. 1 / 51.  9. 1
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  5. 0 / 53.  5. 0
  libavdevice  53.  1. 1 / 53.  1. 1
  libavfilter   2. 23. 0 /  2. 23. 0
  libswscale    2.  0. 0 /  2.  0. 0
  libpostproc  51.  2. 0 / 51.  2. 0
[flv @ 0x1e5f600] Estimating duration from bitrate, this may be inaccurate
Input #0, flv, from 'youtube_1.flv':
  Metadata:
    duration        : 205
    starttime       : 0
    totalduration   : 205
    width           : 640
    height          : 360
    videodatarate   : 741
    audiodatarate   : 117
    totaldatarate   : 864
    framerate       : 25
    bytelength      : 22177678
    canseekontime   : true
    sourcedata      : BADC214C5HH1349887655671782
    purl            :
    pmsg            :
  Duration: 00:03:24.72, start: 0.000000, bitrate: 878 kb/s
    Stream #0.0: Video: h264 (Main), yuv420p, 640x360 [PAR 1:1 DAR 16:9],
758 kb/s, 25 tbr, 1k tbn, 50 tbc
    Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 120 kb/s
At least one output file must be specified
*

2012/10/27 Roger Pack <rogerdpack2 at gmail.com>

> >   I use ffmpeg to retrieve information about adobe flash videos, and get
> >
> > ------------------------------
> > -------------------------------------------
> > Input #0, flv, from 'flash':
> >   Metadata:
> >     duration        : 205
> >     videodatarate   : 1040
> >     audiodatarate   : 118
> >     totaldatarate   : 1163
> >     bytelength      : 29833281
> >   ........
> >   Duration: 00:03:24.72, start: 0.000000, bitrate: 1185 kb/s
>
> What is your complete uncut command line and console output?
> -r
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list