Guest User

Untitled

a guest
Nov 23rd, 2017
14
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg \
  2. -thread_queue_size 512 \
  3. -i http://admin:wazz@192.168.2.81/video.cgi \
  4. -i http://192.168.2.16/webcam/?action=stream \
  5. -i http://192.168.2.83:8080/?action=stream \
  6. -filter_complex "nullsrc=size=1020x720 [base]; \
  7. [0:v] setpts=5*PTS-STARTPTS, scale=720x540, transpose=1 [upperleft]; \
  8. [1:v] setpts=5*PTS-STARTPTS, scale=480x360 [upperright]; \
  9. [2:v] setpts=5*PTS-STARTPTS, scale=479x359 [upperright]; \
  10. [base][upperleft] overlay=shortest=1 [tmp1]; \
  11. [tmp1][upperright] overlay=shortest=1:x=541 [tmp2]; \
  12. [tmp2][upperright] overlay=shortest=1:x=541:y=361[output]" \
  13. -map "[output]" -an -flags +global_header -pix_fmt yuv420p -codec:v libx264 -minrate 200K -maxrate 800K -bufsize 320k -r 15 -f ssegment -segment_time 900 -segment_wrap 720 -reset_timestamps 1 -segment_list_flags +live /store/cam%05d.ts http://localhost:8090/feed1.ffm
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×