View Full Version : AviDemux - Batch Container Conversion
EpheMeroN
21st October 2015, 17:30
Currently, when I want to watch something through my PS3, I need to change the container format of my dvd encodes from MKV to MP4 to make it compatible. AviDemux does this fairly easily. However, I do not know how to queue up 2,3,4, etc titles at once to convert containers.
Is there a way to do this?
Music Fan
28th October 2015, 18:03
I found this tutorial ;
http://www.avidemux.org/admWiki/doku.php?id=tutorial:batch_processing
I find it easier with ffmpeg ;
http://forum.videohelp.com/threads/356314-How-to-batch-convert-multiplex-any-files-with-ffmpeg
Convert *.mkv files to mp4 and just copy the video and audio streams ;
for %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4"
pause
ozshots
19th November 2015, 08:03
Can anyone help with a script which will combine all files in the directory into a single output file?
I'm converting DV tapes into mkv files for easy viewing on TV. I have a script which converts all individual files, but it's better t ohave a single output file.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.