Linux command
yuy2topam 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert YUY2 video to PAM
yuy2topam [width] [height] [input.yuy2] > [output.pam]
说明
yuy2topam converts YUY2 (YUYV) packed YUV format to PAM. YUY2 is a common video format used by webcams and video capture. Part of Netpbm toolkit.
FAQ
What is the yuy2topam command used for?
yuy2topam converts YUY2 (YUYV) packed YUV format to PAM. YUY2 is a common video format used by webcams and video capture. Part of Netpbm toolkit.
How do I run a basic yuy2topam example?
Run `yuy2topam [width] [height] [input.yuy2] > [output.pam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.