[FFmpeg-user] m3u8 download detected but ffmpeg or avconv could not be found

2021-11-04 Thread Sri Venkateswara Digital Media
m3u8 download detected but ffmpeg or avconv could not be found ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-04 Thread Carl Zwanzig
(I haven't had enough coffee yet and my remembrance of the nuances of mmap are sketchy) On 11/4/2021 5:14 AM, LianCheng wrote: Yes, would like to know in ffmpeg, under drawtext, the textfile (reload=1) is using read-write or read-only mode? From a quick read of the source code-

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-04 Thread LianCheng
Yes, would like to know in ffmpeg, under drawtext, the textfile (reload=1) is using read-write or read-only mode? On Thu, 4 Nov 2021 at 00:50, Francois Visagie wrote: > > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > > Adam Nielsen via ffmpeg-user > > Sent: 03

Re: [FFmpeg-user] Can ffmpeg record video from this kind of URL?

2021-11-04 Thread Rob Hallam
> youtube-dl While youtube-dl still works for many things, there hasn't been a release since June 2021. If you run into issues, you might have better luck with a fork like yt-dlp [1]. Cheers, Rob [1]: https://github.com/yt-dlp/yt-dlp ___ ffmpeg-user

Re: [FFmpeg-user] Can ffmpeg record video from this kind of URL?

2021-11-04 Thread Reino Wijnsma
On 2021-11-04T08:54:40+0100, Bo Berglund wrote: > I assume you mean like this (replace [...] with actual file name): Yes > However both commands results in this after the usual ffmpeg (or maybe > youtube-dl) output: > [https @ 0x55f0277f11c0] HTTP error 403 Forbidden >

Re: [FFmpeg-user] Lossless compression of 10bit grayscale images (stored as 16bit pngs)

2021-11-04 Thread Tom Vercauteren
> > Apologies for cross-posting a question I initially posted on stackoverflow > > ( > > https://stackoverflow.com/q/69739665/17261462) but having had no response > > there I thought this mailing list may be a better place for it. > > > > I am trying to encode 10 bit images losslessly in a video

Re: [FFmpeg-user] Can ffmpeg record video from this kind of URL?

2021-11-04 Thread Bo Berglund
On Thu, 4 Nov 2021 01:59:10 +0100, Reino Wijnsma wrote: >On 2021-11-04T01:40:07+0100, Reino Wijnsma wrote: >> $ ffmpeg -i "$(youtube-dl -g >> https://www.livenewsmag.com/msnbc-news-live-stream/)" -c copy [...] > >That obviously must've been: >$ ffmpeg -i "$(youtube-dl -g

Re: [FFmpeg-user] Lossless compression of 10bit grayscale images (stored as 16bit pngs)

2021-11-04 Thread Paul B Mahol
On Wed, Nov 3, 2021 at 11:57 PM Tom Vercauteren wrote: > Hello, > > Apologies for cross-posting a question I initially posted on stackoverflow > ( > https://stackoverflow.com/q/69739665/17261462) but having had no response > there I thought this mailing list may be a better place for it. > > I