Search found 1 match
- Mon Sep 03, 2018 11:44 am
- Forum: RVMedia
- Topic: passing commands to FFMpeg
- Replies: 5
- Views: 26843
Re: passing commands to FFMpeg
I got ExpressVPN recently and FFmpeg to see my camera correctly and write a file. But I had to use the following command line: ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp://admin:[email protected]:554/profile2/" -c:v copy -c:a aac -max_muxing_queue_size 99999 -map 0 foo.mp4 Is there a ...