Re: [FFmpeg-user] ffmpeg on Raspberry Pi using h264_v4l2m2m hardware acceleration

2022-03-04 Thread Adam Nielsen via ffmpeg-user
> The resulting .mp4 is flagged as VFR which is not what I expected nor > wanted. I am using v4l2_m2m on a Pi and getting constant framerate (although still not correct) so it is at least possible: Frame rate mode : Constant Frame rate :

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

2022-03-04 Thread Dan Schultz
This is not an ffmpeg solution, but the Internet Archive has a large repository of TV News content that includes 24/7 MSNBCfeeds: https://archive.org/details/tv?q=MSNBC For your consideration. Best, - Dan On Fri, Mar 4, 2022 at 2:44 PM Paul B Mahol wrote: > On 3/4/22, Bo Berglund wrote: > >

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

2022-03-04 Thread Paul B Mahol
On 3/4/22, Bo Berglund wrote: > On Sat, 9 Oct 2021 03:23:52 +0300, Anatoly > wrote: > >>On Thu, 07 Oct 2021 10:27:51 +0200 >>Bo Berglund wrote: >> >>> On Wed, 1 Sep 2021 16:30:00 +0300, anat...@kazanfieldhockey.ru wrote: >>> >>> >Right, you need m3u8. >>> >F12->Network->Enter "m3u8" in the textb

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread Carl Zwanzig
On 3/4/2022 10:24 AM, Rukmangadh Sai Myana wrote: The issue is that the python package throws the error that I shared above and exits. The problem is that there isn't an error message in the original post. This happens only on the production machine and not on my local machine. What's differ

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread Rukmangadh Sai Myana
Hi, Pardon me. I am using the ffmpeg-python package inside my code. The exact code that is giving me error is as follows: input_clip = ffmpeg.input( > os.path.join(animation_dir, 'input_clip.h265')) > animated_text_clip = ffmpeg.input(os.path.join(

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

2022-03-04 Thread Bo Berglund
On Sat, 9 Oct 2021 03:23:52 +0300, Anatoly wrote: >On Thu, 07 Oct 2021 10:27:51 +0200 >Bo Berglund wrote: > >> On Wed, 1 Sep 2021 16:30:00 +0300, anat...@kazanfieldhockey.ru wrote: >> >> >Right, you need m3u8. >> >F12->Network->Enter "m3u8" in the textbox above the list to filter >> >out. >>

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread stefano roveda
hi Rukmangadh When you post for help you should send the command that gave you the error otherwise how can we solve? which part of India are you from? Il giorno ven 4 mar 2022 alle ore 17:54 Rukmangadh Sai Myana < rukmangadh@nobroker.in> ha scritto: > Hi, > I am a newbie to ffmpeg and am fac

Re: [FFmpeg-user] Inconsistent format info vs demosaicing for bayer_rggb8

2022-03-04 Thread Paul B Mahol
On 3/4/22, Sebastian Wallkötter wrote: > Hi! > > I'm trying to understand how ffmpeg goes about demosaicing and which Bayer > formats are available. Currently, I'm looking at the bayer_rggb8 format, and > what is confusing me is that the format info reports that the format has > less than 8 bits p

[FFmpeg-user] Unable to understand error

2022-03-04 Thread Rukmangadh Sai Myana
Hi, I am a newbie to ffmpeg and am facing troubles with understanding the following FFMPEG Error: -

[FFmpeg-user] Inconsistent format info vs demosaicing for bayer_rggb8

2022-03-04 Thread Sebastian Wallkötter
Hi! I'm trying to understand how ffmpeg goes about demosaicing and which Bayer formats are available. Currently, I'm looking at the bayer_rggb8 format, and what is confusing me is that the format info reports that the format has less than 8 bits per component: https://github.com/FFmpeg/FFmpeg/

Re: [FFmpeg-user] muxing confusion

2022-03-04 Thread Clayton Macleod
On Mon, Feb 21, 2022 at 2:40 PM Clayton Macleod wrote: > I've written a batch file to split up a source file into individual files > by GOP. > Well, I think I've solved this on my own. I believe the issue with some of the sources I have been testing with is that things are crumbling when they a