On Tue, 12 Aug 2025 at 22:10, Andrew Wood via ffmpeg-user <ffmpeg-user@ffmpeg.org> wrote: > This is the full command: > > ffmpeg -y -loglevel fatal -i rtsp://192.168.111.2:554 -acodec copy > -vcodec copy -metadata title=MyVideo /path/to/video.mp4
As a general tip: since the command is not working as you expected, it may help to remove '-loglevel fatal', which will cause only non-recoverable errors to be printed. As Ferdi mentioned, sharing the full, uncut console output (without errors suppressed) from an instance where you have the problem will help others help you. Cheers, Rob _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".