|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
|
Thread Tools |
#1
|
|||
|
|||
How do I rip a single song to MPG or AVI in a DVD without chapters?
I have a DVD show with chapters every 5 minutes, and I want to post one song on Youtube. One song starts at 15:27 and ends at 22:14. I'd rip two chapters and edit it on VirtualDub but that always produces .avi files that are like 4 GB. Is there a program that can rip by time instead of by chapter?
No members have liked this post.
Last edited by Salva Veritate; 2007-06-29 at 08:20 PM. |
#2
|
|||
|
|||
Re: How do I rip a single song to MPG or AVI in a DVD without chapters?
Bump.
No members have liked this post.
|
#3
|
||||
|
||||
Re: How do I rip a single song to MPG or AVI in a DVD without chapters?
dvd decryptor in ifo mode
No members have liked this post.
|
#4
|
||||
|
||||
Re: How do I rip a single song to MPG or AVI in a DVD without chapters?
With ffmpeg you can use the "-ss" option to tell it which second to start with, and the "-t" option to tell it how much time to run. For example, if the entire song is on a single .VOB file:
ffmpeg -ss 927 -i VTS_01_1.VOB -t 407 -acodec copy -vcodec copy -f vob songtitle.mpg or, since mpeg formats concatenate nicely, for something that spans more that one .VOB: cat VTS_01_1.VOB VTS_01_2.VOB | ffmpeg -ss 927 -i pipe: -t 407 -acodec copy -vcodec copy -f vob songtitle.mpg and, of course, if you want to encode it to something else at the same time, for example h264, you could change the audio codec to libfaac, the video codec to h264, and the format to mp4 or matroska. No members have liked this post.
|
The Traders' Den |
Similar Threads | ||||
Thread | Forum | Replies | Last Post | |
How do I add chapters, menus, etc. - The Perfect Kisser! | Technobabble | 2 | 2008-07-10 07:24 AM | |
softwares to create dvd menus, chapters, and burn dvds - gigi mcgee | Technobabble | 5 | 2008-01-31 12:19 AM | |
Making a DVD with chapters - Forever Wild | Technobabble | 7 | 2007-12-28 08:30 PM | |
dvd jumps back numerous chapters - PEPPER | Technobabble | 3 | 2007-12-12 06:04 PM | |
Adding Chapters & Menus question - quinnto | Technobabble | 1 | 2007-05-02 06:47 PM |
|
|