windows - Shipping app with a video/x-flv decoder -
i have application needs play video/x-flv files. not customers have codecs installed, , codecs video/x-flv not shipped windows, have ship app.
the problem can't manage understand need ship in order enable video/x-flv decoding on fresh computer, didn't install codec packs.
i've tried installing ffdshow , flvsplitter, without luck.
installing combined community codec pack works - don't want ship app full codec pack, minimum required decode video/x-flv.
any ideas?
gabest'sflvsplitter not longer supported on windows 7 systems.
there 2 solutions:
- install
lav filters. - compile own tiny binary of
libavformat(in case framework using binary it's backend).
because lav filters ~7mb, , cccp ~9mb, decided install whole codec pack on users' computer (with approval, of course).
Comments
Post a Comment