[FFmpeg-user] Question about dvdsub

2025-06-23 Thread Mark Filipak
I'd like to see a dvdsub, as a jpg for example, both before and after scaling the video. Is there a way? Thanks--Mark. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above

[FFmpeg-user] Question about dvdsub

2025-06-15 Thread Mark Filipak
Oh, I have another issue regarding dvdsub. Preface: There is a subtitle palette of 16 bytes. Question: What is the significance of each of the 16 bytes? Thanks--Mark. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listi

[FFmpeg-user] Question about dvdsub

2025-06-15 Thread Mark Filipak
Preface: I turn smpte170m-in-720x480-as-H.262-in-vob, into BT709-in-1920x1080-as-x264-in-mp4. Question: When I up-scale video to 1920x1080, are the dvdsubs also up-scaled? Rationale: I'd like to know a way to see a dvdsub, as a jpg for example, both before and after scaling the video. Ration

[FFmpeg-user] Question regarding memory usage in combination with variable framerate inputs

2024-07-03 Thread Dominic via ffmpeg-user
Hi, I regularly cut videos using ffmpeg, where I have two inputs: One camera recording FHD@50 and one screen recording recording some format slightly smaller than FHD and with a variable frame rate, averaging to something between 20 and 25 fps usually. I then take a black FHD canvas at 50 fps, ov

Re: [FFmpeg-user] Question about delay when displaying selected keyframes

2024-07-02 Thread Paul B Mahol
On Tue, Jul 2, 2024 at 6:44 PM Sachin Bhat wrote: > I have combined the select filters using > select='eq(pict_type\,I)*not(mod(n\,300))', however, I receive the same > delay. I am wondering if the delay is caused by ffmpeg waiting for the > first keyframe after the seek point to start outputting

Re: [FFmpeg-user] Question about delay when displaying selected keyframes

2024-07-02 Thread Sachin Bhat
I have combined the select filters using select='eq(pict_type\,I)*not(mod(n\,300))', however, I receive the same delay. I am wondering if the delay is caused by ffmpeg waiting for the first keyframe after the seek point to start outputting frames. ___ ffm

Re: [FFmpeg-user] Question about delay when displaying selected keyframes

2024-07-02 Thread Paul B Mahol
On Tue, Jul 2, 2024 at 5:21 PM Sachin Bhat wrote: > Hi, > > I have an input ts file that is at 30 fps, and a GOP of 10. I am trying to > display keyframes at a specific time interval by sending a keyframe plus > duplicates to a HW decoder until the next desired keyframe appears. .I am > using dup

[FFmpeg-user] Question about delay when displaying selected keyframes

2024-07-02 Thread Sachin Bhat
Hi, I have an input ts file that is at 30 fps, and a GOP of 10. I am trying to display keyframes at a specific time interval by sending a keyframe plus duplicates to a HW decoder until the next desired keyframe appears. .I am using duplication because the HW decoder does not handle very low framer

[FFmpeg-user] Question about chroma sample location

2024-07-02 Thread Oliver Fromme
Hi, I've got a question about the chroma sample location in h.265 (HEVC) video using ffmpeg with libx265. I'm transcoding a source file with ffmpeg. According to ffprobe, the source file's chroma location is "left" (integer value 0). I assume that information is taken from the VUI data of the H

Re: [FFmpeg-user] Question) Any way to change alpha for overlay while time goes by?

