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. |
![]() |
#21 | Link | |
Herr
Join Date: Apr 2009
Location: North Europe
Posts: 542
|
Quote:
VirtualDub is a very old tool. I hope that you used a newer codec, like H264/H265 (x264 seems better for encoding to lossless video). Also, you seem to care a lot about video-quality, you even set the encode to lossless, so you should rather get the Blu-ray version of this movie. EDIT: Oh, I see that there's a new version out now, VirtualDub2. Last edited by Forteen88; 21st November 2019 at 15:00. |
|
![]() |
![]() |
![]() |
#22 | Link |
Registered User
Join Date: Apr 2013
Posts: 18
|
If anyone is still interested, this is my script from ~2 years ago.
Code:
v1 = DGSource("LOTR1P1.dgi") v2 = DGSource("LOTR1P2.dgi") a1 = NicDTSSource("p1.dtsma") a2 = NicDTSSource("p2.dtsma") p1 = AudioDub(v1, a1).trim(0, 151968, true) p2 = AudioDub(v2, a2).trim(48, 0, true) p1+p2 Crop(0, 140, -0, -140) Code:
ffmpeg -i "%~nx1" -c:a flac "%~n1.trimmed.flac" eac3to "%~n1.trimmed.flac" "%~n1.ac3" del "%~n1.trimmed.flac" |
![]() |
![]() |
![]() |
#23 | Link |
Registered User
Join Date: Jan 2015
Posts: 879
|
Is this one of those instances where the last chapter in the program chain is half a second long and 8 kb in size? I've seen a LOT of those, and if that's what is happening here, cutting off the dead chapter when ripping (Smartripper and DVDfab let you do that) would seem to be a good solution.
__________________
I ask unusual questions but always give proper thanks to those who give correct and useful answers. |
![]() |
![]() |
![]() |
Tags |
combine two dvds |
Thread Tools | Search this Thread |
Display Modes | |
|
|