Advertisement
junh1024

uso video lib

Dec 20th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 17:03] <junh1024-XD> (he's looking for a video library)
  2. [17:04] <junh1024-XD> that's OS-ish
  3. [17:04] <JEEB> lol, the actual tutorials are in the doc/examples dir
  4. [17:05] <JEEB> although libmpv or lobmpv could be more useful
  5. [17:05] <JEEB> *libmpv
  6. [17:05] <JEEB> since you get all the harf stuff from them
  7. [17:05] <JEEB> and a higher level api
  8. [17:05] <JEEB> whatever your actual video formats are
  9. [17:06] <wm4> ffmpeg actually doesn't break API that often for normal use
  10. [17:06] <wm4> it's just that the tutorials do dumb shit that breaks
  11. [17:06] <JEEB> yea
  12. [17:07] <JEEB> also really old stuff used
  13. [17:07] <JEEB> but yea, you want a higher level thing
  14. [17:07] <JEEB> for a game that just wants to play video
  15. [17:07] <wm4> and also, the ffmpeg examples do dumb shit too
  16. [17:07] <JEEB> yes
  17. [17:07] <wm4> so there'd be a need to have good examples
  18. [17:08] <JEEB> well you get the basic loop done, but timestamp fixing is left up as an excersize
  19. [17:08] <wm4> any media API will be either bloated, ffmpeg, or OS specific stuff
  20. [17:08] <wm4> (or depend on ffmpeg)
  21. [17:08] <JEEB> but yea, libmpv or libvlc
  22. [17:09] <JEEB> is a player level api with "opengl" (can be d3d through ANGLE) embedding
  23. [17:09] <JEEB> (and window embedding, of course iirc
  24. [17:15] <junh1024-XD> ok, thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement