Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 avconv (ffmpeg) 将视频从我的 IP 摄像机录制到磁盘。
avconv -i rtsp://192.168.1.1/stream -c copy pool.mp4
但是,我需要关注并且无法成功地从 bash 脚本或 cron 运行它。
谢谢约翰