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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Jan 2005
Posts: 79
|
Specific type of batch encoding utility
Im looking for an application to convert my DVD-Series to MKV. I have 4 dual-layer dvd-rips, and want to convert the whole lot to 8.5Gb of MKV's. I could use a tool like Megui, but it would involve me loading and setting up each episode, and manually calculating the size each episode should be. A friend mentioned that Tmpgenc Express is set up such that you load your files, select your encoding method, set the final size, and tell it to go. I calculates everything else by itself. Unfortunately, I cant afford Tmpgenc Express, and as far as I know, it doesnt do x264.
Are there any apps available here that can do the kind of batch encoding & calculating that I require? Thanks! |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Jan 2005
Posts: 79
|
*sigh*
Not a single response. Alright, Plan B, I'll have to write my own app to do this. Please help with the following... An MKV file is broken into 3 parts (in this case) - (1) Video, (2) Audio, (3) Overhead. (1) As I'm using x264, I can specify the size I want, so no problem here. (2) I would like to use AAC, so how would I calculate the audio stream/file size based on bit-rate & duration? (3) How does one calculate how much space the overhead portion will use? Thanks! |
|
|
|
|
|
#3 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
you could use makemkv to do a single big mkv file
then encode the single big mkv file to a smaller one... BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#4 | Link |
|
Skittle
Join Date: Mar 2008
Posts: 539
|
... Obviously you did not search or read the stickies at all
![]() http://forum.doom9.org/showthread.php?t=129748 Check out Staxrip, Handbrake, and ripbot264 |
|
|
|
|
|
#5 | Link | |
|
Herr
Join Date: Apr 2009
Location: North Europe, too cold winters.
Posts: 566
|
Quote:
|
|
|
|
|
|
|
#8 | Link |
|
Guest
Posts: n/a
|
Can also do it manually with .CMD / .BAT files ...
DGIndex can be invoked from command line (to split audio / video AND make a default AVS script), then the AVS script can be fed via command line to x264, Audio can be fed via commandline to BeSweet and to finish it all off, MKVmerge can be invoked via commandline also ... You will be able to run a whole directory of DVD rips via command line and FOR loops ... 7 |
|
|
|
#9 | Link |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
|
Most apps call it PAR. Maybe searching the forum for 'batch' but only search in thread titles could give you a idea.
StaxRip can handle the task, I've attached some screenshots showing some related features. ![]() ![]() ![]()
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
|
|
![]() |
|
|