Greetings,
I am getting the following error when I run transcoder:
[import_v4l2.so]: 32 buffers available
[export_ffmpeg.so] Using FFMPEG codec 'msmpeg4v2' (FourCC 'MP42', old DivX3
compatible (older version)).
picture size invalid (0x0)
[export_ffmpeg.so] Could not allocate enough memory.
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] critical: failed to init encoder
.
It is very consistent no matter under a myriad of different arguement
configuration cases.
I am using /dev/video0 with vl42 backend for input, for example:
transcode -x v4l2,null \
-M 2 \
-i /dev/video0 \
-y ffmpeg \
-F msmpeg4v2 \
-c 00:02:00 \
-g 720x480
-f 0,4 \
-I 1 \
-u 100 \
-Q 3 \
-Z 360x240,fast \
-o /mnt/usb0/clip.avi
etc,
any help very much appreciated.
thanks,
Ted