Linux command
ppmtoeyuv 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert a PPM image to EYUV format
ppmtoeyuv [input.ppm] > [output.eyuv]
Convert from stdin
cat [input.ppm] | ppmtoeyuv > [output.eyuv]
说明
ppmtoeyuv converts a PPM image to Berkeley Encoder YUV (EYUV) format, which is used by MPEG encoders. Reads from a file argument or standard input. Output is written to standard output. Part of the Netpbm toolkit.
FAQ
What is the ppmtoeyuv command used for?
ppmtoeyuv converts a PPM image to Berkeley Encoder YUV (EYUV) format, which is used by MPEG encoders. Reads from a file argument or standard input. Output is written to standard output. Part of the Netpbm toolkit.
How do I run a basic ppmtoeyuv example?
Run `ppmtoeyuv [input.ppm] > [output.eyuv]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more ppmtoeyuv examples?
This page includes 2 examples for ppmtoeyuv, plus related commands for nearby Linux tasks.