What is the optimal ffmpeg command parameters for the best quality to stream capturing? I'm using this command, on my Raspberry PI 2:
ffmpeg -i rtsp://192.168.111.125:554/onvif1 -strict -2 -vcodec copy -c:a aac -f segment -strftime 1 -segment_time 3600 -segment_format mp4 capture_%Y-%m-%d_%H-%M-%S.mp4
But the quality is not too good in my opinion. In the android app, the video quality (under Picture and sound setting) affected the recorded quality via rtsp stream?
ffmpeg -i rtsp://192.168.111.125:554/onvif1 -strict -2 -vcodec copy -c:a aac -f segment -strftime 1 -segment_time 3600 -segment_format mp4 capture_%Y-%m-%d_%H-%M-%S.mp4
But the quality is not too good in my opinion. In the android app, the video quality (under Picture and sound setting) affected the recorded quality via rtsp stream?