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
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-
/ 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
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
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-