I want create a video from a image,my code is
avconv -f image2 -i test2.jpg -s 320X240 -r 30 -pix_fmt yuv420p -qmin 10 foo.mpg
But I got a error
VBV buffer size not set, muxing may fail
How can I solve this?
I want create a video from a image,my code is
avconv -f image2 -i test2.jpg -s 320X240 -r 30 -pix_fmt yuv420p -qmin 10 foo.mpg
But I got a error
VBV buffer size not set, muxing may fail
How can I solve this?