no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | events:multiview-monitor [2019/08/21 12:16] (current) – created v0tti | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | [input: | ||
| + | width=640 | ||
| + | height=480 | ||
| + | command= | ||
| + | ffmpeg | ||
| + | -y | ||
| + | -v warning | ||
| + | -i {url} | ||
| + | -filter_complex " | ||
| + | [0:a] ebur128=video=1: | ||
| + | [iv] fps=25 [v] | ||
| + | " | ||
| + | -map ' | ||
| + | -c:v rawvideo -c:a pcm_s16le | ||
| + | -pix_fmt yuv420p -r 25 | ||
| + | -f matroska | ||
| + | pipe: | ||
| + | [input: | ||
| + | width=640 | ||
| + | height=360 | ||
| + | command= | ||
| + | ffmpeg | ||
| + | -y | ||
| + | -v warning | ||
| + | -i {url} | ||
| + | -map ' | ||
| + | -vf scale={w}: | ||
| + | -c:v rawvideo -c:a pcm_s16le | ||
| + | -pix_fmt yuv420p -r 25 | ||
| + | -aspect 16:9 | ||
| + | -f matroska | ||
| + | pipe: | ||
| + | |||
| + | [output] | ||
| + | grid=3x3 | ||
| + | |||
| + | # uncomment to encode & push to rtmp instead of displaying it | ||
| + | command= | ||
| + | ffmpeg | ||
| + | -y | ||
| + | -v warning | ||
| + | -i pipe: | ||
| + | -threads: | ||
| + | -vf " | ||
| + | -c:v libx264 | ||
| + | -maxrate: | ||
| + | -pix_fmt: | ||
| + | -preset: | ||
| + | -map 0:v | ||
| + | -strict 2 -c:a aac -b:a 96k -ar 44100 -ac:a:2 2 | ||
| + | -map 0:a | ||
| + | -y -f flv rtmp:// | ||
| + | |||
| + | [sources] | ||
| + | curie_native=loudness: | ||
| + | curie_translated=loudness: | ||
| + | curie=video: | ||
| + | |||
| + | meitner_native=loudness: | ||
| + | meitner_translated=loudness: | ||
| + | meitner=video: | ||
| + | |||
| + | thm_native=loudness: | ||
| + | thm_translated=loudness: | ||
| + | thm=video: | ||
| + | </ | ||