Log in

View Full Version : vsconv.exe QUESTION


rmtaibo
4th March 2006, 02:00
I have a movie with +3000 subs and like to encode from PAL-->NTSC

I did all the BIG3 tools thing and got the video 720x574 25fps --> 720x480 29.97fps, audio 25fps --> 29.97fps and subs 720x574 bmp's... The Vobs created by Scenarist run ok in the player (without subs)

Is possible to use the file vsconv.exe to convert the bmp subs from 720x574 to 720x480 via modifying manually the size specs included in the *.idx file created by DIF4U?

How I could do this?

I used to resize the bmp's with Paint Shop Pro, but +3000 bmps manually...

Zeul
4th March 2006, 09:08
Nope you can't but....
There is a little app in the numenu folder (BitmapResize.exe written by D3s7)

Create a bat file with the syntax as follows:

BitmapResize.exe source destination PAL2NTSC

eg:

BitmapResize.exe C:\Source_Test.bmp C:\Dest_Temp.bmp PAL2NTSC (for an NTSC 2 PAL conversion you would write here NTSC2PAL instead)

The only thing to remember is that the source filenames and destination filenames must have NO spaces in them or the parser will fail.

rmtaibo
4th March 2006, 12:52
thank you Zeul. It worked well, but...

It supports wildcards?
Or I need to create a batch file with every file name?

rmtaibo
4th March 2006, 13:37
Well, I used the file *.sst included in the subs folder of each subtitle stream... There is a list of all subtitles bmp's files and use excel to add the rest and exported as text separated by spaces and worked ok...
:thanks: