ffmpeg is a hyperfast cross-platform video converter.
This is the command line I use to convert my movies
into a format acceptable to DVDStyler.
ffmpeg.exe -v 2 -i <infile> -er 4 -s 720x480 -r 29.97
-bufsize 224 -maxrate 8000 -vcodec mpeg2video -b <video
bitrate> <video output file> -acodec ac3 -ab <audio
bitrate> <audio output file>
As you can see it gives me a mpeg2 video file and an
AC3 (Dolby Surround Sound compatable) audio file which
are a DVD standard. Then I use DVDStyler to do the rest.
ffmpeg converts in 25% of the time of most other
converters, on my system. One hour of video took 2
hours to convert with a name brand converter while it
took ffmpeg just over 30 minutes with better quality.
Two pass encoding on ffmpeg is about half the time of
one pass encoding by the same unnamed converter. As
ussual, you're milage may vary.
(It can multiplex, demultiplex, add multiple audio and
multiple subtitle streams.)
I'm bulding a ffmpeg GUI at the moment and would be
happy to help. It's been a long long time since I
programmed in c++ but concepts are still concepts,
regardless of language. Send me a private message and
I'd be happy to put together some suedo code for you.
you can download a win32 binary of ffmpeg here:
http://arrozcru.no-ip.org/ffmpeg_builds/
(-bufsize 224 and -maxrate 8000 prevent the scr and dts
errors from mplex.)
Nobody/Anonymous
None
None
Public
|
Date: 2009-01-13 16:14 MENCODER is far better and faster than ffmpeg, i use it to convert almost |
|
Date: 2007-04-16 22:23
|
|
Date: 2006-10-12 00:16 Logged In: YES |
|
Date: 2006-10-11 13:02 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-03-18 16:52 | ntalex |
| allow_comments | 1 | 2009-03-18 16:52 | ntalex |
| close_date | - | 2009-03-18 16:52 | ntalex |