View Single Post
Old 03-29-2022, 06:45 AM  
CurrentlySober
Too lazy to wipe my ass
 
CurrentlySober's Avatar
 
Industry Role:
Join Date: Aug 2002
Location: A Public Bathroom
Posts: 38,492
Quote:
Originally Posted by zijlstravideo View Post
On Windows, get FFMPEG from here: https://ffmpeg.org/

Copy and paste this in notepad, and save as a *.bat file to execute:

@echo on
copy /b "VTS_01_1.vob" + "VTS_01_2.vob" + "VTS_01_3.vob" + "VTS_01_4.vob" + "VTS_01_5.vob" "input.vob"
ffmpeg -i "input.vob" -vf yadif -c:v libx264 -preset fast -crf 15 "output.mp4"
exit

Of course you'll need to change the parts you want to combine and convert (VTS_01_1 etc)
Quote:
Originally Posted by zijlstravideo View Post
That script assumes you have copied all the files from the DVD and have the .bat file in that same directory...
Bit techy for me - However... Please see my next reply...
__________________


👁️ 👍️ 💩
CurrentlySober is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote