Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PNG のセットがあり、画像の RGB チャネルとアルファ チャネルを分割し、それらのビデオを左右に並べて作成したいと考えています。フィルターが必要なことは理解していますが、私にとっては本当に複雑です。同様の質問を調べましたが、解決策が得られませんでした。
ソリューション:
ffmpeg -framerate 24 -i item%4d.png -vf "split [a], pad=iw*2:ih [b], [a] alphaextract, [b] overlay=w" -q 1 -r 24 -y out.webm