|
|
|
|
|
by bejelentkezni
1892 days ago
|
|
All I have that I'm not seeing elsewhere in the replies is: ffmpeg -r 1 -loop 1 -i 1.png -i 1.wav -c:v libvpx -c:a libvorbis -b:a 64k -shortest out.webm (clearly this is old) -max_muxing_queue_size 2048 (magically fixes some errors and microscopically increases quality, a no-brainer on machines with more than token amounts of RAM) |
|