View Single Post
Old 21st September 2008, 07:49   #41  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by littleD View Post
so what are those DSH filters for, then?
to play back raw streams (drc files) or AVI containing raw streams...


Quote:
Originally Posted by Cruncher View Post
are those both CBR encodes ?
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:
Originally Posted by Cruncher View Post
everyone should be aware Dirac has no ABR/VBR yet it's only plain CBR
depends on the tool you use... There is a quality mode, so I assume that's VBR. About ABR: if you use FFmpeg, you can tweak tunings and use all video switches you want from this tool. So, a 2passes encoding is possible in this case.
Kurtnoise is offline   Reply With Quote