I want to convert YUV420P image (received from H.264 stream) to RGB, while also resizing it, using sws_scale. The size of the original image is 480 × 800.
I ran: ffmpeg -i input.flac output.mp3 This prompts: File 'output.mp3' already exists. Overwrite? [y/N] y How do I automatically say "yes"?
I'm recording an http stream from my IP Camera (TPLINK NC200), using this command: ffmpeg -i http://admin:[email protected]:8080/stream/getvideo -t 30 -aco
I am trying to determine the duration of an MP4 video using ffmpeg, which is possible of course, except that when the data is streamed in via stdin (a requireme