Hi Guys
I don't know too much about FFMPEG, so hope u can help me with this basic question:
Can FFMPEG read an videofile, and output the data you need to i.e. a textfile
data like fps, width, height etc etc.
If yes, can you give me pointers how to?
+ Reply to Thread
Results 1 to 4 of 4
-
-
well it gives the basic info you need in the output console.
just use
Code:ffmpeg -i input.avi
Code:ffmpeg -i input.avi>info.txt 2>>&1
there's a tool based on ffmpeg, called ffprobe
which is specifically to get info,
but you have to compile it yourself.
gl -
hey 45tripp - Thanks
If anyone have a precompiled version of this ffprobe that they wanna share, please speak up =) -
well here's one if you're still interested.
http://www.mediafire.com/?cxxwm3bnj4y
tripp
Similar Threads
-
Capturing a video with ffmpeg does not output audio when played
By oban in forum Capturing and VCRReplies: 0Last Post: 3rd Jun 2011, 10:11 -
ffmpeg output 2gb limit? Is there one? ffmpeg stops encoding h264 @ 2gb
By BrainiakZ in forum Video ConversionReplies: 14Last Post: 30th Mar 2011, 12:04 -
Splitting MPEG 2 files with ffmpeg causes stutters in output video
By rickyp123 in forum Video ConversionReplies: 8Last Post: 24th Dec 2010, 20:08 -
FFmpeg and quality of the output video
By Vidameker in forum Video ConversionReplies: 2Last Post: 26th Jan 2010, 20:46 -
[INFO] ffmpeg 0.5 for Windows
By Midzuki in forum Newbie / General discussionsReplies: 5Last Post: 27th Mar 2009, 21:13