CMD command line change settings PAL/NTSC
Moderators: Maggie, ckhouston, JJ, Phil, alexia, Forum admin
-
- Posts: 5
- Joined: Wed Nov 04, 2020 1:06 pm
CMD command line change settings PAL/NTSC
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.
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
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
@vasjaqubin.
I have passed your query to one of the coders.
Still no reply.
I have passed your query to one of the coders.
Still no reply.
-
- Posts: 5
- Joined: Wed Nov 04, 2020 1:06 pm
Re: CMD command line change settings PAL/NTSC
@dbminter
It simply opens the program without any output on the command line.
@Coral
Sounds great!
It simply opens the program without any output on the command line.
@Coral
Sounds great!
Re: CMD command line change settings PAL/NTSC
/? also just opens the GUI.
-
- Posts: 5
- Joined: Wed Nov 04, 2020 1:06 pm
-
- Posts: 5
- Joined: Wed Nov 04, 2020 1:06 pm
-
- Posts: 5
- Joined: Wed Nov 04, 2020 1:06 pm
Re: CMD command line change settings PAL/NTSC
Sorry. No reply whatever