Back

Use subs2srs to Create Anki Decks Based on Your Favorite Movie or Show

#73
Killersquierl Wrote:Ffmpeg can rip a clip right from the video.
Code:
ffmpeg -i inputFile -ss startTime -t duration output.mp3
The times need to be in hh:mmConfuseds.SSS format.

Ffmpeg is a beast to use, but it can do just about anything. Smile
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.

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
Reply

Messages In This Thread