I have a some vob files in a video_ts folder from a rip of a dvd of my own original source material. The vob files are the standard 1,020 MB in size, and are each 14 minutes long. When I do a default encoding into a .MOV mpeg-4 file (video: ffmpeg mpeg4, 640x352, 1516 kbps, 29.97 fps, no crop; audio: aac, 48000 Hz, 96 kbps), it only encodes the first video segment (43 seconds) of the vob file. What can I do to encode the rest of the vob file?
--------------------------------------
Here's the process information:
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
Wed Mar 11 16:59:28 CDT 2009
Input #0, mpeg, from '/Users/stevenjgarner/Movies/HPI1/MTK Recording Volume/VIDEO_TS/VTS_01_1.VOB':
Duration: 00:01:18.3, start: 0.406356, bitrate: 109241 kb/s
Stream #0.0[0x1e0], 29.97 fps(r): Video: mpeg2video, yuv420p, 720x480, 9216 kb/s
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, 256 kb/s
Output #0, mov, to '/Users/stevenjgarner/Movies/HPI1/MTK Recording Volume/VIDEO_TS/VTS_01_1.VOB.ff.mov':
Stream #0.0, 29.97 fps(c): Video: mpeg4, yuv420p, 640x352, q=2-9, 1516 kb/s
Stream #0.1: Audio: aac, 48000 Hz, stereo, 96 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
video:8094kB audio:511kB global headers:0kB muxing overhead 0.326206%
bench: utime=14.231s
Encoding completed on Wed Mar 11 16:59:41 CDT 2009
--------------------------------------
Results 1 to 3 of 3
-
-
Perhaps fixing time code breaks in MPEG Streamclip will clean up the VOB to make ffmpegX continue after 43 secs.
Similar Threads
-
Fastest way to create segment from video file?
By therock003 in forum EditingReplies: 8Last Post: 23rd Apr 2013, 17:13 -
Help:VDUB:CANNOT APPEND SEGMENT segment has a different number of streams
By lil_Dee in forum EditingReplies: 9Last Post: 23rd Jun 2009, 08:16 -
[OS X] ffmpeg reads and converts VOB files on a G5, but not a new MBPro
By Kernos in forum MacReplies: 2Last Post: 12th May 2009, 09:00 -
Creating a header with only the data segment of a AVI file
By Hasindu in forum Newbie / General discussionsReplies: 0Last Post: 31st Aug 2008, 12:28 -
downloading a segment of a wmv file?
By kruuth in forum Video Streaming DownloadingReplies: 0Last Post: 15th Apr 2008, 21:28