rajhlinux

FFMPEG

Jul 20th, 2022 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ffmpeg -i rtsp: //10.0.0.3:554/live/0/MAIN
  2. -C:V copy -map 0 -f segment -segment_time 600 reset_timestamps 1 -strftime 1 0.3/"(%b-%-d-Y-%a)__%-I::%M: :%S: :%p.mp4" -Y
  3.  
  4. ffmpeg -vaapi _device /dev/dri/renderD128 -f v4L2
  5. -framerate 60
  6. -video size 1920x1080 -i /dev/
  7. video0
  8. -vf format=nv12, hwupload
  9. -c:V hevc_vaapi -map 0 -f segment -segment_time 600
  10. reset_timestamps 1
  11. -strftime 1 BNC/" (%b-%-d-Y-%a) _
  12. %-I: :%M: :%S: :%p.mp4"
  13. -Y
Add Comment
Please, Sign In to add comment