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

2019-09-29 Thread Alejandro Escudero
So if stream works we don’t have to care about that message right? Thanks! Descarga Outlook para iOS De: ffmpeg-user en nombre de Carl Eugen Hoyos Enviado: Sunday, September 29, 2019 3:15:35 PM Para: FFmpeg user questions Asunto: Re:

Re: [FFmpeg-user] error in make test

2019-09-29 Thread Carl Eugen Hoyos
Am Sa., 28. Sept. 2019 um 21:01 Uhr schrieb S Andreason : > TESTlavf-gray.fits > --- ./tests/ref/lavf/gray.fits2019-06-30 20:40:14.0 -0700 > +++ tests/data/fate/lavf-gray.fits2019-09-28 10:42:08.360464015 -0700 > @@ -1,3 +1,3 @@ > d76b46a5a336b56f73451817cdf3897c

Re: [FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-29 Thread Carl Eugen Hoyos
Am So., 29. Sept. 2019 um 22:37 Uhr schrieb Micael Silva : > As far as I know h264 raw files does not contain information like framerate > and timestamp I think this is not generally true (but unrelated to this thread). Carl Eugen ___ ffmpeg-user

Re: [FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-29 Thread Micael Silva
On Sat, 28 Sep 2019, 14:34 Johanna Nilson, wrote: > Sorry, didn't want to bother with stupid questions. I've examined that > there is no problems with input.h264 file in VLC player. After your answer > I looked input.h264 in ffplay and found the same quality issues with > blurred frames that was

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

2019-09-29 Thread Carl Eugen Hoyos
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 > in the future. > Fix your code to set the timestamps

Re: [FFmpeg-user] metadata from concat list not working

2019-09-29 Thread Nicolas George
Goran Obal (12019-09-29): > Somehow this is not working for me and I don't understand why. My video > displays text "blah", which tells me that ffmpeg can't find the metadata... I suspect you are confusing stream metadata and packet metadata. Regards, -- Nicolas George signature.asc

[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] metadata from concat list not working

2019-09-29 Thread Goran Obal
Hi. I am trying to create a video from my music files, creating audio visualization with showfreqs and displaying current filename with drawtext. Here is my command: ffmpeg -f concat -safe 0 -i files.txt -filter_complex

Re: [FFmpeg-user] current ffmpeg creates shortened audio stream when filter amix

2019-09-29 Thread Paul B Mahol
On 9/29/19, S Andreason wrote: > I am getting a shortened audio stream when including the audio filters > aresample and amix, which later makes it impossible to concat the clips, > because the different stream lengths lose sync between audio and video, > with errors: > Invalid audio PTS > >

Re: [FFmpeg-user] error in make test

2019-09-29 Thread Carl Eugen Hoyos
> Am 28.09.2019 um 21:01 schrieb S Andreason : > > Hi, I have current ffmpeg by git, updated yesterday, running on Debian > desktop. > > I was successful in configure, make, and make install, but when trying to get > ass to work (not the issue for this email) I ran make test and it stopped