I have the following files in a folder:
mp4creatorqtf.exe
mp4box.exe
video.264
audio.mp4
I want to run this command:
mp4creatorqtf -c video.264 -rate=25 -qtw=853 -qth=480 video-qtf.mp4
...and then use the output in this command:
mp4box -add "video-qtf.mp4"#1 -add "audio.mp4"#1 -new "video-qtf-bufferfix.mp4"
Anyone of you DOS types know what the syntax of the batch file should be? I can't get it working but I've not done much with batch files before. The 2 individual lines work but I have a lot of files to do and I keep making typing mistakes.
Thanks!