[FFmpeg-user] Timestamps are unset in a packet for stream 1. UDP Streaming

2021-04-05 Thread Mar Andrés López
Dear all, My video which has KLV metadata on stream 1, is not timestamped properly, when streaming udp. ¿Is there anyway to recreate the timestamps? I am doing something wrong when streaming by udp. The command employed is the following: >>ffmpeg -re -i klv.mpeg -map 0 -codec copy -f mpegts

Re: [FFmpeg-user] Timestamps are unset & Error writing trailer

2020-04-03 Thread Ted Park
Hi, I don’t think it builds by default, but there is a tool, “dvd2concat” in the tools folder that doesn’t really work. But you can transparently bypass CSS on DVD’s with your setup so it might work, if you want to give it a try. IIRC libdvdread and libdvdcss are dependencies, basically you

Re: [FFmpeg-user] Timestamps are unset & Error writing trailer

2020-04-02 Thread Mark Filipak
On 04/02/2020 09:49 AM, Paul B Mahol wrote: -snip- I will advise anyone reading this list to ignore your threads for benefit of all users. Well, I think that all that's needed is for you to ignore my threads. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Timestamps are unset & Error writing trailer

2020-04-02 Thread Mark Filipak
On 04/02/2020 08:29 AM, Paul B Mahol wrote: On 4/2/20, Mark Filipak wrote: I am getting only failures. "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" How do I "Fix your code to set the

Re: [FFmpeg-user] Timestamps are unset & Error writing trailer

2020-04-02 Thread Paul B Mahol
On 4/2/20, Mark Filipak wrote: > I am getting only failures. > > "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" > > How do I "Fix your code to set the timestamps properly"? > > Error writing

[FFmpeg-user] Timestamps are unset & Error writing trailer

2020-04-02 Thread Mark Filipak
I am getting only failures. "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" How do I "Fix your code to set the timestamps properly"? Error writing trailer of C:\AVOut\foo.mkv: Invalid

Re: [FFmpeg-user] Timestamps are unset

2019-03-11 Thread Carl Eugen Hoyos
2019-02-26 10:40 GMT+01:00, Tom Worton : > In your last email you said that I was missing the complete uncut console > output. If I am doing it correct. I replied with the missing information. Do > you have any further advice? No. You are not the recipient of the warning message. If your output

Re: [FFmpeg-user] Timestamps are unset

2019-02-26 Thread Tom Worton
o? I hope it's not the later and you have some advice for a remedy to my errors. Thanks, Tom Sent from my T-Mobile 4G LTE Device Original message From: Carl Eugen Hoyos Date: 2/24/19 8:16 AM (GMT-08:00) To: FFmpeg user questions Subject: Re: [FFmpeg-user] Timestamps are u

Re: [FFmpeg-user] Timestamps are unset

2019-02-24 Thread Tom Worton
ions Subject: Re: [FFmpeg-user] Timestamps are unset 2019-02-24 10:10 GMT+01:00, Tom Worton : > ffmpeg.exe -i myvideofile.mkv -map 0 -vcodec copy -scodec copy > -acodec ac3 -b:a 640k myvideofilewithAC3.mkv Complete, uncut console output missing. If you are just worried about a wa

Re: [FFmpeg-user] Timestamps are unset

2019-02-24 Thread Carl Eugen Hoyos
2019-02-24 10:10 GMT+01:00, Tom Worton : > ffmpeg.exe -i myvideofile.mkv -map 0 -vcodec copy -scodec copy > -acodec ac3 -b:a 640k myvideofilewithAC3.mkv Complete, uncut console output missing. If you are just worried about a warning message: You are not the intended recipient (and there is

[FFmpeg-user] Timestamps are unset

2019-02-24 Thread Tom Worton
I hope that I am doing this right, the format of sending emails is a little different then posting on other forums that I have reached out to in the past. I have been using ffmpeg for only a short period of time and while it has worked great, I am running into an issue and need a little

Re: [FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future

2018-07-17 Thread Mohammed Sha
Could someone help-us on this ? On Tue, Jul 17, 2018 at 11:06 AM, zhangkai.gis wrote: > I met the same problem. > > zhangkai > 2017-07-17 > > > > From:Mohammed Sha > Date:2018-07-16 16:04 > Subject:[FFmpeg-user] Timestamps are unset in a packet for stream 0. This

[FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future

2018-07-15 Thread Mohammed Sha
Hi All, I am using below command to push the video to Wowza server, since we are pushing raw h264 video, the rtp packet doesnot have the timestamp, and we could observe audio video sync issue while playing video using vlc. While executing the ffmpeg. Command, there is a warning showing as ( ,

[FFmpeg-user] Timestamps are unset ... Fix your code

2016-05-22 Thread sean darcy
I'm trying to copy the last section of a VOB, but I get an odd warning about timestamps: [svcd @ 0x1d91760] 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 Is there anything I should do, or