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.

 

Go Back   Doom9's Forum > Video Encoding > New and alternative video codecs

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th May 2004, 20:26   #1  |  Link
JJ
Registered User
 
Join Date: Aug 2003
Location: Cracow
Posts: 13
Blox video codec

Hi!

Some time ago I've started working on a new video codec. Since it has become quite usable (i. e. encoding and playback work) I thought that it's time to introduce it to a broader audience and get some feedback .

The homepage of this project is: http://www.ii.uj.edu.pl/~jezabek/blox/

About the codec: there is nothing revolutionary in this codec (yet ), it's based on similar principles as MPEG - in fact it was started because I wanted to better understand the basics of DCT-based compression. The quality and speed are quite crappy at the moment, but now that the basic infrastructure is complete I'm planning to spend more time on improving them.

I would like to hear your opinions and comments on this codec. If you're a developer and notice problems that you've come across earlier (and that you possibly know how to solve), I will be grateful for help - Blox is still in an early stage of development and surely contains many bugs/bad design choices.

Thanks,
JJ
JJ is offline   Reply With Quote
Old 21st May 2004, 04:16   #2  |  Link
unmei
frying subs
 
unmei's Avatar
 
Join Date: Jan 2003
Location: ch-2500
Posts: 891
first off, it works. =)

Now, the problems i found: the direct show decompressor seems to have quite some startup problems in itself. When i play the file in MPC there is first a lag - the video starts black for ca 10 frames, but the direct show decoder shows black for about 2.5 seconds (60 or so frames) and then the direct show decoder outputs wrong colors (like some colors replaced by others) for about 10 sec, then after a scenechange (about the 9th keyframe) all direct show decoder related problems are gone.
[edit]i found these effects seem related to startup of the codec or player. When i replay the file w/o closing the player they do not appear. I think it's also possible you won't see them on a faster computer because, even if the CPU here is not at 100% on startup, it seems the duration of the distortion is somehow related to how much CPU (or RAM) it has at hand.[/edit]

When i talked about direct show decoder problems i meant, they don't show up when i browse the file with VirtualDubMod.

The test file i made, i used the default max quality but unchecked the smooth checkbox. Actually i expected a huge but quite lossfree encode, what i got is not that huge but it shows many artifacts. I wonder if you could not set the max higher - i mean these artifacts don't look like errors, but like the "sacrifice" of a lossy encoder. I'm going for a encode with the slider somewhere in the middle next so i can see how small it will get.

Now all this might sound very discouraging, but i think it is not! This codec works - it doesn't crash and the output looks like the input, just the speed and quality are to be improved.

sample (7.43mb, MKV)
__________________
-nyo

Last edited by unmei; 21st May 2004 at 04:27.
unmei is offline   Reply With Quote
Old 21st May 2004, 12:58   #3  |  Link
JJ
Registered User
 
Join Date: Aug 2003
Location: Cracow
Posts: 13
Quote:
Originally posted by unmei
[B]first off, it works. =)
Thanks for testing it
Quote:
Now, the problems i found: the direct show decompressor seems to have quite some startup problems in itself. When i play the file in MPC there is first a lag - the video starts black for ca 10 frames, but the direct show decoder shows black for about 2.5 seconds (60 or so frames) and then the direct show decoder outputs wrong colors (like some colors replaced by others) for about 10 sec, then after a scenechange (about the 9th keyframe) all direct show decoder related problems are gone.
Yes, I can see it too with the file you provided. I'll have to investigate it once I get home.
Quote:
[edit]i found these effects seem related to startup of the codec or player. When i replay the file w/o closing the player they do not appear. I think it's also possible you won't see them on a faster computer because, even if the CPU here is not at 100% on startup, it seems the duration of the distortion is somehow related to how much CPU (or RAM) it has at hand.[/edit]

When i talked about direct show decoder problems i meant, they don't show up when i browse the file with VirtualDubMod.
Maybe that's because there's no directshow decoder, just the VfW wrapper
Quote:
The test file i made, i used the default max quality but unchecked the smooth checkbox. Actually i expected a huge but quite lossfree encode, what i got is not that huge but it shows many artifacts. I wonder if you could not set the max higher - i mean these artifacts don't look like errors, but like the "sacrifice" of a lossy encoder. I'm going for a encode with the slider somewhere in the middle next so i can see how small it will get.
It's because I started with a quantization matrix with high coefficients. Unfortunately the code for the entropy coding won't work with another matrix ATM - I'm currently working on improving the Huffman compression, the highest quality setting should look much better in the next release (it will probably take more space though).
Quote:
Now all this might sound very discouraging, but i think it is not! This codec works - it doesn't crash and the output looks like the input, just the speed and quality are to be improved.
As I said, this is just a starting point. I'm trying to make it better .

Thanks,
JJ
JJ is offline   Reply With Quote
Old 22nd May 2004, 03:04   #4  |  Link
General Lee D. Mented
Registered User
 
Join Date: Nov 2001
Posts: 92
How did you get VFW to work right? I've been trying for 4 years.
General Lee D. Mented is offline   Reply With Quote
Old 22nd May 2004, 11:16   #5  |  Link
JJ
Registered User
 
Join Date: Aug 2003
Location: Cracow
Posts: 13
Quote:
Originally posted by General Lee D. Mented
How did you get VFW to work right? I've been trying for 4 years.
Hi!

Mostly by trial and error, because MS's documentation leaves many questions open. The VfW driver source is available here, I hope this will help you.

