News:

--

Main Menu

convert quicktime (MOV) to MP4

Started by johnbail, August 25, 2012, 04:45:14 PM

Previous topic - Next topic

johnbail

I am having a hard time making the command line convert thease files works fine in UI but in comand line the audio is not synced to the video. it is about 3 seconds ahead. I am trying to routate the video 90 degres to solve a issue om a website. can some provide me a clue as to how to apply a filter in a command line options and maby why my audo is out of synk?

my command line.
avidemux2_cli.exe --force-alt-h264 --load "c:\video\img_1649.mov" --run testScript.js --audio-bitrate 224 --audio-codec aac --video-codec x264 --save "c:\video\newTest.mp4" --output-format MP4

I created the script from the UI but it appers to be xml not scripts I have seen in documents.

Jan Gruuthuse

replace avidemux2_cli.exe by the used GUI exe and see if that works.

johnbail

no same issue. I tried to change it to copy and audio is in out of sync as well.