|
Edited by DoubleHP at 2019-4-23 23:56
Here are the changes I made in /etc/motion/motion.conf :
- root@orangepione:/etc/motion# diff motion.conf.orig motion.conf
- 87c87,88
- < rotate 0
- ---
- > #rotate 0
- > rotate 180
- 90c91,92
- < width 320
- ---
- > #width 320
- > width 640
- 93c95,96
- < height 240
- ---
- > #height 240
- > height 480
- 97c100,101
- < framerate 2
- ---
- > #framerate 2
- > framerate 5
- 173c177,178
- < threshold 1500
- ---
- > #threshold 1500
- > threshold 1
- 222c227
- < post_capture 0
- ---
- > post_capture 10
- 230c235,236
- < event_gap 60
- ---
- > #event_gap 60
- > event_gap 120
- 234c240
- < max_movie_time 0
- ---
- > max_movie_time 600
- 250c256,257
- < output_pictures on
- ---
- > #output_pictures on
- > output_pictures off
- 253a261
- > #output_debug_pictures on
- 256a265
- > quality 95
- 270c279,280
- < ffmpeg_output_movies on
- ---
- > ffmpeg_output_movies off
- > #ffmpeg_output_movies off
- 328a339
- > #use_extpipe on
- 332c343
- < ;extpipe mencoder -demuxer rawvideo -rawvideo w=320:h=240:i420 -ovc x264 -x264encopts bframes=4:frameref=1:subq=1:scenecut=-1:nob_adapt:threads=1:keyint=1000:8x8dct:vbv_bufsize=4000:crf=24:partitions=i8x8,i4x4:vbv_maxrate=800:no-chroma-me-vf denoise3d=16:12:48:4,pp=lb -of avi -o %f.avi - -fps %fps
- ---
- > #;extpipe mencoder -demuxer rawvideo -rawvideo w=320:h=240:i420 -ovc x264 -x264encopts bframes=4:frameref=1:subq=1:scenecut=-1:nob_adapt:threads=1:keyint=1000:8x8dct:vbv_bufsize=4000:crf=24:partitions=i8x8,i4x4:vbv_maxrate=800:no-chroma-me -vf denoise3d=16:12:48:4,pp=lb -of avi -o %f.avi - -fps %fps
- 360c371,372
- < locate_motion_mode off
- ---
- > #locate_motion_mode off
- > locate_motion_mode preview
- 436c448,449
- < picture_filename %v-%Y%m%d%H%M%S-%q
- ---
- > #picture_filename %v-%Y%m%d%H%M%S-%q
- > picture_filename %Y-%m-%d_%H-%M-%S_%q
- 467c480,481
- < stream_quality 50
- ---
- > #stream_quality 50
- > stream_quality 90
- 471c485,486
- < stream_motion off
- ---
- > #stream_motion off
- > stream_motion 1
- 474c489,490
- < stream_maxrate 1
- ---
- > #stream_maxrate 1
- > stream_maxrate 10
- 477c493,494
- < stream_localhost on
- ---
- > #stream_localhost on
- > stream_localhost off
- 503a521
- > #webcontrol_localhost off
Copy code |
|