Re: [FFmpeg-devel] [PATCH] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)

2025-05-27 Thread faeez kadiri
Thanks for pointing that out. Submitted v2 https://patchwork.ffmpeg.org/project/ffmpeg/patch/20250527092731.51819-1-f1k2fa...@gmail.com/ Changes in v2: - Fixed documentation copy-paste error in hstack_cuda section - Corrected filter reference from @ref{vstack} to @ref{hstack} - Fixed typo "origna

[FFmpeg-devel] [PATCH v2] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)

2025-05-27 Thread Faeez Kadiri
el cuda -i input3.mp4 \ -hwaccel cuda -i input4.mp4 \ -filter_complex "[0:v]hwupload_cuda[0v];[1:v]hwupload_cuda[1v];[2:v]hwupload_cuda[2v];[3:v]hwupload_cuda[3v];[0v][1v][2v][3v]xstack_cuda=inputs=4:fill=black:layout=0_0|w0_0|0_h0|w0_h0" \ -c:v hevc_nvenc out.mp4 Signed-

Re: [FFmpeg-devel] [PATCH] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)

2025-05-26 Thread faeez kadiri
/ stack_vaapi). * Supports up to 16 inputs and both horizontal/vertical layouts. If anything needs adjustment (coding-style, fate naming, etc.) please let me know and I’ll resend an updated v2. Many thanks for your time! Best regards, Faeez Kadiri On Sat, May 24, 2025 at 3:28 AM Faeez Kadiri wrote

Re: [FFmpeg-devel] [PATCH v2] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)

2025-05-28 Thread faeez kadiri
Hi all, Just a gentle reminder regarding my patch submission: *[PATCH v2] **avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)* https://patchwork.ffmpeg.org/project/ffmpeg/patch/20250527092731.51819-1-f1k2fa...@gmail.com/ This version addresses the feedback from the initial

[FFmpeg-devel] [PATCH] avfilter: add CUDA stack filters (hstack_cuda, vstack_cuda, xstack_cuda)

2025-05-23 Thread Faeez Kadiri
el cuda -i input3.mp4 \ -hwaccel cuda -i input4.mp4 \ -filter_complex "[0:v]hwupload_cuda[0v];[1:v]hwupload_cuda[1v];[2:v]hwupload_cuda[2v];[3:v]hwupload_cuda[3v];[0v][1v][2v][3v]xstack_cuda=inputs=4:fill=black:layout=0_0|w0_0|0_h0|w0_h0" \ -c:v hevc_nvenc out.mp4 Signed-