ffmpeg-live-transcoder icon indicating copy to clipboard operation
ffmpeg-live-transcoder copied to clipboard

Docker image for transcoding a live source to another source, optionally creating multiple qualities.

Results 1 ffmpeg-live-transcoder issues
Sort by recently updated
recently updated
newest added

Hi, I need to pass different resolution while video streaming to Media server from ffmpeg. ffmpeg -i video="new.avi" -r 30 -b:v 128k -s 640x480 -f flv rtmp://serverIp/live/stream. Is it possible...