Displaying 4 results from an estimated 4 matches for "pic_height".
Did you mean:
min_height
2010 Jun 14
4
Live Stream Encoding
.... I think the problem is in the setup of the encoder:
keyframe_frequency = 0;
th_info_init(&ti);
ti.frame_width = ((480 + 15) >>4)<<4;
ti.frame_height = ((320 + 15)>>4)<<4;
ti.pic_width = 480;
ti.pic_height = 320;
ti.pic_x = 0;
ti.pic_y = 0;
ti.fps_numerator = 30;
ti.fps_denominator = 1;
ti.aspect_numerator = 0;
ti.aspect_denominator = 0;
ti.colorspace = TH_CS_UNSPECIFIED;
ti.pixel_fmt = TH_PF_422;...
2010 Apr 17
1
How to encode with frame offset ?
Hi all,
looking at the theora spec, it says that it is possible to encode a video
with a frame offset for the actual image. How is it possible to do that ? I
don't see any option for it in the encoder_example.
Regards,
Salsaman.
http://lives.sourceforge.net
https://www.ohloh.net/accounts/salsaman
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 23
0
[PATCH]
...__c;
+ _state->opt_vtable.oc_state_frag_copy = &oc_state_frag_copy__c;
+ _state->opt_vtable.restore_fpu = &restore_fpu;
+ }
+
/*Invert the sense of pic_y to match Theora's right-handed coordinate
system.*/
_state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y;
@@ -820,7 +850,7 @@
dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride;
/*For now ystride values in all ref frames assumed to be equal.*/
if(_frag->mbmode==OC_MODE_INTRA){
- oc_frag_recon_intra(_frag->buffer[dst_framei],dst_ystride,res_buf);
+ oc_f...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...__c;
+ _state->opt_vtable.oc_state_frag_copy = &oc_state_frag_copy__c;
+ _state->opt_vtable.restore_fpu = &restore_fpu;
+ }
+
/*Invert the sense of pic_y to match Theora's right-handed coordinate
system.*/
_state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y;
@@ -820,7 +850,7 @@
dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride;
/*For now ystride values in all ref frames assumed to be equal.*/
if(_frag->mbmode==OC_MODE_INTRA){
- oc_frag_recon_intra(_frag->buffer[dst_framei],dst_ystride,res_buf);
+ oc_f...