PDA

View Full Version : Dif4u Request


rmtaibo
22nd May 2005, 21:38
Can DIF4U handle subs resizing? (Like NuMenu4U)
Wanted to resize subs from 720x576 to 720x480... (PAL to NTSC)

Zeul
22nd May 2005, 22:37
not at this time. There is a little utility in the NuMenu folder that will do this for you. You will need to write a batch file, but it should work.

rmtaibo
22nd May 2005, 22:49
Originally posted by Zeul
not at this time. There is a little utility in the NuMenu folder that will do this for you. You will need to write a batch file, but it should work.

I've found the utility...
Can you help me to write a batch file?

By now I'm using PSP to load the BMP and crop it and change the sst file... :(

D3s7
24th May 2005, 13:57
simple

bmpresize {INPUT FILE} {OUTPUT FILE} {PAL2NTSC / NTSC2PAL}

so bmpresize bmp1.bmp resize_bmp1.bmp PAL2NTSC for example

rmtaibo
25th May 2005, 02:58
Thank you!

:D :D :D :D :D :D :D :D



Originally posted by D3s7
simple

bmpresize {INPUT FILE} {OUTPUT FILE} {PAL2NTSC / NTSC2PAL}

so bmpresize bmp1.bmp resize_bmp1.bmp PAL2NTSC for example