I got 1.25 built with ffmpeg-0.10.6 on Debian Squeeze

Forum for questions and support relating to the 1.25.x releases only.
Locked
attilahooper
Posts: 20
Joined: Mon Feb 15, 2010 6:38 pm

I got 1.25 built with ffmpeg-0.10.6 on Debian Squeeze

Post by attilahooper »

Dunno if this is news but I could not, for the life of me, find info on building with the latest ffmpeg. This is a pentium 4 class machine so I opted to go without gnome and x. Installing graphical will install older ffmpeg packages I believe.

The latest from ffmpeg branches, 1.0 "Angel" and 11.2 "Freedom", threw errors on avcodec_init when compiling zm.

I have tested a usb uvc webcam and one ipcam streaming and capturing. Works as advertised.

Generating video from alarms works in all formats, except .3gp. Here's a dump from that log.... Maybe someone's interested

ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 28 2012 22:08:23 with gcc 4.4.5
configuration: --enable-gpl --enable-shared --enable-pthreads --enable-libx264 --enable-libfaac --enable-nonfree --enable-version3
libavutil 51. 35.100 / 51. 35.100
libavcodec 53. 61.100 / 53. 61.100
libavformat 53. 32.100 / 53. 32.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 61.100 / 2. 61.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 6.100 / 0. 6.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, image2, from '%03d-capture.jpg':
Duration: 00:00:00.85, start: 0.000000, bitrate: N/A
Stream #0:0: Video: mjpeg, yuvj420p, 320x240 [SAR 1:1 DAR 4:3], 25.88 fps, 25.88 tbr, 25.88 tbn, 25.88 tbc
Incompatible pixel format 'yuvj420p' for codec 'h263', auto-selecting format 'yuv420p'
[buffer @ 0x8f74100] w:320 h:240 pixfmt:yuvj420p tb:1/1000000 sar:1/1 sws_param:
[buffersink @ 0x8f85320] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
[scale @ 0x8f858a0] w:320 h:240 fmt:yuvj420p -> w:320 h:240 fmt:yuv420p flags:0x4
[h263 @ 0x8f823e0] The specified picture size of 320x240 is not valid for the H.263 codec.
Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.
Output #0, 3gp, to 'Event-17-r1-s1.3gp':
Stream #0:0: Video: h263, yuv420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg -> h263)
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Locked