James Heliker <james.heliker <at> gmail.com> writes: > C:\ffmpeg.exe -f lavfi -i color=c=black:s=1920x1080 > -frames:v 10
> -r 29.97 The color filter has a rate option. > However that results in a file with only video > stream - no audio. You failed to provide an input audio stream to ffmpeg, I usually use: ffmpeg -f s16le -i /dev/zero The anullsrc filter should work fine on Windows. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
