I can't find entry about it in ffmpeg/MAINTAINERS
bugs meanwhile exist
https://trac.ffmpeg.org/ticket/3345
https://trac.ffmpeg.org/ticket/7978
I often saw suggestion to use -vf zscale but this is not default, and z.img
upstream seems to be in suspended animation:
https://github.com/sekrit-twc/z
On Wed, Sep 11, 2024 at 3:21 AM Michael Niedermayer
wrote:
>
> Hi
>
> On Wed, Sep 11, 2024 at 02:45:59AM +0300, Andrew Randrianasulu wrote:
> > I can't find entry about it in ffmpeg/MAINTAINERS
>
> I do try to maintain swscale. But iam surely happy if others help
>
-- Forwarded message -
От: Andrew Randrianasulu
Date: вс, 21 янв. 2024 г., 06:49
Subject: patch for 44.1/32 khz pcm input in pcm dvd encoder
To: FFmpeg user questions , Cinelerra.GG <
c...@lists.cinelerra-gg.org>
relative to ffmpeg.git
пн, 29 янв. 2024 г., 13:55 Anton Khirnov :
> Quoting Michael Niedermayer (2024-01-28 23:47:06)
> > On Sun, Jan 28, 2024 at 01:28:36PM +0100, Anton Khirnov wrote:
> > > Previously, the implicit standard was to wait 2 years before
> deprecation
> > > and removal, but it has been widely agreed at dev
g?
https://lists.cinelerra-gg.org/pipermail/cin/2024-January/007907.html
I even had idea to use PS2 emulator to check (DVD video supposed to
work there since some time)
but ran into qt6 being build dependency ... so I shelved this idea for now
Thank you
>
> On Mon, Jan 22, 2024 at 3:59 AM Andre
пн, 29 янв. 2024 г., 22:08 Andrew Randrianasulu :
> On Mon, Jan 29, 2024 at 8:16 PM Marth64 wrote:
> >
> > Hi, out of curiosity, I did not know 44.1/32 is supported on DVD PCM.
> Does
> > this type of output work on an actual DVD player?
>
At least this pdf br
Cirrus Logic application note from 2001 that mentions 32khz
pcm operation. Yet it looks more like external amplifier/decoder part, not
something integrated into dvd player itself? (input stream via S/PDIF)
https://pdf.dzsc.com/9/28162.pdf
> On Tue, Jan 30, 2024 at 2:17 PM Andrew Randrianasulu
ср, 31 янв. 2024 г., 04:49 Andrew Randrianasulu :
>
>
> вт, 30 янв. 2024 г., 23:21 Marth64 :
>
>> Interesting, thanks. My thought was to see if this is allowed for
>> DVD-Video vs DVD-Audio only which are different application layer. I can
>> try to run a PS2 test
ср, 11 сент. 2024 г., 05:44 Stephen Hutchinson :
> On 9/10/24 7:45 PM, Andrew Randrianasulu wrote:
> > I often saw suggestion to use -vf zscale but this is not default, and
> z.img
> > upstream seems to be in suspended animation:
> >
> > https://github.com/sekrit-t
On Wed, Sep 11, 2024 at 12:20 PM Niklas Haas wrote:
>
> On Wed, 11 Sep 2024 02:45:59 +0300 Andrew Randrianasulu
> wrote:
> > I can't find entry about it in ffmpeg/MAINTAINERS
> >
> > bugs meanwhile exist
> >
> > https://trac.ffmpeg.org/ticket/
ffplay/ffprobe now seems to recognize my file
On Tue, Oct 8, 2024 at 3:03 PM Andrew Randrianasulu
wrote:
> I was experimenting with mencoder
>
> taskset -c 0 qemu-i386 -cpu pentium /usr/bin/mencoder -ovc nuv -oac copy
> raw.avi -o nuv.avi -of avi -noodml
>
> and it created in
I was experimenting with mencoder
taskset -c 0 qemu-i386 -cpu pentium /usr/bin/mencoder -ovc nuv -oac copy
raw.avi -o nuv.avi -of avi -noodml
and it created interesting avi file.
ffprobe -i nuv.avi
[avi @ 0x8e124c0] Could not find codec parameters for stream 0 (Video: none
(NUV1 / 0x3156554E),
вс, 29 сент. 2024 г., 14:01 Christophe Gisquet :
> Hi,
>
> Le sam. 28 sept. 2024 à 18:16, Ramiro Polla a
> écrit :
> > I think you missed that the internal representation (the contents of
> > dst) is 15 bits for bit_depth <= 14, and 19 bits for bit_depth > 14.
> > It is confusing, but when I say
We tried to update cinelerra-gg to ffmpeg 7.1 and ran into two problems:
First, vf_scale now declares dynamic input and was filtered out by code
in cinelerra/pluginfclient.C
int flag_mask = AVFILTER_FLAG_DYNAMIC_INPUTS |
AVFILTER_FLAG_DYNAMIC_OUTPUTS;
if( filter->flags & flag_mask ) return AV
I tried to trivially add qsv/mediacodec decode to cinelerra-gg, but
discovered that I can't use it like vaapi/vdpau/cuda because (?)
qsv/mediacodec not listed in
ffmpeg/libavcodec/hwconfig.h
and (for h264) in
ffmpeg/libavcodec/h264dec.c
so on decoding I get (in termux, cingg compiled with system
вс, 13 окт. 2024 г., 14:40 Anton Khirnov :
> Quoting Andrew Randrianasulu (2024-10-08 14:03:13)
> > I was experimenting with mencoder
> >
> >
> >
> > what do you think? ;)
>
> why oh oh god why?
>
Because mplayer (and mencoder) was first program I s
чт, 14 нояб. 2024 г., 23:38 Sean McGovern :
> Even on a reasonably modern POWER9 (ppc64le), it does not function
> correctly.
>
I was under impression it was mostly developed and used on older G4/G5
cpus (big endian)
---
> libswscale/ppc/Makefile | 1 -
> libswscale/ppc/swscale
Hello.
Recently I teached cinelerra-gg to use qsv encoders in ffmpeg (libavcodec)
and some test were working but some not.
We nailed it down to top-field first material, like HDV files. bff files
like consumer version of DV and progressive worked fine.
I looked at source and ... I thought cond
ffmpeg shallow git copy
commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a
our patches 2 and 8 fail, but this is not really my point yet
ffmpeg.C:313:42: error: 'avcodec_close' was not declared in this scope; did
you mean 'avio_close'?
ffmpeg.C:476:33: error: 'avcodec_close' was not declared
/ffmpeg.git.patch8
make
make install
run from build directory
bin/cin (with DISPLAY variable set)
ср, 9 апр. 2025 г., 14:49 Andrew Randrianasulu :
>
> ffmpeg shallow git copy
>
> commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a
>
> our patches 2 and 8 fail, but this is not r
I was testing our libtheora encoder/muxer after updating to libtheora 1.2.0
and noticed that ffmpeg complains about "(non)keyframe not correctly marked"
~/cinelerra/cinelerra-5.1 $ ffmpeg -i ~/svt_t.ogg -f null /dev/null
ffmpeg version 7.1.1 Copyright (c) 2000-2025 the FFmpeg developers
built
Otherwise it just feels like random snapshot everyone downstream must adapt
to.
Also, PLEASE add API changelog in future release announcements on website,
I want to see what broken in each release. Right now it looks like only
"positive" end of news openly publicized. Be honest, post other end of
чт, 3 апр. 2025 г., 21:39 Andrea paz :
> Sorry to belabor my requests, but color is a topic that has always
> interested me, from the days of Photoshop 3.0 and then Gimp...
> The following link is interesting:
> https://ninedegreesbelow.com/photography/lcms2-unbounded-mode.html
> However, it is mo
вт, 6 мая 2025 г., 02:27 Michael Niedermayer :
> This will be available in https://github.com/michaelni/libpostproc
> either as a separate library or a ffmpeg source plugin whatever turns
> out more convenient to maintain
>
Congratulations, you broke building cinelerra-gg with ffmpeg.git despi
ср, 14 мая 2025 г., 03:55 Andrew Randrianasulu :
>
>
> вт, 6 мая 2025 г., 02:27 Michael Niedermayer :
>
>> This will be available in https://github.com/michaelni/libpostproc
>> either as a separate library or a ffmpeg source plugin whatever turns
>> o
it back.
From 32b990279fd05e39738ed6b252e278f2b7507b4d Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu
Date: Sat, 10 May 2025 15:07:32 +0300
Subject: [PATCH 3/4] Do not filter out dynamic_input filters
---
cinelerra-5.1/cinelerra/pluginfclient.C | 2 +-
1 file changed, 1 insertion(+), 1 dele
On Wed, May 14, 2025 at 1:31 PM Andrew Randrianasulu
wrote:
>
> So I was experimenting with Vulkan decoding in cinelerra-gg.
>
> After some fight I get build using ffmpeg git
>
> commit 038314bc6be2f35a82e9fba2228bcac2e4fee648 for ffmpeg
>
> here is bunch of err
ср, 23 июл. 2025 г., 14:43 Michael Niedermayer :
> Hi everyone
>
Hi.
I still wish you put some time in making more accurate web changelog, with
detailed (with git commit links) API changes, and new/closed bugs and
regressions since last release (a bit like wine project does this part for
example
28 matches
Mail list logo