Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#41 | Link | |
Swallowed in the Sea
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
|
to play back raw streams (drc files) or AVI containing raw streams...
yes, both are CBR...Here is the command lines I used: Code:
FFmpeg -i input.avs -vcodec libdirac -b 1152000 output.drc Code:
FFmpeg -i input.avs -vcodec libx264 -b 1152000 output.drc Quote:
![]() |
|
![]() |
![]() |
![]() |
#46 | Link |
Registered User
Join Date: May 2005
Posts: 146
|
Well, into my tests. The dirac at
>ffmpeg -i myfile.mp4 -b 1500000 -vcodec libdirac -strict -2 dirac_output.drc Won by far the >ffmpeg -i myfile.mp4 -b 1500000 -minrate 1500000 -maxrate 1500000 -bufsize 183k output.mp4 |
![]() |
![]() |
![]() |
#47 | Link | |
x264 developer
Join Date: Sep 2005
Posts: 8,666
|
Quote:
Its not fair to have a test where you use totally different VBV restrictions for each of the encoders--you're not passing any at all to Dirac, nor are you verifying that Dirac's stream abides by the same restrictions you've passed to x264. Surprise surprise, when you massively cripple x264 but don't cripple Dirac at all, Dirac looks better! Last I heard a Ford Focus can out-race a Ferrari if you lock the latter to first gear, too. |
|
![]() |
![]() |
![]() |
#50 | Link | |
Swallowed in the Sea
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
|
1.0.2 has been released...
Quote:
|
|
![]() |
![]() |
![]() |
#51 | Link |
Registered User
Join Date: Sep 2005
Posts: 180
|
While I still think it may be a little early to do a real comparison between x264 and a Dirac encoder, I think that when one is done, they should use "real" encoding settings. If the defaults are used in the test, and never in real world encoding, what does that prove other than you shouldn't use the default settings? The harder part will be determining exactly what is fair settings balance between such wildly different codecs...
|
![]() |
![]() |
![]() |
#52 | Link | |
x264 developer
Join Date: Sep 2005
Posts: 8,666
|
Quote:
|
|
![]() |
![]() |
![]() |
#53 | Link |
Registered User
Join Date: Jan 2004
Posts: 95
|
I'm encoding some video with ffmpeg2dirac 0.1.0 on quad core
Average CPU usage is 30% . I think the encoder is not multi-threaded / efficient enough to use all CPU. Secondly, it doesn't support .avs file Any idea when is the features will implemented? |
![]() |
![]() |
![]() |
Tags |
dirac, schroedinger, slashdot, vlc |
Thread Tools | Search this Thread |
Display Modes | |
|
|