LoginSignup
0
0

More than 1 year has passed since last update.

シンプルな動画 decoder/encoder in C++ のメモ

Posted at

サーバーでの機械学習とかレイトレとかで, プレビューや中間の結果などを動画にしたい(連番画像を lossy 圧縮した感じでよい). サーバー上で作りたい. なるべくポータブルにやりたい.

ffmpeg とかめんどい(あと特殊なアーキテクチャのマシンで動かしているとかで ffmpeg とか動かない/コンパイルできないなど)

gif だとファイルサイズ大きいし...

mpeg などを考えます.

mpeg1

encode

jp_mpeg があります

decode

AVI

h.264

https://github.com/lieff/minih264
https://www.cardinalpeak.com/blog/worlds-smallest-h-264-encoder

TODO

  • ogg 系とか webm 系を探してみる.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0