Results 3 comments of Jonathan

This is the command of the FFMPEG behavior I want to reproduce in JavaCV: ` ffmpeg -t 5 -loop 1 -i input.png -f lavfi -i anullsrc=channel_layout=mono:sample_rate=48000 -vcodec mpeg2video -s 1920x1080...

Maybe I will try this when I have enough spare time but for now I used a fairly new library called [Jaffree ](https://github.com/kokorin/Jaffree) to do what I wanted to do....

Is this currently under development?