Created
November 15, 2017 21:33
-
-
Save git001/285162deb0f89ed49ef14c89aaa396fe to your computer and use it in GitHub Desktop.
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 characters
--- | |
ffmpeg_bin: '/bin/ffmpeg' | |
profiles: | |
fullHDHighProfile: ' -r 30 -vcodec libx264 -pix_fmt yuv420p -crf 23 -s 1920x1080 -profile:v high -level 4 ' | |
fullHD: ' -vcodec libx264 -pix_fmt yuv420p -crf 23 -s 1920x1080 ' | |
HDready: ' -vcodec libx264 -pix_fmt yuv420p -crf 23 -s 1280x720 ' | |
mobile: ' -vcodec libx264 -pix_fmt yuv420p -crf 23 -s 480x270 ' | |
out_dir_base: '/home/videos' | |
out_dir_data: '/home/videos/transfer' | |
out_dir_snapshot_data: '/home/videos/transfer' | |
jpeg2video_dest_dir: '/webroot//pubwww/videos' | |
cameraids: | |
111: | |
fps: 30 | |
191: | |
fps: 50 | |
851: | |
fps: 50 | |
963: | |
fps: 30 | |
1097: | |
fps: 50 | |
1113: | |
fps: 50 | |
1138: | |
fps: 30 | |
1234: | |
fps: 30 | |
1273: | |
fps: 30 | |
1302: | |
fps: 30 | |
1304: | |
fps: 30 | |
1305: | |
fps: 30 | |
1306: | |
fps: 30 | |
1335: | |
fps: 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment