m2v too fast
- OnnaVidel
- Joined: Sun Jan 25, 2004 5:16 pm
- Location: NJ
- Contact:
m2v too fast
I used FFX2mov to get the files from the PS2 disk of FFX. The problem is that the file plays waaayyy too fast. The frame rate is at the normal 29.97. People have said to try TEPGEnc, but it won't let you covert with m2v. I tried reducing the frame rate. That just makes it very jumpy instead of smooth.
~ Satan Videl
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
- OnnaVidel
- Joined: Sun Jan 25, 2004 5:16 pm
- Location: NJ
- Contact:
I tried VirtualDub and VirtualDubMod and they both can't read the .d2v file.Qyot27 wrote:You have to use DGIndex to index the file first, and then use the resultant .d2v in an AviSynth script which you can give to VirtualDub, etc. I noticed that behavior when my sister needed footage from the game, and that was the conclusion I came to.
~ Satan Videl
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
The .d2v has to be loaded in an AviSynth script first.OnnaVidel wrote:I tried VirtualDub and VirtualDubMod and they both can't read the .d2v file.Qyot27 wrote:You have to use DGIndex to index the file first, and then use the resultant .d2v in an AviSynth script which you can give to VirtualDub, etc. I noticed that behavior when my sister needed footage from the game, and that was the conclusion I came to.
This section really needs updating, but the basics of how to use AviSynth are covered here:
http://www.animemusicvideos.org/guides/ ... synth.html
The proper function to use with .d2v files is MPEG2Source. As long as you have AviSynth installed and DGDecode.dll that came in the package with DGIndex in your AviSynth plugins folder, then it'll work. Both VDubs accept .avs files (and with VirtualDubMod, you can use the Open via AviSynth option and choose the loader plugin for the file so you don't have to write a script yourself - in VirtualDubMod 1.5.10.1 and prior, this is a separate option in the File menu; in 1.5.10.2, it's part of the regular Open dialog, represented as a drop-down menu with the loader plugins).
VirtualDubMod itself can also open .m2v files directly, as can VirtualDub itself (provided it's version 1.7.6 or higher and has the proper MPEG-2 plugin).