Re: [FFmpeg-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu wrote: > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > wrote: > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=665 > > > > we run into strange problem: > > > > if cinelerra-gg uses RGBA-8 format internally we can process

Re: [FFmpeg-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
пт, 6 сент. 2024 г., 15:02 Andrew Randrianasulu : > On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu > wrote: > > > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > > wrote: > > > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=665 > > > > > > we run into strange problem: >

Re: [FFmpeg-user] It is not possible to complete 2 passes/dash

2024-09-06 Thread Варзанов Дмитрий
-dash_segment_type auto \ -use_template 1 -use_timeline 1 -seg_duration 10 \ -adaptation_sets "id=0, streams=v id=0, streams=a" \ Maybe I'm asking something stupid... The segment length is 10 seconds, what if I make the duration of 1 segment 3 seconds, and the following 10 seconds. Will the res

[FFmpeg-user] -pass 2 delete log

2024-09-06 Thread Варзанов Дмитрий
ffmpeg2pass-1.log When converting video in two passes, upon completion. The logs that were created in the first pass, they are not deleted. They remain, is it possible to configure it so that upon completion the logs are also cleared, the logs are deleted...? ___