Re: [FFmpeg-user] easy question

2018-05-10 Thread Good Developer
Thanks for reply Denis. I tried it with -re option already. I get even worse distortion. > On May 10, 2018, at 5:11 PM, Dennis Mungai wrote: > > Retry with the rstream option: > > ffmpeg -re -i rtsp://admin:admin@192.168.1.234/ch0_0.h264 -an -c:v copy -f > segment

Re: [FFmpeg-user] easy question

2018-05-10 Thread Dennis Mungai
Retry with the rstream option: ffmpeg -re -i rtsp://admin:admin@192.168.1.234/ch0_0.h264 -an -c:v copy -f segment -segment_time 60 -segment_wrap 10 -reset_timestamps 1 result%d.mp4 On 11 May 2018 at 00:00, Good Developer wrote: > I hope it is an easy question

[FFmpeg-user] easy question

2018-05-10 Thread Good Developer
I hope it is an easy question for someone who came across this issue. I am recording a video from an ip camera. The video stream comes in h264 format and there is no audio stream. In order to save cpu, I am not decoding and then re encoding it back to h264, I just copy it. The problem is that a