phoboslab / pl_mpeg

Single file C library for decoding MPEG1 Video and MP2 Audio
799 stars 58 forks source link

Small encoder lib suggestions? #15

Open cesss opened 3 years ago

cesss commented 3 years ago

Thanks a lot for doing this!! This lets me use video in my apps without the hassle of gigantic libs dependencies!

Now the only open question is... how can I encode too, without depending on FFmpeg? I searched and found some possibilities, like ezMPEG, or jo_mpeg, but, it seems neither of them support P frames, so they encode every frame as an independent image (I frame), and besides, they don't encode audio either...

Do you have any recommendation for a small (yet with reasonable quality) MPEG1 encoder with audio that would work with your decoder?

bil-ash commented 2 years ago

Same requirement here. Did you find any suitable lib? @cesss @phoboslab