Re: [FFmpeg-user] Error Capturing MJPEG Stream from Linux version

2021-02-05 Thread Alejandro Escudero
M Para: FFmpeg user questions Asunto: Re: [FFmpeg-user] Error Capturing MJPEG Stream from Linux version Am Fr., 5. Feb. 2021 um 18:02 Uhr schrieb Alejandro Escudero : > ffmpeg -t 58 -i > "http://user:pass@cameraip:8080/video.cgi;<%22http:/user:pass@cameraip:8080/video.cgi%22> >

[FFmpeg-user] Error Capturing MJPEG Stream from Linux version

2021-02-05 Thread Alejandro Escudero
Hi, Please your help, I am on Linux (Centos 7) trying to capture a MJPEG stream from an IP Camera and save it as MP4, but I am getting this error: [ingenient @ 0x2637be0] Could not find codec parameters for stream 0 (Video: mjpeg, none(bt470bg/unknown/unknown)): unspecified size Consider

[FFmpeg-user] Format avi detected only with low score of 1, misdetection possible!

2019-10-28 Thread Alejandro Escudero
Hi! I have an AVI file that it can´t be played or read, I have tried using ffprobe of this file and i get this error: Format avi detected only with low score of 1, misdetection possible! Is there a way I can fix this file, since i can´t convert or re encode it. (I have also tried changing

Re: [FFmpeg-user] ERROR RTSP - TIMESTAMPS ARE UNSET

2019-09-29 Thread Alejandro Escudero
to: Re: [FFmpeg-user] ERROR RTSP - TIMESTAMPS ARE UNSET Am Fr., 27. Sept. 2019 um 01:03 Uhr schrieb Alejandro Escudero : > I am getting an RTSP stream from a DLink camera but I am getting this error: > Timestamps > are unset in a packet for stream 0. This is deprecated and will stop working

[FFmpeg-user] ERROR RTSP - TIMESTAMPS ARE UNSET

2019-09-29 Thread Alejandro Escudero
Hi I am getting an RTSP stream from a DLink camera but I am getting this error: Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly This is the command: (I also tried adding -fflags +genpts but i

[FFmpeg-user] ERROR RTSP - TIMESTAMPS ARE UNSET

2019-09-26 Thread Alejandro Escudero
Hi I am getting an RTSP stream from a DLink camera but I am getting this error: Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly This is the command: (I also tried adding -fflags +genpts but i

[FFmpeg-user] STOP RTSP STREAM IF CONNECTION FAILS

2019-09-10 Thread Alejandro Escudero
Hi! I am trying to Stop an RTSP STREAMING if connection to IP Camera fails (example if camera goes offline) I tried these command with -timeout 3 (to exit after 3 seconds if connection fails, but it never exists), how this should be done correctly? ffmpeg -rtsp_transport tcp -i

[FFmpeg-user] CONTINUOUS RTSP STREAM TO MP4 SEGMENTS

2019-09-03 Thread Alejandro Escudero
Hi, I am trying to record an RTSP Stream in to several segments of MP4, the command works but at certain point in the segment 54 (00:04:34.19) it stops working. Which should be the proper way to get a continue stream recording to mp4 segments without facing this problem? ffmpeg

[FFmpeg-user] ADD REAL TIME STAMP TO RTSP STREAM SEGMENT

2019-09-03 Thread Alejandro Escudero
Hi, I am trying to get a RTSP stream from an IP Camera and save that stream as several MP4 segments, but i need that each file segment name gets the real time stamp of the video stream. (If I use the -strftime 1, it gets the time of the local machine but i need the real rtsp time). How can I

Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-29 Thread Alejandro Escudero
TING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC Am Do., 29. Aug. 2019 um 23:41 Uhr schrieb Alejandro Escudero : > I am trying to cut a video file in to parts, without re-enconding the video, > but i get a > video file with non sync audio, how can I solve these with out re-encoding &g

[FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-29 Thread Alejandro Escudero
Hi! I am trying to cut a video file in to parts, without re-enconding the video, but i get a video file with non sync audio, how can I solve these with out re-encoding since I need a fast way to cut. I used this command: ffmpeg -i file.mp4 -ss 00:03:00 -t 00:05:00 -c copy part1.mp4 Thanks!

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-21 Thread Alejandro Escudero
rsnick Sent: Wednesday, August 21, 2019 7:34 AM To: FFmpeg user discussions Subject: Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA On Tue, Aug 20, 2019 at 22:44:20 +0000, Alejandro Escudero wrote: > ffmpeg -rtsp_flags listen -i > rtsp://admin:password@192.168.0.103:554/cam/realmonitor?cha

[FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-20 Thread Alejandro Escudero
Hi, I can´t achieve to listen a RTSP from an IP Camera, rtsp://admin:password@192.168.0.103:554/cam/realmonitor?channel=1=0 I can play it on VLC normally but I can´t listen and open it with ffmpeg - ffplay Here is what I have tried: ffmpeg -rtsp_flags listen -i

[FFmpeg-user] CONVERT DAV TO MP4

2019-08-13 Thread Alejandro Escudero
Hi! I will like to convert a .dav file (video and audio) from an IP Camera to MP4 format, which will be the right way and command to do this? Thanks! Alejandro