Created
June 12, 2019 10:06
-
-
Save bigfreak85/f4a3a709ed0bd264173f19635fa0938f to your computer and use it in GitHub Desktop.
Revisions
-
bigfreak85 created this gist
Jun 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ @echo off cd C:\s4y\Videoueberwachung\ffmpeg\bin start ffmpeg ^ -i "http://192.168.178.26/videostream.cgi?user=USER&pwd=PWD" ^ -i "http://192.168.178.27/videostream.cgi?user=USER&pwd=PWD" ^ -filter_complex "[0]drawtext=box=1:boxcolor=black:boxborderw=2:fontcolor=white:text='CAM1 %%{localtime}':fontsize=14[c1];[1]drawtext=box=1:boxcolor=black:boxborderw=2:fontcolor=white:text='CAM2 %%{localtime}':fontsize=14[c2]" ^ -vcodec libx264 -preset slow -f mp4 ^ -map "[c1]" "C:\s4y\Videoueberwachung\Tagekomplett\CAM1_%date%.mp4" ^ -map "[c2]" "C:\s4y\Videoueberwachung\Tagekomplett\CAM2_%date%.mp4" REM 2>C:\s4y\Videoueberwachung\recordlog.txt