You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: