Log in

View Full Version : Tool to convert a 2 min VOB into 2880 Frames ?


K40
7th October 2008, 12:53
Is there a tool which i could fed a 2 minute VOB File and it would
capture all single frames into a folder ?
I used the Snapshot function of PowerDVD to do this manually with a 10 sec sequence.
It needs 2 Mouseclick for one frame,so 10 seconds are 480 clicks.
An automatic version would safe time and mice.

Regards

K40

bigotti5
7th October 2008, 13:25
Avisynth can do it
e.g
Index your VOB with Dgindex

mpeg2source("yourVOB.d2v")
converttoRGB()
imagewriter("x:\folder\name", type="png")

setarip_old
7th October 2008, 17:10
@K40

Hi!Is there a tool which i could fed a 2 minute VOB File and it would capture all single frames into a folder ? You should also be able to readily accomplish this with the older (v.2.5 and older) versions of TMPGEnc. I don't personally know if newer versions of TMPGEnc continue to have this function...

smok3
7th October 2008, 18:04
a. virtualdub with mpeg2 plugin would probably work as well.

http://fcchandler.home.comcast.net/~fcchandler/Plugins/MPEG2/index.html

drop in the vob, then file/export/image sequence

b. another option would be mplayer

linyx
8th October 2008, 00:38
Rad Video Tools (http://www.radgametools.com/down/Bink/RADTools.exe) (used for Bink video in games) has the ability to do this, although i haven't used it in almost 2 years.

K40
10th October 2008, 10:41
I tried virtualdub and it's working fine.
Thanks a lot for all the information.

Regards , K40