Page 1 of 1

CMD command line change settings PAL/NTSC

Posted: Sun Nov 08, 2020 8:05 am
by vasjagubin
Hello

I'm using a simple batch script in DOS in order to convert files to DVD.

---
for /f "tokens=*" %%a in (found.txt) do (
echo Converting %%a
"C:\Program Files (x86)\VSO\ConvertX\7\ConvertXtoDvd.exe" /file="%%a" /auto=true /close
)
---

How can I change the video format from PAL to NTSC and vice versa using that script? I really appreciate your help. Thanks in advance.

Re: CMD command line change settings PAL/NTSC

Posted: Sun Nov 08, 2020 3:20 pm
by dbminter
Interesting. CXD supports command line switches, which I wasn't aware of, yet, /? does NOT display a list of available switches.

Re: CMD command line change settings PAL/NTSC

Posted: Wed Nov 11, 2020 8:20 am
by Coral
@vasjaqubin.
I have passed your query to one of the coders.
Still no reply.

Re: CMD command line change settings PAL/NTSC

Posted: Wed Nov 11, 2020 10:39 am
by vasjagubin
@dbminter

It simply opens the program without any output on the command line.

@Coral

Sounds great!

Re: CMD command line change settings PAL/NTSC

Posted: Wed Nov 11, 2020 1:28 pm
by dbminter
/? also just opens the GUI.

Re: CMD command line change settings PAL/NTSC

Posted: Thu Nov 12, 2020 9:47 am
by vasjagubin
dbminter wrote: Wed Nov 11, 2020 1:28 pm /? also just opens the GUI.
correct

Re: CMD command line change settings PAL/NTSC

Posted: Wed Nov 18, 2020 9:54 am
by vasjagubin
Coral wrote: Wed Nov 11, 2020 8:20 am @vasjaqubin.
I have passed your query to one of the coders.
Still no reply.
Hi Coral, have you received any feedback from your coder?

Re: CMD command line change settings PAL/NTSC

Posted: Tue Dec 15, 2020 12:07 pm
by vasjagubin
Coral wrote: Wed Nov 11, 2020 8:20 am @vasjaqubin.
I have passed your query to one of the coders.
Still no reply.
Hi Coral, have you received any feedback from your coder?

Re: CMD command line change settings PAL/NTSC

Posted: Tue Dec 15, 2020 1:46 pm
by Coral
Sorry. No reply whatever 😐