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.
RGB 画像を YCbCr 画像に変換できますが、4:2:2 にする方法がわかりません
目的は、非可逆圧縮プログラムを作成することです
助けはありますか?
この方法を試すこともできますが、これはffmpegを使用して解決する方法です
ffmpeg -i in.avi -vcodec rawvideo -pix_fmt yuv420p -o out.yuv