Search found 1 match

by Kelch
Mon Sep 03, 2018 11:44 am
Forum: RVMedia
Topic: passing commands to FFMpeg
Replies: 5
Views: 22011

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:123456@192.168.90.112:554/profile2/" -c:v copy -c:a aac -max_muxing_queue_size 99999 -map 0 foo.mp4 Is...