Googles appar
Huvudmeny

Post a Comment On: cbloom rants

"10-11-10 - FFmpeg success"

3 Comments -

1 – 3 of 3
Anonymous Anonymous said...

I have an even shorter ffmpeg cheat sheet I made for myself when I couldn't find anything concise (I missed that rodrigopolo listing).

I should maybe make for ripping DVDs to x264 using mencoder, which is a way that lets you run only one command and there are no dependencies so it's easy to download. (Technically, it takes two commands; you first do a command to get a listing, and the second command that rips and encodes you specify the title from the listing.)

October 12, 2010 at 11:31 PM

Anonymous Anonymous said...

Wow, what happened to my writing ability? Trying it again:

I should maybe make a cheat sheet for ripping DVDs to x264 using mencoder, because this method only requires you run a single command, and mencoder has no dependencies so it's easy to download (as opposed to lots of ripping tutorials I found which want you to download three of five different interdependent programs).

Technically, it takes two commands; you first do a command to get a listing, and the second command rips and encodes you specify the title from the listing.

October 12, 2010 at 11:37 PM

Blogger cbloom said...

Yeah, the thing I was using before I finally got ffmpeg to work was mencoder.

For example the way I extract frames from a video is :

mplayer -benchmark -nosound -vo png:z=6 %1

To do x264 multi-pass I still extract the y4m and then do passes on that.

The problem with that is then I need to interleave the audio back in and that's not reliable.

(for video codec compression testing of course I don't include audio, but it's still somewhat problematic because people get the frame timing a little off sometimes)

October 13, 2010 at 10:01 AM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.