Killersquierl Wrote:Ffmpeg can rip a clip right from the video.I've only had time to glance at the docs so far, but I think that's what I'm looking for. Thanks for the help.
The times need to be in hh:mmCode:
ffmpeg -i inputFile -ss startTime -t duration output.mp3s.SSS format.
Ffmpeg is a beast to use, but it can do just about anything.
Edit1: It looks like I can use it to make snapshots too.
Edit2: I just ripped some MP3 audio with it. I ripped it from a video with an MKV container and AAC audio. It works perfectly!
Edit3: Wow, I just got it to take a single snapshot from any point within the video (unlike the current method that must run through the whole video).
Edit4: I just found something that ffmpeg can't do: Unicode. Of course, the tools I'm currently using don't support it either.
Edited: 2009-02-08, 1:38 am

s.SSS format.