On my system, 3gp video generation fails if i don't force the output video size to 176x144 (my cameras are capturing at 320x240).
I didn't found another way to force 3gp video resolution elsewhere, so i made a minor change to zmvideo.pl.
Is it the best way to do it?
I hope it will help.
Code: Select all
321,324c321,322
< if($format eq "3gp"){
< $video_size = "176x144";
< }
< Info("Outputting to $format");