Amar
unread,Jul 16, 2010, 3:18:11 AM7/16/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebM Discussion
Dear One,
I can not get meta-data for webm video file.
I converted a flv file to webm file as :
$ ffmpeg -i cartoon.flv -b 506000 -fs 10000000 -f webm -vcodec libvpx
cartoon.webm
and when I used ffprobe , cartoon.webm have almost no meta data
ffprobe cartoon.webm
FFprobe version SVN-r24084, Copyright (c) 2007-2010 the FFmpeg
developers
built on Jul 7 2010 23:50:53 with gcc 4.4.1
configuration: --enable-gpl --enable-version3 --enable-nonfree --
enable-postproc --enable-pthreads --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --
enable-libx264 --enable-libxvid --enable-x11grab --enable-libvpx
libavutil 50.20. 0 / 50.20. 0
libavcodec 52.79. 1 / 52.79. 1
libavformat 52.73. 0 / 52.73. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.20. 1 / 1.20. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
[matroska @ 0xae82010] Estimating duration from bitrate, this may be
inaccurate
Input #0, matroska, from 'cartoon.webm':
Duration: 00:02:26.79, start: 0.000000, bitrate: N/A
Stream #0.0: Video: vp8, yuv420p, 660x480, PAR 1:1 DAR 11:8, 24
fps, 24 tbr, 1k tbn, 24 tbc
Stream #0.1: Audio: vorbis, 44100 Hz, stereo, s16
_____________________________________________________________________________
which was there with cartoon.flv
ffprobe cartoon.flv
FFprobe version SVN-r24084, Copyright (c) 2007-2010 the FFmpeg
developers
built on Jul 7 2010 23:50:53 with gcc 4.4.1
configuration: --enable-gpl --enable-version3 --enable-nonfree --
enable-postproc --enable-pthreads --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --
enable-libx264 --enable-libxvid --enable-x11grab --enable-libvpx
libavutil 50.20. 0 / 50.20. 0
libavcodec 52.79. 1 / 52.79. 1
libavformat 52.73. 0 / 52.73. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.20. 1 / 1.20. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
[flv @ 0xa16f020] Estimating duration from bitrate, this may be
inaccurate
Input #0, flv, from 'cartoon.flv':
Metadata:
duration : 376
starttime : 0
totalduration : 376
width : 660
height : 480
videodatarate : 366
audiodatarate : 129
totaldatarate : 502
framerate : 24
bytelength : 23671397
canseekontime : true
sourcedata : B7AA66E05HH1278498044352903
purl :
pmsg :
Duration: 00:06:16.43, start: 0.000000, bitrate: 506 kb/s
Stream #0.0: Video: h264, yuv420p, 660x480 [PAR 1:1 DAR 11:8], 374
kb/s, 24 tbr, 1k tbn, 47.98 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 131 kb/s
__________________________________________________________
what can be the possible reason...?
Should I need to include all parameters explicitly
Also the webm file plays well
so it means that parameters are there with it.
regards