Hi
I'm trying to find a way to convert all dvd's i a folder.
so I have a base folder where I have 4 dvd folders and inside each dvd folder I have the Video_ts folder containing the .VOB files.
I'd like to be able to batch convert these and leave a .mp4 file in each folder.
so structure is:
BASE
-------MOVIENAME
-----------------------VIDEO_TS
-------------------------------------.VOB files
Any good scripters out there that can help...
I tried this: for D in *; do ffmpeg blablablabla; done
but it fails..
ideas?
+ Reply to Thread
Results 1 to 2 of 2
-
-
I don't think you can do that easily with just ffmpeg. Maybe if you concat the vob files like http://stackoverflow.com/questions/8241630/ffmpeg-open-a-dvd-vob-chain
Or else it might be easier to use mencoder as I think it support dvd folders. See http://unix.stackexchange.com/questions/106374/how-to-convert-a-vob-file-to-avi
Similar Threads
-
Batch converting hundreds of video_ts folders to mp4
By MTwannabe in forum Video ConversionReplies: 18Last Post: 3rd Jun 2015, 03:51 -
DVDs are burning as video_TS/audio_TS folders instead of viewable discs !!
By Cassandy in forum Newbie / General discussionsReplies: 10Last Post: 6th Aug 2014, 19:30 -
How do I edit, cut, join DVDs, VOB, VIDEO_TS folders
By Baldrick in forum Authoring (DVD)Replies: 13Last Post: 9th Oct 2013, 06:03 -
Split Avi to DVD creates Video_Ts folders w. garbled video intro. Help?
By wildgeese in forum ffmpegX general discussionReplies: 7Last Post: 10th May 2011, 17:56 -
VOB without audio/video_ts folders to MPEG2?
By yearofthespider2k3 in forum Newbie / General discussionsReplies: 15Last Post: 23rd Dec 2010, 13:51