View Full Version : Video to frames
moto1234
21st September 2008, 00:55
Hello everyone,
I am looking for tools that convert mpeg4,flv, streaming videos into frames and extract the timestamp of that frame.
could anyone help me in that.
thanks in advance
mikeytown2
21st September 2008, 11:59
Open the Video in an Avisynth Script
Add this if wanted to the script
http://avisynth.org/mediawiki/ShowFrameNumber
Open script in VDub, File -> Export -> Image Sequence
http://www.virtualdub.org/
moto1234
25th September 2008, 00:04
thank you for ur reply.
is there any tool that extracts frames and names them with their timecode. the video is streaming video (flv/avc) format.
thanks again
mikeytown2
25th September 2008, 00:44
Give an example of, lets say the first 10 frames. How would you like those to be named?
moto1234
26th September 2008, 19:33
lets say first frame plays at 12:00:00:000 (hours:minutes:seconds:millisecond)
second frame 12:00:00:040
tenth frame 12:00:00:360
I want to name first frame with 12:00:00:000
second frame 12:00:00:040
so on
Is there any tool for it. Can mplayer do this.
Thankyou for ur reply
mikeytown2
26th September 2008, 21:46
":" can not be a character used in a filename.
http://www.ss64.com/nt/syntax-filenames.html
I'm not sure if you can easily get the SMPTE numbers as a string variable in AviSynth. Whats the framerate of the file?
http://forum.doom9.org/showthread.php?t=140436
Once you do get the string, use this to write the files
http://avisynth.org/mediawiki/ImageWriter
moto1234
29th September 2008, 19:48
hello mikeytown2
I tried using avisynth but it seems it is not opening the file.
I tried .flv and .wmv 9(asf container format) both of them are not opening.
Is there anyway i can use mplayer for extracting timecodes,because i can open these files in mplayer.
thank you.
mikeytown2
29th September 2008, 20:39
flv
http://forum.doom9.org/showthread.php?t=112883
http://sourceforge.net/project/showfiles.php?group_id=205650&package_id=246121&release_id=541233
asf
http://www.doom9.org/index.html?/wmv2avi.htm
or
ffmpegsource
http://forum.doom9.org/showthread.php?t=127037
Try MPC when playing your files.
http://en.wikipedia.org/wiki/Media_Player_Classic
http://ffdshow-tryout.sourceforge.net/
Waleska
8th October 2008, 01:57
FLV Extract (http://www.moitah.net/) + VirtualDub-MPEG2 (http://home.comcast.net/~fcchandler/stable/) :cool:
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.