CMD command line change settings PAL/NTSC

Convert any type of file to DVD and burn to play on any type of DVD player. Create customized menus. Special menu template creator included

Moderators: Maggie, ckhouston, JJ, Phil, alexia, Forum admin

Post Reply
vasjagubin
Posts: 5
Joined: Wed Nov 04, 2020 1:06 pm

CMD command line change settings PAL/NTSC

Post 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.
dbminter
Posts: 267
Joined: Fri Nov 30, 2012 10:58 pm

Re: CMD command line change settings PAL/NTSC

Post by dbminter »

Interesting. CXD supports command line switches, which I wasn't aware of, yet, /? does NOT display a list of available switches.
User avatar
Coral
VSO Moderators
Posts: 1615
Joined: Fri Feb 06, 2009 7:10 am
Location: Malta

Re: CMD command line change settings PAL/NTSC

Post by Coral »

@vasjaqubin.
I have passed your query to one of the coders.
Still no reply.
vasjagubin
Posts: 5
Joined: Wed Nov 04, 2020 1:06 pm

Re: CMD command line change settings PAL/NTSC

Post by vasjagubin »

@dbminter

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

@Coral

Sounds great!
dbminter
Posts: 267
Joined: Fri Nov 30, 2012 10:58 pm

Re: CMD command line change settings PAL/NTSC

Post by dbminter »

/? also just opens the GUI.
vasjagubin
Posts: 5
Joined: Wed Nov 04, 2020 1:06 pm

Re: CMD command line change settings PAL/NTSC

Post by vasjagubin »

dbminter wrote: Wed Nov 11, 2020 1:28 pm /? also just opens the GUI.
correct
vasjagubin
Posts: 5
Joined: Wed Nov 04, 2020 1:06 pm

Re: CMD command line change settings PAL/NTSC

Post 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?
vasjagubin
Posts: 5
Joined: Wed Nov 04, 2020 1:06 pm

Re: CMD command line change settings PAL/NTSC

Post 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?
User avatar
Coral
VSO Moderators
Posts: 1615
Joined: Fri Feb 06, 2009 7:10 am
Location: Malta

Re: CMD command line change settings PAL/NTSC

Post by Coral »

Sorry. No reply whatever 😐
Post Reply