Regards,
JJ

[edit]getting used to vBcode[/edit]
JJ is offline   Reply With Quote
Old 17th December 2004, 17:45   #6  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
just wondering if it's still in development and if there'll be a update sometime
Selur is offline   Reply With Quote
Old 14th January 2005, 23:10   #7  |  Link
JJ
Registered User
 
Join Date: Aug 2003
Location: Cracow
Posts: 13
Hi,
Good to hear that someone still remembers this codec
Regarding your question:
My master thesis will be based on Blox - it will serve as a proof of concept for some ideas that I've been researching lately. So this project is definitely alive , although I've started to write new code only recently. I'm planning to release a new build at the end of January, of course it will be announced here .
Some of the features I'm currently working on:
- better motion vector prediction; there was almost no MV prediction in 0.1.0, so I'm expecting some bitrate savings here,
- better entropy coding (range coding instead of Huffman coding) - this might help when coding the motion vectors
These changes will result in somewhat smaller files, but won't increase the quality of the encodings. On the quality side I need to hunt down a bug which causes some noise in the decoded image regardless of the quantizer used - this is probably a rounding problem at the quantization stage.
These are the changes which will probably make it into 0.2.0. If anyone's interested I can write down a summary of my ideas and plans for the future development of Blox and post it here; some of these ideas have already been partially implemented and will show up in a future build.

Thanks,
JJ
Quote:
Originally posted by Selur
just wondering if it's still in development and if there'll be a update sometime
JJ is offline   Reply With Quote
Old 15th January 2005, 22:35   #8  |  Link
DeathTheSheep
<The VFW Sheep of Death>
 
DeathTheSheep's Avatar
 
Join Date: Dec 2004
Location: Deathly pasture of VFW
Posts: 1,149
Wow, this thing uses JPEG-style artifacts...! Interesting...
__________________
Recommended all-in-one stop for x264/GCC needs on Windows: Komisar x264 builds!
DeathTheSheep is offline   Reply With Quote
Old 16th January 2005, 04:06   #9  |  Link
IgorC
Registered User
 
Join Date: Apr 2004
Posts: 1,315
Quote:
Originally posted by DeathTheSheep
Wow, this thing uses JPEG-style artifacts...! Interesting...
maybe you have your own better codec?
IgorC is offline   Reply With Quote
Old 16th January 2005, 20:52   #10  |  Link
DeathTheSheep
<The VFW Sheep of Death>
 
DeathTheSheep's Avatar
 
Join Date: Dec 2004
Location: Deathly pasture of VFW
Posts: 1,149
eeeeheheheeee... Maybe I do... (No, I most certainly do NOT, for I don't have one at all. I just use Fusion/XVid or AVC).

Come now, IgorC. I happen to think JPEG-style artifacts are intriguing and are worthy of note. They are far superior to blockiness (although the codec itself is named "Blox"-- a misnomer, and a clever one. I like it).

I beleive it is exteremely difficult for an individual to develop his/her own codec; I wouldn't know where to start, for one! (Perhaps finishing high-school might be of some aid...)

Frankly, I am fasinated by this project and urge it to continue. Good luck with future development!

Bring a bit of CHEER into your life, man! BAaa!
__________________
Recommended all-in-one stop for x264/GCC needs on Windows: Komisar x264 builds!
DeathTheSheep is offline   Reply With Quote
Old 16th January 2005, 21:31   #11  |  Link
MSlv
Registered User
 
Join Date: Aug 2003
Location: Romānia
Posts: 175
the codec is pretty good for a begginer. The high motion scenes look ok, no blocks with the default settings.
but the static scenes have a lot of flickering. There was a scene, from a movie I encoded with Blox, which had a lot of trees and a road in the middle. This scene looks like it's raining because of the flickering.
This looks promising. I wish you a happy time improving it's speed and quality!
MSlv is offline   Reply With Quote
Old 20th January 2005, 00:18   #12  |  Link
708145
Professional Lemming
 
708145's Avatar
 
Join Date: Dec 2003
Location: Stuttgart, Germany
Posts: 359
I'm also looking forward to the next release of this codec!

Maybe you could give us a glimpse at the matrix you use since it seems to favour ringing over blocking big time.

bis besser,
Tobias
__________________
projects page: ELDER, SmoothD, etc.
708145 is offline   Reply With Quote
Old 20th January 2005, 07:24   #13  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
yup, nice to here blox is still alive
Selur is offline   Reply With Quote
Old 20th January 2005, 22:47   #14  |  Link
DeathTheSheep
<The VFW Sheep of Death>
 
DeathTheSheep's Avatar
 
Join Date: Dec 2004
Location: Deathly pasture of VFW
Posts: 1,149
...and kickin'!
__________________
Recommended all-in-one stop for x264/GCC needs on Windows: Komisar x264 builds!
DeathTheSheep is offline   Reply With Quote
Old 18th October 2019, 19:41   #15  |  Link
Pandela
Data Archeologist
 
Join Date: Oct 2019
Posts: 1
...Bump?
Sorry for reviving this stale bread but does anyone have the driver.cpp source that Jan posted? I was a little late to the party and the file has been lost in the sands of time ;-;
I've tried emailing Jan but I don't think the email on the Blox codec page is active anymore.

Both of the archive.org links didn't save it in time, either...
http://web.archive.org/web/201606160...lox/driver.cpp
http://web.archive.org/web/201606090...lox/driver.cpp
Pandela is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.