Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st October 2015, 17:30   #1  |  Link
EpheMeroN
EphMan
 
Join Date: May 2004
Posts: 737
AviDemux - Batch Container Conversion

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?
EpheMeroN is offline   Reply With Quote
Old 28th October 2015, 18:03   #2  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,743
I found this tutorial ;
http://www.avidemux.org/admWiki/doku...tch_processing

I find it easier with ffmpeg ;
http://forum.videohelp.com/threads/3...es-with-ffmpeg
Quote:
Convert *.mkv files to mp4 and just copy the video and audio streams ;
Code:
for %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec copy "newfiles\%%~na.mp4"
pause
Music Fan is offline   Reply With Quote
Old 19th November 2015, 08:03   #3  |  Link
ozshots
Registered User
 
Join Date: Nov 2015
Posts: 1
Combine all files in directory?

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.
ozshots is offline   Reply With Quote
Reply

Tags
avidemux, batch, container

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:53.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.