redfordxx
1st December 2011, 16:17
Hi,
I need to convert lot of videoclips of all kinds into aac/mp4. There is anything possible in the list: vob, mpg, wmv, avi, mp4... (basically it is cleanup of my HD)
I wanna do it in batch process. The video part is already running with x264 and I don't know what with the audio. I want these files feed to neroaacenc but this tool expects WAV format. So I need something before...my idea is to have batch job like this or similar, without any avs script per each file:
"...\conversiotool.exe" -options -input "Video 1.mpg" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 1.mp4"
"...\conversiotool.exe" -options -input "Video 2.wmv" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 2.mp4"
"...\conversiotool.exe" -options -input "Clip 1.avi" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 1.mp4"
I need to convert lot of videoclips of all kinds into aac/mp4. There is anything possible in the list: vob, mpg, wmv, avi, mp4... (basically it is cleanup of my HD)
I wanna do it in batch process. The video part is already running with x264 and I don't know what with the audio. I want these files feed to neroaacenc but this tool expects WAV format. So I need something before...my idea is to have batch job like this or similar, without any avs script per each file:
"...\conversiotool.exe" -options -input "Video 1.mpg" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 1.mp4"
"...\conversiotool.exe" -options -input "Video 2.wmv" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 2.mp4"
"...\conversiotool.exe" -options -input "Clip 1.avi" | "C:\Program Files (x86)\MeGUI\tools\neroaacenc\neroaacenc.exe" -ignorelength -q 0.2 -if - -of "Video 1.mp4"