Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Chris via ffmpeg-user
> Then please show the complete, uncut console output, as said your command line does not work here as it shouldn't since there is no rawvideo codec defined for mp4. (Note that if you find a developer who understands your request and he implements it, current FFmpeg will not work for you and will n

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Carl Eugen Hoyos
Am Mi., 22. Jan. 2020 um 00:45 Uhr schrieb Chris via ffmpeg-user : > > -Original Message- > From: Carl Eugen Hoyos > To: FFmpeg user questions > Sent: Tue, Jan 21, 2020 2:04 pm > Subject: Re: [FFmpeg-user] Submitting a Feature Request > > Am Di., 21. Jan. 2020 um 22:56 Uhr schrieb Chris v

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Tue, Jan 21, 2020 2:04 pm Subject: Re: [FFmpeg-user] Submitting a Feature Request Am Di., 21. Jan. 2020 um 22:56 Uhr schrieb Chris via ffmpeg-user : > The second command is changing the video levels as I explained

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 21:43 Uhr schrieb Dan Walker : > When a patch is created, where would I get that? https://ffmpeg.org/pipermail/ffmpeg-devel/2020-January/256030.html Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-21 Thread gga
On 21/1/20 17:42, Dan Walker wrote: @Gonzalo - Thanks for that feedback! With the channels listed in the response I sent Carl, do you see any issues with the channel names? These image sequences are coming from SideFX Houdini. Yes.  N.x, N.y, and N.z are lowercase so you won't get a match.  You

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread James Northrup
Apoligies for shouting to Carl and my sincerest thank you for the hints. at one point i must've read a .c file with the positional elements that i lifted out the first time. i should have left a better breadcrumb for those. quite frustrated before i posted the first time. there is a regex extra

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 22:56 Uhr schrieb Chris via ffmpeg-user : > The second command is changing the video levels as I explained in my previous > post This is the second command: ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24 -s 1280x720 -r 59.94 -i - -f mp4 -q:v 5 -vcodec rawvideo -pi

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Tue, Jan 21, 2020 1:17 pm Subject: Re: [FFmpeg-user] Submitting a Feature Request Am Di., 21. Jan. 2020 um 21:45 Uhr schrieb Chris via ffmpeg-user : > My last message contained a comment line which explains

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread Paul B Mahol
On 1/21/20, James Northrup wrote: > On Wed, Jan 22, 2020 at 3:44 AM James Northrup wrote: > >> >> On Wed, Jan 22, 2020 at 2:17 AM Paul B Mahol wrote: >> >>> You should never parse textual output of -h help. >>> >> > since we seem to be here to tell each other how to do their job, why don't > I f

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 22:19 Uhr schrieb James Northrup : > > On Wed, Jan 22, 2020 at 3:44 AM James Northrup wrote: > > since we seem to be here to tell each other how to do their job, why don't > I follow up with... > > WTF ARE THESE UNDOCUMENTED FIELDS DOING IN MY BINARY HELP ? > AINTCHU NEVER

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread James Northrup
On Wed, Jan 22, 2020 at 3:44 AM James Northrup wrote: > > On Wed, Jan 22, 2020 at 2:17 AM Paul B Mahol wrote: > >> You should never parse textual output of -h help. >> > since we seem to be here to tell each other how to do their job, why don't I follow up with... WTF ARE THESE UNDOCUMENTED FIE

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 21:37 Uhr schrieb Dan Walker : > > @Carl - I did try multiple single channels at a time [ e.g. ffmpeg -layer G > -i input out.jpg ] and other layers such as [ A, N.x, P_world.G ] and each > attempt fails: > > U:\> ffmpeg -layer G -i > Y:\projects\skyCity\locations\int1\opt1

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 21:45 Uhr schrieb Chris via ffmpeg-user : > My last message contained a comment line which explains why there are two > command lines: > > > // Open an input pipe from ffmpeg and an output pipe to a second instance of > ffmpeg > > > One is an input pipe for reading video

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread James Northrup
On Wed, Jan 22, 2020 at 2:17 AM Paul B Mahol wrote: > You should never parse textual output of -h help. > > If you need to get options of filter use library provided API. > thanks Paul B Maholfor such a concise and detailed answer with such exact references! top posted no less! It almost looks

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Tue, Jan 21, 2020 11:03 am Subject: Re: [FFmpeg-user] Submitting a Feature Request Am Di., 21. Jan. 2020 um 19:33 Uhr schrieb Chris via ffmpeg-user : > FILE *pipein = popen("ffmpeg -i C0015.MP4 -f image2pipe

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-21 Thread Dan Walker
@Gonzalo - Thanks for that feedback! With the channels listed in the response I sent Carl, do you see any issues with the channel names? These image sequences are coming from SideFX Houdini. When a patch is created, where would I get that? Thanks again Gonzalo! On Sun, Jan 19, 2020 at 1:36 PM

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-21 Thread Dan Walker
@Carl - I did try multiple single channels at a time [ e.g. ffmpeg -layer G -i input out.jpg ] and other layers such as [ A, N.x, P_world.G ] and each attempt fails: U:\> ffmpeg -layer G -i Y:\projects\skyCity\locations\int1\opt1\008-ngt\fx\work\houdini\renders\SRain\shot08_Cam12\v003\skyCity_int1

Re: [FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread Paul B Mahol
You should never parse textual output of -h help. If you need to get options of filter use library provided API. On 1/21/20, James Northrup wrote: > i am maintaining ffblockly which scrapes the ffmpeg executable for filter > parameters and defaults by cartesian product of e.g. >>>(below) > > is

[FFmpeg-user] Ffmpeg - h filter

2020-01-21 Thread James Northrup
i am maintaining ffblockly which scrapes the ffmpeg executable for filter parameters and defaults by cartesian product of e.g. >>>(below) is there a build step artifact that more cleanly has the self-doc records? this cmdline help has changed ever so slightly and i've got to reverse engineer aga

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Carl Eugen Hoyos
Am Di., 21. Jan. 2020 um 19:33 Uhr schrieb Chris via ffmpeg-user : > FILE *pipein = popen("ffmpeg -i C0015.MP4 -f image2pipe -vcodec rawvideo > -pix_fmt rgb24 -s 1280x720 -", "r"); > FILE *pipeout = popen("ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24 > -s 1280x720 -r 59.94 -i - -f mp4 -

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-21 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Sun, Jan 19, 2020 11:34 am Subject: Re: [FFmpeg-user] Submitting a Feature Request > ffmpeg with the command-line interface forces video levels to either 0 - 255 > or 16 - 235 > Ok. > Could you 1) repeat the use

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Thanks Ted, It's exactly what I'm doing. I'm rewriting the master playlist on the fly with NGINX. The strange thing is that audio_1 and so on are arbitrary names set by ffmpeg by itself so I really don't understand if this is a expected behaviour or some flaw in the muxer design or a bug. It

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Hi Moritz, JWPlayer honors the NAME information, and totally ignores the MPEGTS metadata. So I believe being able to set the NAME field would be quite important. Alex -Original Message- From: ffmpeg-user On Behalf Of Moritz Barsnick Sent: 21 January 2020 10:58 To: FFmpeg user discussion

[FFmpeg-user] Match audio and video duration during concat/encode

2020-01-21 Thread Gian Maria Allibrante
May I ask help to understand how to match audio and video duration during ffmpeg encoding for a concatenation of videos destined to an infinite loop mpeg dash transmission with closed GOP every two seconds (mp4box). first step for audio encoding and timebase uniformity of each video before the

Re: [FFmpeg-user] SCTE-35 passthrough in transcoding process

2020-01-21 Thread Devin Heitmueller
> That’s what we were seeing from our searching as well. I do know that there > are vendors that output cable channels after decryption with a cable card, > with SCTE-35 that are using FFMPEG in the backend code. Silicon Dust with the > now discontinued PRIME units for an example. Does anyone kn

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Ted Park
> Yes, both JWPlayer and VideJS show the content of the NAME value. > And obviously I would prefer to decide what is shown, rather than audio_1, > audio_2 and so on. > > Alex I think either because you are using the audio group id to map the variants or because you provide name attribute for th

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Yes, both JWPlayer and VideJS show the content of the NAME value. And obviously I would prefer to decide what is shown, rather than audio_1, audio_2 and so on. Alex -Original Message- From: ffmpeg-user On Behalf Of Moritz Barsnick Sent: 21 January 2020 10:58 To: FFmpeg user discussions

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Moritz Barsnick
On Tue, Jan 21, 2020 at 09:35:57 +, Alessandro Molon wrote: > Does anybody know If there is a way to set a specific value of NAME > in EXT-X-MEDIA with the HLS muxer? From looking at the source code, I can tell you that those NAMEs are basically hardcoded, i.e. determined by ffmpeg. > I would

[FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Hi Guys, Does anybody know If there is a way to set a specific value of NAME in EXT-X-MEDIA with the HLS muxer? My command line is: /usr/src/ffmpeg-4.2.2/ffmpeg -hwaccel cuvid -c:v h264_cuvid -i INPUT.ts \ -filter_complex "[0]split=5[inter-SD][inter-SDh][inter-FHD][inter-HD][inter-SDq];[inter-