[FFmpeg-user] DASH content FROM UDP (same bitrate in dash manifest for all adaptation sets)

andrei ka andrei.k.gml at gmail.com
Sun Nov 1 14:18:25 EET 2020


and if you try with a bit simpler to read command, like :

ffmpeg -re -i 'udp://127.0.0.1:12007?fifo_size=50000000' -t 10 \
-map 0 -map 0 -map 0  -map 0:a:0 \
-r 25 -c:v libx264 -sc_threshold 0 -g 50 -profile:v high -preset:v fast \
-c:a libfdk_aac -ac 2 -ar 48000 \
-b:v:0 2M \
-b:v:1 365k \
-b:v:2 145k \
-b:a:0 128k \
-adaptation_sets "id=0,streams=v id=1,streams=a" -f dash dash.mpd

&rei


More information about the ffmpeg-user mailing list