Log in

View Full Version : DVD2SVCD and .mov


Pieter.txt
6th March 2005, 11:53
Can DVD2SVCD be used to convert Apple Quicktime (mov) files to DVD-files?

hoozdapimp
7th March 2005, 06:28
I believe you can do this with TMPGEnc.

Nick
9th March 2005, 19:18
You could wrap it up in VFAPI

Make an avisynth script in Notepad:

directshowsource("[drive and path for my file].mov")

and save as whatever.avs

Drag and drop this into Media Player to check it plays OK. If not, you may not have DirectShow filters for MOV files in place. Do a google for "QuickTime Alternative" as this will install them.

Open VFAPI Converter (DVD2SVCD installation folder > VFAPI > Reader > VFAPI-Conv-EN.exe)

Click "Add job" and browse for your AVS file. Then click "Convert"
Wherever you saved your AVS file, there will now be an AVI file with VFAPI in the name. You can convert this with DVD2SVCD.

Pieter.txt
9th March 2005, 21:46
Unfortunately the resulting AVI only contains sound. There is no image (screen is black).

Nick
10th March 2005, 20:14
Did the .avs file play OK in your Media Player?

Pieter.txt
11th March 2005, 08:37
Yep, it played perfectly. I also tested in BSPlayer which also worked.

hoozdapimp
11th March 2005, 19:02
I've had this happen before too...I'm pretty sure it went OK in TMPGEnc though, so you may try that instead? That's why I suggested it.

Nick
11th March 2005, 19:14
@Pieter
You did set VFAPI to make audio AND video?

Pieter.txt
12th March 2005, 12:17
I can set three options:
- Video output
- Audio output
- Video output by VFAPI Reader codec

I selected all three (which is default).

Nick
13th March 2005, 14:23
Newer versions of ffdshow include a program called MakeAVIS which does much the same thing. If VFAPI won't work, install ffdshow and try that instead.