Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(36) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(19) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(6) |
Dec
(5) |
2007 |
Jan
|
Feb
(5) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(17) |
Oct
|
Nov
(5) |
Dec
(32) |
2008 |
Jan
|
Feb
(14) |
Mar
(15) |
Apr
(18) |
May
(3) |
Jun
(12) |
Jul
(22) |
Aug
(7) |
Sep
(11) |
Oct
(55) |
Nov
(38) |
Dec
(11) |
2009 |
Jan
(68) |
Feb
(2) |
Mar
(7) |
Apr
(8) |
May
(13) |
Jun
(5) |
Jul
(3) |
Aug
(7) |
Sep
(2) |
Oct
(12) |
Nov
|
Dec
(6) |
2010 |
Jan
(5) |
Feb
(2) |
Mar
(50) |
Apr
(5) |
May
(9) |
Jun
(5) |
Jul
(4) |
Aug
(3) |
Sep
|
Oct
(7) |
Nov
(7) |
Dec
(3) |
2011 |
Jan
(4) |
Feb
(9) |
Mar
(10) |
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
(5) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(20) |
Jun
(3) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
|
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
(1) |
28
|
29
|
30
(2) |
31
|
|
|
|
|
|
|
From: <javasharpdev@uk...> - 2010-10-30 20:47:03
|
Hi, I want to do some experiments with dirac and j2k and I have a question. As I see dirac's entropy modelling is totally different from that of j2k. It would be interesting to know the rationale behind it. In particular if the j2k's entropy modelling (together with the dirac's arithmetic encoder which as I understans is more effective than j2k's quasi-arithmetic encoder) what size decrease can be expected? Thanks in advance, Vladimir |
From: David Schleef <ds@en...> - 2010-10-30 10:17:44
|
On Wed, Oct 27, 2010 at 04:25:58PM -0500, Vishesh Kalra wrote: > Hi there,Good day!I am currently trying to have an analysis of > Schroedinger-1.0.10 > <http://diracvideo.org/2010/03/schroedinger-1-0-9-released/>Encoder > for encoding a video sequence with .yuv as input . The thing which is > bothering me is that i couldn't find any tutorial which can lead me how to > setup the compiler and proceed with an example. It would be awesome if you > help me in this regard. An Explanation about how to do the setup and encode > a sequence by enforcing the parameters(changing the quant parameter/bit > rate) will clearly head me into right direction.Thank you so much for your > time and patience.Regards,Vishesh I recommend using existing applications for encoding, for example, Transmageddon (which uses GStreamer), FFmpeg, ffmpeg2dirac, or gst-launch for more low-level control. If you are writing an encoding application, you should look at the source code for the above, and also the testsuite/encode program. There is also reference documentation. David |