search for: ff2theora_output

Displaying 3 results from an estimated 3 matches for "ff2theora_output".

2009 May 30
1
Segmentation Fault
..._BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000e9070162 Crashed Thread: 0 Thread 0 Crashed: 0 libogg.0.dylib 0x0088e19e ogg_stream_flush + 110 1 ffmpeg2theora 0x0000baa6 oggmux_init + 2360 2 ffmpeg2theora 0x000063dc ff2theora_output + 9134 3 ffmpeg2theora 0x0000a040 main + 7560 4 ffmpeg2theora 0x00002036 start + 54 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x01099800 ebx: 0x0000b17f ecx: 0x01099828 edx: 0xe9070161 edi: 0xffffffff esi: 0xffffffff ebp: 0xbfffe548 esp...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...g src/ffmpeg2theora.c In file included from src/ffmpeg2theora.c:33: ffmpeg/libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. src/ffmpeg2theora.c: In function 'ff2theora_output': src/ffmpeg2theora.c:1176: warning: passing argument 1 of 'pp_postprocess' from incompatible pointer type src/ffmpeg2theora.c:1296: warning: pointer targets in initialization differ in signedness gcc -o src/iso639.o -c -DPACKAGE_VERSION=\"0.24\" -DPACKAGE_STRING= \"...
2004 Nov 20
0
ffmpeg2theora start and end time support
...spect_denominator=0; this->frame_aspect=0; this->deinterlace=1; this->frame_topBand=0; this->frame_bottomBand=0; this->frame_leftBand=0; this->frame_rightBand=0; this->start_time=0; this->end_time=0; /* ZERO denotes no end time set */ } return this; } void ff2theora_output(ff2theora this) { int i; AVCodecContext *aenc = NULL; AVCodecContext *venc = NULL; AVStream *astream = NULL; AVStream *vstream = NULL; AVCodec *acodec = NULL; AVCodec *vcodec = NULL; AVIndexEntry * index_entry; float frame_aspect; int frame_number=0; double fps = 0.0; for (i = 0; i &lt...