|
|
On 1/25/25 19:58, William F Pokorny wrote:
> Next time I create an animation with ffmpeg, I'll try to get the 4:2:0
> chroma sub-sampling.
Alright. Found myself playing again today with a direct matrix transform
against yuqk's updated wrinkle pattern. The attached animation uses
the sampling you suggested. Does it work in programs where failing before?
Bill P.
matrix <
1.0, (frame_number-1)/60, 0.0,
-(frame_number-1)/60, 1.0, 0.0,
0.0, 0.0, 1.0,
(frame_number-1)/57, (frame_number-1)/37, 0.0>
Post a reply to this message
Attachments:
Download 'wrinkles.mp4.dat' (922 KB)
|
|