Displaying 8 results from an estimated 8 matches similar to: "dynamic change video quality........"
2005 Feb 17
1
Fix a bug that causes the encoder to spend way to many bits on keyframes
Here is a fix that prevents the encoder from spending too many bits on
keyframes. The main problem is that the old code computes the target keyframe
bitrate incorrectly. This causes the code that computes the Q for the frame to
think that it has tons of bits to spend. It selects a high Q value for the
keyframe. Since so many bits were spend on the keyframe the the inter-frames
have to use a much
2005 Mar 02
1
Patch that fixes distortions during static scenes
Here is a patch that fixes distortions that appear during scenes with no
motion. Tbe problem was that UpdateFrame() was not being called when a
MotionScore of 0 was computed. Since UpdateFrame() was not called the buffer
returned by theora_encode_packetout() would be the same buffer that was output
for the last frame that had a non-zero MotionScore. This is obviously incorrect
behavior. I've
2010 Dec 17
0
Asanka Dilruk wants to stay in touch on LinkedIn
LinkedIn
------------Asanka Dilruk requested to add you as a connection on LinkedIn:
------------------------------------------
Adrian,
I'd like to add you to my professional network on LinkedIn.
- Asanka Dilruk
Accept invitation from Asanka Dilruk
2008 Apr 25
1
Theora Decoder
Theora can encode video with several quality parameters. So when that
encoded video is decoding it should be looked at quality value. For a single
video, decoder get first frame quality value for all video frame or decoder
get each quality value for each frame?
--
Asanka Dilruk
Department of Computer Science and Eng.
University of Moratuwa....
http://www.asankadilruk.blogspot.com/
--------------
2008 Jan 16
2
Encode a normal stream in to black & white video
Hi,
Can we encode a normal stream in to black & white video using
exsisting encoder_example in theora_beta2.
Is it required to change encoder_example file to do that? So
please guide to do that.
Thanks...
--
___
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 20
3
B&W
Hi,
We want to get a B&W output from any video input (B&W or Color). So when we
encoded into B&W video compression will be increased is it correct? Can we
archive this by a existing encoder_example.
--
___
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20080121/c1d1b3c1/attachment.htm
2016 Feb 20
2
[Bug 94225] New: Mesa crash with "nouveau" driver and Minetest
https://bugs.freedesktop.org/show_bug.cgi?id=94225
Bug ID: 94225
Summary: Mesa crash with "nouveau" driver and Minetest
Product: Mesa
Version: 10.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau
2008 Feb 01
6
Dynamic Change Parameters..
I am going to improve theora codec with dynamically changing way. In this
case we want to change compression parameters like video_q, sharpness when a
keyframe is generated. When i set video quality parameter using cpi->
pb.info.quality in CommpressKeyFrame in encoder_toplevel it will not change
dynamically. Can you please help me to do this. Wich function should i cange
to achieve my