2024-06-03 Thread Paul B Mahol
On Mon, Jun 3, 2024 at 8:23 AM Lee Mitchell wrote: > Hi. > > There are RGBA support qtrle video clips that have no problem with alpha > support. > > I'd like to overlay a video on top of base one, and want to change the > transparency while playing > like > "[1:v]alpha='if(between(t,0,10),(1-(t/1

[FFmpeg-user] Question) Any way to change alpha for overlay while time goes by?

2024-06-02 Thread Lee Mitchell
Hi. There are RGBA support qtrle video clips that have no problem with alpha support. I'd like to overlay a video on top of base one, and want to change the transparency while playing like "[1:v]alpha='if(between(t,0,10),(1-(t/10)) * alpha(X,Y),0)'[v0];[v0]overlay[out]" What kind of filter sequen

[FFmpeg-user] Question about videos with alpha channel - Pro res 4444

2024-05-08 Thread vishopper
Hi I have a question about video Pro res with alpha channel. In original video I have an person on transparent background. While converting in to other video formats transparent background is turned to black color. Quicktime player shows video same way - background turned to black. Is

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-08 Thread Aditya Dandavate
But, in case of SVT-AV1, x264, and x265, we can see progress, but, idk why not in case of vpx and aom-av1. Anyways, fine enough. On Mon, 8 Apr, 2024, 7:23 am Syehoon Kim, wrote: > 2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 > 작성: > > > > Even after waiting like 5 mins, I saw the same status a

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
Okay, thank you sir 🙏. On Mon, 8 Apr, 2024, 7:23 am Syehoon Kim, wrote: > 2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 > 작성: > > > > Even after waiting like 5 mins, I saw the same status as the output of > the > > command, so what's the bug that is causing the first pass to not progress > > ahe

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Syehoon Kim
2024년 4월 8일 (월) 오전 10:38, Aditya Dandavate 님이 작성: > > Even after waiting like 5 mins, I saw the same status as the output of the > command, so what's the bug that is causing the first pass to not progress > ahead ? > > On Sun, 7 Apr, 2024, 1:16 pm Aditya Dandavate, > wrote: > > > > > ffmpeg -i Map

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
Even after waiting like 5 mins, I saw the same status as the output of the command, so what's the bug that is causing the first pass to not progress ahead ? On Sun, 7 Apr, 2024, 1:16 pm Aditya Dandavate, wrote: > > ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 1 -b:v 12000k >

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-07 Thread Aditya Dandavate
ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 1 -b:v 12000k -fps_mode cfr -pix_fmt yuv420p -f matroska NULL ffmpeg -i Map11.mp4 -c:v libvpx -quality good -cpu-used 2 -pass 2 -b:v 12000k -c:a copy -pix_fmt yuv420p pass1.mkv pause Output: F:\New folder\PrBoomX>ffmpeg -i Map11.

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
Okay sir, I will follow your advice and your all instructions. Thank you for guiding me. On Tue, 2 Apr, 2024, 12:17 am Srikanth Kotagiri, wrote: > On Mon, Apr 1, 2024 at 11:15 AM Aditya Dandavate > wrote: > > > > okay. > > > > thank you sir. > > > > But, I had one more problem coming frequentl

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Srikanth Kotagiri
On Mon, Apr 1, 2024 at 11:15 AM Aditya Dandavate wrote: > > okay. > > thank you sir. > > But, I had one more problem coming frequently while encoding in two-pass. > The problem says `File Ended Prematurely`. > > What could be the reason for this frequent issue ? > > On Mon, 1 Apr, 2024, 11:42 pm L

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
okay. thank you sir. But, I had one more problem coming frequently while encoding in two-pass. The problem says `File Ended Prematurely`. What could be the reason for this frequent issue ? On Mon, 1 Apr, 2024, 11:42 pm Laine Lee, wrote: > > > > On Apr 1, 2024, at 9:35 AM, Aditya Dandavate < >

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Laine Lee
> On Apr 1, 2024, at 9:35 AM, Aditya Dandavate > wrote: > > But according to H.264 guide : > > Warning: When using option -an, you may eventually get a segfault or a > broken file. If so, remove option -an and replace by -vsync cfr to the > first pass. > > When I put `vsync cfr` then it says

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Laine Lee
> On Apr 1, 2024, at 5:40 AM, Aditya Dandavate > wrote: > > > So, I had a question : > > > Can I use `-c:a` copy for audio codec instead of `-an` Keeping “-an” for first pass, then using “-c:a copy” for second pass makes sense to me, or am I completely wrong? Yours ‘til I never am, L. L

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
Okay, fine. But according to H.264 guide : Warning: When using option -an, you may eventually get a segfault or a broken file. If so, remove option -an and replace by -vsync cfr to the first pass. When I put `vsync cfr` then it says that `-vsync` is deprecated, use `-fps_mode` What is all this

Re: [FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Srikanth Kotagiri
On Mon, Apr 1, 2024 at 3:40 AM Aditya Dandavate wrote: > > and then > > ffmpeg -y -i Capture.mp4 -pix_fmt yuv420p -c:v libx264 -pass 1 -an > -b:v 2600k -f mp4 NUL > > ffmpeg -y -i Capture.mp4 -pix_fmt yuv420p -c:v libx264 -pass 2 -an > -b:v 2600k myVideo.mp4 > > > Source : > > > https://video.st

[FFmpeg-user] Question about 2 pass encoding

2024-04-01 Thread Aditya Dandavate
In words of Gyan Dev Sir, a maintainer of FFMPEG, "Two-pass is meant for when you have a fixed input and you wish to analyze the file beforehand, so that the encode is optimized for the target bitrate and other encoder parameters. Your 1st command is discarding the capture. And so your 2nd comman

Re: [FFmpeg-user] QUESTION ABOUT VIDEO CODECS : LIBX264 vs LIBX265

2024-03-31 Thread Reindl Harald
Am 31.03.24 um 18:15 schrieb Hervé ANSELME: In other words, re-encoding with the x265 codec for the final video : can it improve the final video quality, compared to the source video, when the source video is encoded with x264? how should a lossy codec restore information dropped by the los

Re: [FFmpeg-user] Question about video codecs : libx264 vs libx265

2024-03-31 Thread Nicolas George
Hervé ANSELME (12024-03-31): > I have a question about re-encoding a source video having libx264 video codec. > > Is there any advantage(s) to re-encode with the libx265, which is supposed to > give better result than libx264 ? > > In other words, re-encoding with the x265 codec for the final vi

Re: [FFmpeg-user] QUESTION ABOUT VIDEO CODECS : LIBX264 vs LIBX265

2024-03-31 Thread Dennis Mungai
On Sun, 31 Mar 2024 at 19:15, Hervé ANSELME < hervea95-at-hotmail@ffmpeg.org> wrote: > Hi all, > > I have a question about re-encoding a source video having libx264 video > codec. > > Is there any advantage(s) to re-encode with the libx265, which is supposed > to give better result than libx26

Re: [FFmpeg-user] QUESTION ABOUT VIDEO CODECS : LIBX264 vs LIBX265

2024-03-31 Thread Ferdi Scholten
Hi all, I have a question about re-encoding a source video having libx264 video codec. Is there any advantage(s) to re-encode with the libx265, which is supposed to give better result than libx264 ? In other words, re-encoding with the x265 codec for the final video : can it improve the final

[FFmpeg-user] QUESTION ABOUT VIDEO CODECS : LIBX264 vs LIBX265

2024-03-31 Thread Hervé ANSELME
Hi all, I have a question about re-encoding a source video having libx264 video codec. Is there any advantage(s) to re-encode with the libx265, which is supposed to give better result than libx264 ? In other words, re-encoding with the x265 codec for the final video : can it improve the final

Re: [FFmpeg-user] Question about random() expression

2023-12-28 Thread Michael Koch
Am 28.12.2023 um 03:25 schrieb Carl Zwanzig: On 12/27/2023 3:54 PM, Jim DeLaHunt wrote: The documentation says, "x is the index of the internal variable which will be used to save the seed/state." (https://ffmpeg.org/ffmpeg-all.html#Expression-Evaluation). I don't know what it means by "index

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Carl Zwanzig
On 12/27/2023 3:54 PM, Jim DeLaHunt wrote: The documentation says, "x is the index of the internal variable which will be used to save the seed/state." (https://ffmpeg.org/ffmpeg-all.html#Expression-Evaluation). I don't know what it means by "index of the internal variable", and I don't know wh

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Jim DeLaHunt
Michael: On 2023-12-27 15:20, Michael Koch wrote: Am 27.12.2023 um 23:59 schrieb Jim DeLaHunt: Michael: On 2023-12-27 13:51, Michael Koch wrote: ...I'm using this command line to print four consecutive random numbers: ... I do not have an answer to your question about the behaviour of the r

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Michael Koch
Am 27.12.2023 um 23:59 schrieb Jim DeLaHunt: Michael: On 2023-12-27 13:51, Michael Koch wrote: ...I'm using this command line to print four consecutive random numbers: ... I do not have an answer to your question about the behaviour of the random() function. However, I cannot reproduce your re

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Jim DeLaHunt
Michael: On 2023-12-27 13:51, Michael Koch wrote: ...I'm using this command line to print four consecutive random numbers: ... I do not have an answer to your question about the behaviour of the random() function. However, I cannot reproduce your results on my machine. I get an error complaini

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Michael Koch
Am 27.12.2023 um 23:04 schrieb Devin Heitmueller: On Wed, Dec 27, 2023 at 4:51 PM Michael Koch wrote: Hi, I'm using this command line to print four consecutive random numbers: ffmpeg -loglevel repeat -f lavfi -i color=gray:size=1x1,format=gray -vf geq=lum='st(0,0.123);print(random(0));print(r

Re: [FFmpeg-user] Question about random() expression

2023-12-27 Thread Devin Heitmueller
On Wed, Dec 27, 2023 at 4:51 PM Michael Koch wrote: > > Hi, > > I'm using this command line to print four consecutive random numbers: > > ffmpeg -loglevel repeat -f lavfi -i color=gray:size=1x1,format=gray -vf > geq=lum='st(0,0.123);print(random(0));print(random(0));print(random(0));print(random(0

[FFmpeg-user] Question about random() expression

2023-12-27 Thread Michael Koch
Hi, I'm using this command line to print four consecutive random numbers: ffmpeg -loglevel repeat -f lavfi -i color=gray:size=1x1,format=gray -vf geq=lum='st(0,0.123);print(random(0));print(random(0));print(random(0));print(random(0));0' -frames 1 -y out.png The output is always the same fou

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-07 Thread Aditya Dandavate
>> >> > >> With my 5 year old laptop (kaby lake based intel i7-8650U 1.9 GHz base, >> low power quadcore), opus encoding with ffmpeg at highest quality >> settings (-compression_level 10) has no problems encoding stereo input >> in realtime. I suggest to try different quality levels and use the bes

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
> > > > > With my 5 year old laptop (kaby lake based intel i7-8650U 1.9 GHz base, > low power quadcore), opus encoding with ffmpeg at highest quality > settings (-compression_level 10) has no problems encoding stereo input > in realtime. I suggest to try different quality levels and use the best >

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Ferdi Scholten
On 04-12-2023 18:04, Aditya Dandavate wrote: On Mon, 4 Dec, 2023, 10:27 pm Ferdi Scholten, wrote: *cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" Is this VBR encoding, is `-b:a 128k` the average

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
On Mon, 4 Dec, 2023, 10:27 pm Ferdi Scholten, wrote: > *cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on > > -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" > > > > Is this VBR encoding, is `-b:a 128k` the average bitrate or > maximum/minimum > > allow

Re: [FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Ferdi Scholten
*cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" Is this VBR encoding, is `-b:a 128k` the average bitrate or maximum/minimum allowed bitrate ? ___ It is vbr

[FFmpeg-user] Question about libopus encoding.

2023-12-04 Thread Aditya Dandavate
*cap_soundcommand* "ffmpeg -f s16le -ar %s -ac 2 -i - -c:a libopus -vbr on -compression_level 0 -application lowdelay -b:a 128k -y temp_a.nut" Is this VBR encoding, is `-b:a 128k` the average bitrate or maximum/minimum allowed bitrate ? ___ ffmpeg-user m

Re: [FFmpeg-user] question about opencl use in decoders/encoders

2023-11-07 Thread Andrew Randrianasulu
ср, 8 нояб. 2023 г., 00:36 Dennis Mungai : > On Tue, 7 Nov 2023 at 00:55, Andrew Randrianasulu > > wrote: > > > FFmpeg today support some opencl filters (but I was unable to use them > > freely in Cinelerra-gg probably because they require not just > > initialization of hw device but also manual

Re: [FFmpeg-user] question about opencl use in decoders/encoders

2023-11-07 Thread Dennis Mungai
On Tue, 7 Nov 2023 at 00:55, Andrew Randrianasulu wrote: > FFmpeg today support some opencl filters (but I was unable to use them > freely in Cinelerra-gg probably because they require not just > initialization of hw device but also manual up and download of data ...) > > but I wonder if same ope

[FFmpeg-user] question about opencl use in decoders/encoders

2023-11-06 Thread Andrew Randrianasulu
FFmpeg today support some opencl filters (but I was unable to use them freely in Cinelerra-gg probably because they require not just initialization of hw device but also manual up and download of data ...) but I wonder if same opencl infra can be used in decoders and encoders too? https://cml.new

Re: [FFmpeg-user] Question about "normalize" filter

2023-02-07 Thread Michael Koch
Am 30.01.2023 um 20:45 schrieb Paul B Mahol: filter supports up to 16bit rgb(a), adding float would be trivial. patch welcome Thanks for adding float to colorlevels. Is there any filter for gamma correction with float? Does the geq filter support float? Yes. Gamma correction with float precis

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Paul B Mahol
On 1/30/23, Michael Koch wrote: > Am 30.01.2023 um 12:52 schrieb Paul B Mahol: >> On 1/30/23, Michael Koch wrote: >>> Am 30.01.2023 um 10:29 schrieb Paul B Mahol: > You wrote: > > "With default parameters and just strength(2) set to your values, so > the darkest pixels are left u

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Michael Koch
Am 30.01.2023 um 12:52 schrieb Paul B Mahol: On 1/30/23, Michael Koch wrote: Am 30.01.2023 um 10:29 schrieb Paul B Mahol: You wrote: "With default parameters and just strength(2) set to your values, so the darkest pixels are left untouched." However I want that black remains untouched. That

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Paul B Mahol
On 1/30/23, Michael Koch wrote: > Am 30.01.2023 um 10:29 schrieb Paul B Mahol: >>> You wrote: >>> >>> "With default parameters and just strength(2) set to your values, so >>> the darkest pixels are left untouched." >>> >>> However I want that black remains untouched. That's not the same, >>> beca

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Michael Koch
Am 30.01.2023 um 10:29 schrieb Paul B Mahol: You wrote: "With default parameters and just strength(2) set to your values, so the darkest pixels are left untouched." However I want that black remains untouched. That's not the same, because the darkest pixels in the image aren't black. The work

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Paul B Mahol
On 1/30/23, Michael Koch wrote: > Am 30.01.2023 um 08:47 schrieb Paul B Mahol: >> On Mon, Jan 30, 2023 at 12:23 AM Michael Koch >> >> wrote: >> >>> Am 29.01.2023 um 23:36 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 23:07 schrieb Paul B Mahol: >> On 1/29/

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-30 Thread Michael Koch
Am 30.01.2023 um 08:47 schrieb Paul B Mahol: On Mon, Jan 30, 2023 at 12:23 AM Michael Koch wrote: Am 29.01.2023 um 23:36 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 23:07 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 22:05 schrieb Paul

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Paul B Mahol
On Mon, Jan 30, 2023 at 12:23 AM Michael Koch wrote: > Am 29.01.2023 um 23:36 schrieb Paul B Mahol: > > On 1/29/23, Michael Koch wrote: > >> Am 29.01.2023 um 23:07 schrieb Paul B Mahol: > >>> On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 22:05 schrieb Paul B Mahol: > > On 1/29/23,

Re: [FFmpeg-user] Question about including FFmpeg source codes.

2023-01-29 Thread Carl Zwanzig
On 1/29/2023 10:03 PM, 김기돈 [메타버스엔터테인먼트] wrote: Q1) Since I'm just using the libav libraries that are included in FFmpeg, do I still need to distribute the source code of FFmpeg? (all of the libav* libraries? lbavcodec, libavformat, libavfilter, etc) The license and livense FAQ should explain t

[FFmpeg-user] Question about including FFmpeg source codes.

2023-01-29 Thread 김기돈 [메타버스엔터테인먼트]
Hi, I have two questions while I am following the license compliance checklist. In the checklist, number 3, it says *"Distribute the source code of FFmpeg, no matter if you modified it or not."* Q1) Since I'm just using the libav libraries that are included in FFmpeg, do I still need to distribu

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Michael Koch
Am 29.01.2023 um 23:36 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 23:07 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 22:05 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 19:32 schrieb Paul B Mahol: On 1/29/23,

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Paul B Mahol
On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 23:07 schrieb Paul B Mahol: >> On 1/29/23, Michael Koch wrote: >>> Am 29.01.2023 um 22:05 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 19:32 schrieb Paul B Mahol: >> On 1/29/23, Michael Koch wrote: >

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Michael Koch
Am 29.01.2023 um 23:07 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 22:05 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 19:32 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Hello, if I understood the documentation correctly, the n

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Paul B Mahol
On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 22:05 schrieb Paul B Mahol: >> On 1/29/23, Michael Koch wrote: >>> Am 29.01.2023 um 19:32 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: > Hello, > > if I understood the documentation correctly, the normalize filter maps

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Michael Koch
Am 29.01.2023 um 22:05 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Am 29.01.2023 um 19:32 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Hello, if I understood the documentation correctly, the normalize filter maps the darkest input pixel to blackpt and the brightest input

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Paul B Mahol
On 1/29/23, Michael Koch wrote: > Am 29.01.2023 um 19:32 schrieb Paul B Mahol: >> On 1/29/23, Michael Koch wrote: >>> Hello, >>> >>> if I understood the documentation correctly, the normalize filter maps >>> the darkest input pixel to blackpt and the brightest input pixel to >>> whitept: >>> dark

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Michael Koch
Am 29.01.2023 um 19:32 schrieb Paul B Mahol: On 1/29/23, Michael Koch wrote: Hello, if I understood the documentation correctly, the normalize filter maps the darkest input pixel to blackpt and the brightest input pixel to whitept: darkest pixel --> blackpt brightest pixel --> whitept However

Re: [FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Paul B Mahol
On 1/29/23, Michael Koch wrote: > Hello, > > if I understood the documentation correctly, the normalize filter maps > the darkest input pixel to blackpt and the brightest input pixel to > whitept: > darkest pixel --> blackpt > brightest pixel --> whitept > > However I need a slightly different map

[FFmpeg-user] Question about "normalize" filter

2023-01-29 Thread Michael Koch
Hello, if I understood the documentation correctly, the normalize filter maps the darkest input pixel to blackpt and the brightest input pixel to whitept: darkest pixel --> blackpt brightest pixel --> whitept However I need a slightly different mapping: A black input pixel shall remain black,

Re: [FFmpeg-user] Question: how i can overlay an input with current date and time?

2022-10-10 Thread William C Bonner
On Sun, Oct 9, 2022 at 12:59 PM wrote: > how i can overlay an input with current date and time? > > I use drawtext when I create videos from time lapse photos using this command: ffmpeg.exe -hide_banner -r 30 -i C:\Users\Wim\Videos\20221009-PSSC\Wim%05d.JPG -vf crop=in_w:9/16*in_w,drawtext=fontf

Re: [FFmpeg-user] Question: how i can overlay an input with current date and time?

2022-10-09 Thread Kieran O Leary
On Sun 9 Oct 2022 at 20:59, wrote: > how i can overlay an input with current date and time? Hi, The drawtext filter should do what you want. I’ve mostly used it for timecode and text but it has features for datetime as well. https://ffmpeg.org/ffmpeg-filters.html#toc-drawtext-1 -Kieran ___

[FFmpeg-user] Question: how i can overlay an input with current date and time?

2022-10-09 Thread info
how i can overlay an input with current date and time? ___ 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 "unsubsc

Re: [FFmpeg-user] Question for FFmpeg-user list

2022-08-01 Thread Seth Ansell
Thank you for the info. Your advice is helpful. -Original Message- From: ffmpeg-user On Behalf Of Devin Heitmueller Sent: Monday, August 1, 2022 4:47 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Question for FFmpeg-user list On Sun, Jul 31, 2022 at 10:38 PM Seth Ansell

Re: [FFmpeg-user] Question for FFmpeg-user list

2022-08-01 Thread Devin Heitmueller
On Sun, Jul 31, 2022 at 10:38 PM Seth Ansell wrote: > > Thank you James. > > I will try that out and let you know how it works. Bear in mind there's a real possibility the manufacturer is simply wrong. Most of the chipsets out there which deliver ITU 601 data will do UYVY, not VYUY. It's entire

Re: [FFmpeg-user] Question for FFmpeg-user list

2022-07-31 Thread Seth Ansell
Thank you James. I will try that out and let you know how it works. Cheers, --Seth -Original Message- From: ffmpeg-user On Behalf Of James Insell Sent: Sunday, July 31, 2022 6:26 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Question for FFmpeg-user list Hi Seth, You can

Re: [FFmpeg-user] Question for FFmpeg-user list

2022-07-31 Thread James Insell
Hi Seth, You can show the list of pixel formats supported by ffmpeg with the command "ffmpeg -pix_fmts".  Unfortunately I don't think CrYCbY (which is practically equivalent to VYUY) is among them. What I would suggest is to treat the format as if it were UYVY 4:2:2 ( -pixel_format uyvy422 )

[FFmpeg-user] Question for FFmpeg-user list

2022-07-31 Thread Seth Ansell
Hello, I am a newbie to FFmpeg, but in viewing the documentation, I am unable to learn the command to do the following. I have a video board that is outputting YCrCb 4:2:2 (the manufacturer says the order is CrYCbY………). I wish to write this video output to a in a raw 4:2:2 format exactly as

Re: [FFmpeg-user] Question regarding format as used for '-i'

2022-07-27 Thread jb
Am 23.07.22 um 06:56 schrieb tu...@posteo.de: Hi, My blender animation render process normally results in files like 0002.png 0003.png . 0459.png I use this script to join them into a mp4 video: ffmpeg -r 25 -f image2 -s 1280x1280 -i %04d.png -vcodec libx264 -crf 25 -pix_fmt yuv4

[FFmpeg-user] Question regarding format as used for '-i'

2022-07-22 Thread tuxic
Hi, My blender animation render process normally results in files like 0002.png 0003.png . 0459.png I use this script to join them into a mp4 video: ffmpeg -r 25 -f image2 -s 1280x1280 -i %04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p $1 with $1 given the name of the resulting vide

Re: [FFmpeg-user] Question about ffmpeg and Unity

2022-06-15 Thread Yang Zhang
Hi, If you mean the when you using ffmpeg recording, it stopped unexpectedly. Please post ffmpeg's last a few lines error message, it should help for indicate why it's interrupted. On 6/15/22, 井澤拓海 wrote: > Nice to meet you. I am a programmer in Japan. > Please understand that this sentence is w

[FFmpeg-user] Question about ffmpeg and Unity

2022-06-15 Thread 井澤拓海
Nice to meet you. I am a programmer in Japan. Please understand that this sentence is written using DeepL translation, so it may be written in strange English. I am currently trying to call ffmpeg from Unity to record a screen at work. The "q" is supposed to be entered at the end of the recording,

[FFmpeg-user] Question

2021-10-22 Thread Cross via ffmpeg-user
Just a quick question. Basically I'm trying to get ffmpeg to generate colored pixels but its only working with black and white. I'm trying to convert an image into pixels/video and then be able to convert it back.My command is: ffmpeg -f rawvideo -pix_fmt monob -s 160x90 -r 30 -i image0.png -vf

Re: [FFmpeg-user] Question on radio streaming

2021-09-13 Thread Tim Lloyd
On 13/9/21 7:13 pm, Paul B Mahol wrote: On Mon, Sep 13, 2021 at 11:06 AM Tim Lloyd wrote: Hi, Thanks for letting me join this mailing list. First post and my knowledge of ffmpeg is basic at best. I want to rip a radio stream and I can achieve this simply with /ffmpeg -i http://orion.shoutc

Re: [FFmpeg-user] Question on radio streaming

2021-09-13 Thread Paul B Mahol
On Mon, Sep 13, 2021 at 11:06 AM Tim Lloyd wrote: > Hi, Thanks for letting me join this mailing list. First post and my > knowledge of ffmpeg is basic at best. > > I want to rip a radio stream and I can achieve this simply with > > /ffmpeg -i http://orion.shoutca.st:8726/stream -t 00:10:00 nova.m

[FFmpeg-user] Question on radio streaming

2021-09-13 Thread Tim Lloyd
Hi, Thanks for letting me join this mailing list. First post and my knowledge of ffmpeg is basic at best. I want to rip a radio stream and I can achieve this simply with /ffmpeg -i http://orion.shoutca.st:8726/stream -t 00:10:00 nova.mp3/ This gives me a file which is 96 kb/s However this site

Re: [FFmpeg-user] Question regarding Sample Rates and Formats

2021-07-26 Thread Michael Koch
Am 26.07.2021 um 14:27 schrieb tim.russ...@med-associates.com: Does FFMPEG support sample rates (using the '-ar' parameter) of 192k? I don't see it listed in the documentation. yes that works, here is an example: ffmpeg -f lavfi -i sine=1000:d=10 -ar 192000 sine.wav Michael _

[FFmpeg-user] Question regarding Sample Rates and Formats

2021-07-26 Thread tim.russell
Does FFMPEG support sample rates (using the '-ar' parameter) of 192k? I don't see it listed in the documentation. Does FFMPEG support sample formats (using the '-sample_fmt' parameter) of 32 bit integer? What do the sample formats of "s32" and "s32p" represent (neither of which worked for me?

[FFmpeg-user] Question about rgb48pe and yuv420p10le conversion

2021-06-17 Thread Yang Cao
Hi, dear developer: I use 'ffmpeg -i x.png -pix_fmt yuv420p10le -y x.yuv' to get a 10-bit yuv file, which is very convenient. Then, I try to reproduce this progress by Python. So I want to know how ffmpeg convert 16-bit png to 10-bit yuv. What is the formula to convert 16-bit rgb to 10-bit

Re: [FFmpeg-user] Question about framecount

2021-06-05 Thread Fabian Schmidt
Sorry, here’s the images again: > Westerbork_Film_6479.jpg (showing a frame count of 6739) https://ibb.co/9qgvqzS > Westerbork_Film_2171.jpg: (showing a frame count of 2259) https://ibb.co/jWsSynJ __ PhD candidate at Filmuniversität Babelsberg, Germany latest publication: http://www.apparat

[FFmpeg-user] Question about framecount

2021-06-05 Thread Fabian Schmidt
Dear Mailing list peers! I am currently using ffmpeg in order to produce screenshots of each new scene in archival footage. The name of the screenshot is supposed to include the framcount and I want to make a screenshot 3 frames after the cut so my commandline looks like this: ffmpeg -i WESTER

[FFmpeg-user] Question about progressive to interlaced

2021-05-13 Thread Renvoi
Dear ffmpeg-user@ffmpeg.org I want to progressive to interlaced conversion is there any way? Code I tried on how to convert a progressive sequentially numbered PNG file to interlaced. ①-top 1 -flags:v +ilme+ildct-top 0 -flags:v +ilme+ildct ②-vf tinterlace=interleave_top ③telecine=pattern=23 bu

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread ibwtf via ffmpeg-user
Just tried the master branch and indeed the .gif thumbnail produced is completely clean now. I guess it'll land in 4.3.3 or 4.4. Thanks for your help. ‐‐‐ Original Message ‐‐‐ On Wednesday 17 March 2021 17:10, pdr0 wrote: > FFmpeg-users mailing list wrote > > > You mean the master versi

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread pdr0
FFmpeg-users mailing list wrote > You mean the master version without checking out the n4.3.2 release? > > ‐‐‐ Original Message ‐‐‐ > On Wednesday 17 March 2021 16:40, pdr0 < > pdr0@ > > wrote: > >> FFmpeg-users mailing list wrote >> >> > Trying your command in my console gives the exac

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread ibwtf via ffmpeg-user
You mean the master version without checking out the n4.3.2 release? ‐‐‐ Original Message ‐‐‐ On Wednesday 17 March 2021 16:40, pdr0 wrote: > FFmpeg-users mailing list wrote > > > Trying your command in my console gives the exact same "buggy" gif > > thumbnail I sent in my first email. H

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread pdr0
FFmpeg-users mailing list wrote > Trying your command in my console gives the exact same "buggy" gif > thumbnail I sent in my first email. Here's a screenshot of my console's > process: https://files.catbox.moe/m2xldm.png > > ‐‐‐ Original Message ‐‐‐ > On Wednesday 17 March 2021 16:07, pdr

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread ibwtf via ffmpeg-user
Trying your command in my console gives the exact same "buggy" gif thumbnail I sent in my first email. Here's a screenshot of my console's process: https://files.catbox.moe/m2xldm.png ‐‐‐ Original Message ‐‐‐ On Wednesday 17 March 2021 16:07, pdr0 wrote: > FFmpeg-users mailing list wro

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread pdr0
FFmpeg-users mailing list wrote > I'm using 4.3.2 built from source. maybe there is a regression ? post your console output https://i.postimg.cc/htBxJ81m/output.gif ffmpeg -i frrsev.gif -filter_complex "scale=250:250, split[a][b]; [a] palettegen=reserve_transparent=on:transparency_color=ff[

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread ibwtf via ffmpeg-user
I'm using 4.3.2 built from source. ‐‐‐ Original Message ‐‐‐ On Wednesday 17 March 2021 15:51, pdr0 wrote: > FFmpeg-users mailing list wrote > > > Hello. I'm using ffmpeg to generate thumbnails for my JavaScript web > > project. Now I'm having a little problem with .gif thumbnails. Ori

Re: [FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread pdr0
FFmpeg-users mailing list wrote > Hello. I'm using ffmpeg to generate thumbnails for my JavaScript web > project. Now I'm having a little problem with .gif thumbnails. Original > gif: https://files.catbox.moe/frrsev.gif my software's thumbnail: > https://files.catbox.moe/3rtv3o.gif > > As you can

[FFmpeg-user] Question regarding .gif thumbnailing

2021-03-17 Thread ibwtf via ffmpeg-user
Hello. I'm using ffmpeg to generate thumbnails for my JavaScript web project. Now I'm having a little problem with .gif thumbnails. Original gif: https://files.catbox.moe/frrsev.gif my software's thumbnail: https://files.catbox.moe/3rtv3o.gif As you can see, the thumbnail is not perfect and kin

Re: [FFmpeg-user] Question regarding "Thread message queue blocking"

2021-03-10 Thread imalkevich
: [FFmpeg-user] Question regarding "Thread message queue blocking" > Am 10.03.2021 um 07:01 schrieb : > > I have a question Please (test current FFmpeg git head, the only version supported here, and) provide the command line you tested together with the complete, uncut console

Re: [FFmpeg-user] Question regarding "Thread message queue blocking"

2021-03-09 Thread Carl Eugen Hoyos
> Am 10.03.2021 um 07:01 schrieb : > > I have a question Please (test current FFmpeg git head, the only version supported here, and) provide the command line you tested together with the complete, uncut console output as text, do not attach images. Carl Eugen ___

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Carl Zwanzig
On 9/14/2020 4:57 AM, Michael Koch wrote: On 14-09-2020 04:54 pm, Gyan Doshi wrote: >> Each filter presents a list of input formats they can work with and a list of output formats they can directly generate. [...] Thanks for good explanation! Yes, that makes sense. Could that be included i

  1   2   3   4   >