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. |
|
|
#1 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
DivX H.264 Encoder Beta 2
Visit DivX Labs to get the download and find more information about Beta 2. Complementing this encoder, we're also jointly releasing a beta AAC encoder today, check out the thread in the Audio Encoding forum.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#2 | Link |
|
x264 developer
Join Date: Sep 2005
Location: Claremont, CA
Posts: 6,896
|
I'll try this encoder and add it to this test. Thanks!
Edit: or I would, if it didn't give me "access denied" when going to your link...
__________________
Follow x264 development progress | x264-in-Flash video samples | akupenguin quotes Amazon wishlist | x264 Summer of Code 2009 | x264/ffmpeg consulting/coding contracts Last edited by Dark Shikari; 12th August 2009 at 02:47. |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
No access for you!
Okay okay, try again
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#4 | Link |
|
x264 developer
Join Date: Sep 2005
Location: Claremont, CA
Posts: 6,896
|
Works great now! Thanks. Unfortunately now I realize I can't really do a fair test, because the keyframe interval range is only 1-4 seconds, while the test requires 10 seconds, and given the low motion, that'd probably hurt the results pretty badly.
(any plans to allow longer keyframe intervals?) Edit: Nevermind, by changing the framerate to 60fps and encoding at 625kbps instead of 250kbps, I can cheat the keyframe interval up to 10 seconds
__________________
Follow x264 development progress | x264-in-Flash video samples | akupenguin quotes Amazon wishlist | x264 Summer of Code 2009 | x264/ffmpeg consulting/coding contracts Last edited by Dark Shikari; 12th August 2009 at 02:53. |
|
|
|
|
|
#5 | Link | |
|
x264 developer
Join Date: Sep 2005
Location: Claremont, CA
Posts: 6,896
|
Potential bug (in commandline parsing?). Output file is all I-frames:
Quote:
$ /c/Program\ Files/DivX/DivX\ H.264\ Codec\ CLI/bin/DivX264.exe -i maikaze.avs -aqo 2 -I -pyramid -bf 3 -br 625 -npass 1 -o divx.mp4 I notice that I messed up the commandline ("-I" with no arguments), but instead of erroring out, it chose a keyframe interval of zero?
__________________
Follow x264 development progress | x264-in-Flash video samples | akupenguin quotes Amazon wishlist | x264 Summer of Code 2009 | x264/ffmpeg consulting/coding contracts Last edited by Dark Shikari; 12th August 2009 at 03:02. |
|
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
Dark Shikari,
I was just thinking the same thing. The maximum IDR interval is limited to 4 seconds because we wanted to improve seeking for consumer electronics devices and through experimental testing our team found that this was a reasonable trade-off to make in terms of the impact on overall efficiency and navigation experience, so our encoder adheres to this recommendation. P.S. Excellent! New bugs to log already
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#7 | Link |
|
x264 developer
Join Date: Sep 2005
Location: Claremont, CA
Posts: 6,896
|
And another bug (matches the previous report as well):
818365.54 kbit/sec @ 60.000 Hz the output bitrate is off by exactly a factor of 1000, apparently. The output file itself is correct, of course. |
|
|
|
|
|
#10 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
Thanks Dark Shikari, these all sound like issues with the parser, I'll file issues on all of them.
Chengbin: I think hz and fps are reasonably interchangeable in this context.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
shon3i: The core comes from MainConcept who are now also part of DivX. The command-line version was jointly developed.
Let's try to keep the AAC encoder questions on the AAC encoder thread, otherwise the conversation gets hard to follow
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal Last edited by DigitAl56K; 12th August 2009 at 09:20. |
|
|
|
|
|
#14 | Link |
|
Software Developer
Join Date: Jun 2005
Location: Germany
Posts: 7,322
|
x264 r1206 -vs- DivX264 Beta-2:
* Part 1: http://www.mediafire.com/file/gldmmq...vX264-Beta2.7z * Part 2: http://www.mediafire.com/file/zj2wjc...Beta2.Part2.7z HD and CIF samples. Anime and Film included. Both encoders configures for maximum quality (but no "placebo" settings).
__________________
MPlayer for Win32 | Avidemux for Win32 | LameXP Audio Encoder | x264 explained | F@H | My Specs Last edited by LoRd_MuldeR; 19th August 2009 at 14:28. |
|
|
|
|
|
#15 | Link | |
|
Registered User
Join Date: Dec 2008
Posts: 264
|
Quote:
Last edited by nakTT; 12th August 2009 at 15:58. |
|
|
|
|
|
|
#17 | Link |
|
Registered User
Join Date: Jun 2002
Posts: 2,697
|
@DigitAl56K
StaxRip is now destributed as big package including all used software. Applications with license that don't permit this will simply not be supported at all! Does your new encoders permit this and how big is the compressed file size of your cmdl tools? |
|
|
|
|
|
#18 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
LoRd_MuldeR: x264 with settings maxed out is using very different settings than divx264 with settings maxed out. I would expect to see differences, it's not a very fair comparison.
For example, as Dark Shikari pointed out divx264 is using max IDR interval of 4 seconds to improve navigation on CE devices, whereas you have 20 seconds. You haven't set any vbv parameters, we also limit refs by level 4 requirements and consecutive b-frames to 3 for broad device compatibility whereas you have used 8 (this version of the encoder is expecting to work mainly with HD btw, not CIF material). If you test x264 without similar constraints then of course you are likely to get a better result, potentially at the expense of some device interoperability later. Keep in mind that we always look to find an balance between efficiency and interoperability. stax76: Interesting. I'll grab the latest StaxRip and take a look today. I'll see what I can work out The size of our tools compressed of course varies by compressor. 7-Zip will compress the AAC and H.264 encoders to about 528kb total using zip-compatible deflate.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#19 | Link |
|
Software Developer
Join Date: Jun 2005
Location: Germany
Posts: 7,322
|
Added more samples:
http://forum.doom9.org/showpost.php?...2&postcount=15
__________________
MPlayer for Win32 | Avidemux for Win32 | LameXP Audio Encoder | x264 explained | F@H | My Specs |
|
|
|
|
|
#20 | Link | |
|
Software Developer
Join Date: Jun 2005
Location: Germany
Posts: 7,322
|
Quote:
![]() If your encoder has hardcoded limitations that can't be bypassed, there is nothing I can do. But it's certainly not "unfair", because you could offer more (and less restrictive) options. IMO it would be unfair to force restrictions on other encoders - restrictions I don't have normally - just because yours does have these restrictions...
__________________
MPlayer for Win32 | Avidemux for Win32 | LameXP Audio Encoder | x264 explained | F@H | My Specs Last edited by LoRd_MuldeR; 12th August 2009 at 19:58. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|