/* Lokal */ mehr ffmpeg-Parameter!

This commit is contained in:
Astro 2014-01-09 20:28:47 +00:00
parent 2953648bb7
commit 4f47440684
1 changed files with 1 additions and 1 deletions

2
TV.mw
View File

@ -9,7 +9,7 @@ Findet Videos von <code>cider:/mnt/videos</code>
<pre>
(
echo -ne 'HTTP/1.0 200 OK\r\nContent-type: video/mkv\r\n\r\n';
ffmpeg -f x11grab -framerate 4 -video_size 1440x900 -i :0.0 -vf format=pix_fmts=yuv420p -f matroska -vcodec libx264 -threads 2 -b:v 1000k -
ffmpeg -f x11grab -framerate 4 -video_size 1440x900 -i :0.0 -vf format=pix_fmts=yuv420p -f matroska -vcodec libx264 -preset ultrafast -tune zerolatency -threads 2 -b:v 1000k -
) | nc -lvvp 65067
</pre>