My objective is to save the movie content from a VIDEO_TS folder to an mp4 with the end result being as lossless as possible.
1. If I have no need for DVD structure elements like menus and chapters, can I ignore the nav-data and all other stuff except for the audio and video streams in the main VOB files? Or is the nav-data still useful for extracting the main movie content properly?
2. UsingI got a seemingly lossless result with unchanged picture quality and audio sync, but one thing I noticed when using MPlayer to advance through the video frame-by-frame is that in contrast to the MP4, the original VOB required 2 steps for the frame to change. The video is interlaced, so maybe this has to do with how the VOB/MP4 containers actually define what a frame is?Code:ffmpeg -fflags +genpts -i "concat:VTS_01_1|VTS_01_2" -c copy out.mp4
3. I read about deinterlacing and that there are some advanced algorithms that produce the best quality, but also require the most processing power. What are these and how would I go about using them with ffmpeg to deinterlace my video? Perhaps I would have to use some other tool in order to use them.
4. Are there any deinterlacing methods that don't require the video to be re-encoded, and if so, which ones are the best?
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by mkvbob; 3rd Apr 2013 at 12:24.
Similar Threads
-
Time Saving Method?
By TWiStEDxMEtAL in forum Authoring (DVD)Replies: 2Last Post: 21st Dec 2010, 05:37 -
Not Saving the File anywhere
By MrBoiler in forum ffmpegX general discussionReplies: 8Last Post: 31st Jan 2010, 07:17 -
Adding a text logo to a video file without re-saving it to another file?
By coxanhvn in forum EditingReplies: 4Last Post: 19th Dec 2008, 15:03 -
what is the 'DSL' file that seems to appear from time to time on DVD's?
By rotuts in forum MacReplies: 6Last Post: 24th Aug 2008, 14:08 -
saving dv time and date code to dvd recorder
By alanpo in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 14Last Post: 21st Aug 2008, 07:56