[FFmpeg-user] "vibrance" video filter, default luma coefficients swapped?

2021-04-14 Thread Jim DeLaHunt
Paul: I recently wondered if FFmpeg had a "vibrance" filter, and I was delighted to find the "vibrance" video filter[1]. It looks like you added this back in 2018[1].  Thank you for that! I think it might come in handy for me. I'm curious about the default values for coefficients "rlum", "gl

Re: [FFmpeg-user] How to convert video.ts to video.mp4 efficiently?

2021-04-14 Thread Laine Lee
> On Apr 14, 2021, at 8:16 AM, Bo Berglund wrote: > > On Tue, 13 Apr 2021 12:27:34 -0500, Laine Lee wrote: > >> Could you provide an example .ts video? > > These 20 per day videos are each 1.3 GB for a 1 hour show... > Hard to provide to a mail list. > > > -- > Bo Berglund > Developer in

Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-14 Thread Paul B Mahol
You can not reset all dts to 0, that does not make any sense. On Wed, Apr 14, 2021 at 11:30 AM JD wrote: > On Tue, Apr 13, 2021 at 11:47 AM Paul B Mahol wrote: > > > Please try setts bitstream filter. > > > > It is specifically designed for such videos. > > > > Actually I tested setts bitstream

Re: [FFmpeg-user] Windows FFMPEG Playback

2021-04-14 Thread Carl Zwanzig
On 4/13/2021 4:55 PM, Gabriel Silva via ffmpeg-user wrote: I am trying to find the most optimized method using FFMPEG or FFPLAY to playback videos on Windows and Intel architecture. Unless you must use ffmpeg, you're going to be better off with software that's built for play/display (e.g. vlc).

Re: [FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread adam smith via ffmpeg-user
> On 14 Apr 2021, at 16:14, adam smith via ffmpeg-user > wrote: > > I will test again with the quotes through the script so it will fit in one > command and get back to you. Double quotes has saved the day. That is a nice easy fix. Thank you Moritz you lovely man. _

Re: [FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread adam smith via ffmpeg-user
> On 14 Apr 2021, at 16:12, adam smith via ffmpeg-user > wrote: > > I have included the quotes on the subtitle file path. > If I use the url in a browser the SRT file is downloaded so I know the > credentials are ok. > Thanks for your help. Looking at what I just did the test was rubbish as

Re: [FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread adam smith via ffmpeg-user
> >> You should show us the complete, uncut console output, without the >> access key of course. > I have included the quotes on the subtitle file path. If I use the url in a browser the SRT file is downloaded so I know the credentials are ok. Thanks for your help. > ffmpeg -y -ss 00:00.00 -to

Re: [FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread adam smith via ffmpeg-user
> You should show us the complete, uncut console output, without the > access key of course. I will try again splitting up the command line so it fits in the command line so I can get a proper output. > > It looks like you may be using Unix/Linux and your shell is > interpreting '&'. You may ne

Re: [FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread Moritz Barsnick
Hi Adam, On Wed, Apr 14, 2021 at 14:15:48 +0100, FFmpeg user discussions wrote: > [https @ 0x7f40de879b40] HTTP error 403 > Forbiddenhttps://some_domain.com/subtitles/18217/bf4130a3-64f8-40cb-aae8-720da75797a7.srt?AWSAccessKeyId=A*Z: > Server returned 403 Forbidden (access denied

Re: [FFmpeg-user] How to convert video.ts to video.mp4 efficiently?

2021-04-14 Thread Moritz Barsnick
On Tue, Apr 13, 2021 at 17:49:55 +0200, Bo Berglund wrote: > Question: > Is there a quicker way to just go from ts to mp4 so the file format is OK even > though the video size remains at 1280x720? > > (I could live with the size even though the disk storage takes a hit...) Yes, by remuxing, i.e. u

Re: [FFmpeg-user] How to convert video.ts to video.mp4 efficiently?

2021-04-14 Thread Bo Berglund
On Tue, 13 Apr 2021 12:27:34 -0500, Laine Lee wrote: >Could you provide an example .ts video? These 20 per day videos are each 1.3 GB for a 1 hour show... Hard to provide to a mail list. -- Bo Berglund Developer in Sweden ___ ffmpeg-user mailing li

[FFmpeg-user] Tokenised http subtitle source

2021-04-14 Thread adam smith via ffmpeg-user
Hi group, hope you are all good. I am trying to embed subtitles onto an mp4 and everything is working very nicely thank you; except that the source location for the subtitle file is going to change. It was previously an open http url and the command looked like this… ffmpeg -y -ss 00:00.00 -to 0

Re: [FFmpeg-user] Issue affecting ffmpeg and youtube-dl

2021-04-14 Thread JD
On Tue, Apr 13, 2021 at 11:47 AM Paul B Mahol wrote: > Please try setts bitstream filter. > > It is specifically designed for such videos. > > Actually I tested setts bitstream filter with broken youtube files. > I received some followup from the youtube-dl github: @mechalincoln: Could you revi