littletom1201 / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

I want to make a simple video player using lav #523

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i have installed lav filter at D:\Program Files (x86)\LAV Filters

some dll files and ax files are there.

i just need that reading video files and decoding frames using quicksync.

my question is  how to use ax files and dll files ?

thx.

Original issue reported on code.google.com by yil...@gmail.com on 25 Mar 2015 at 1:35

GoogleCodeExporter commented 8 years ago
LAV is a DirectShow filter. I recommend you read up on how to use DirectShow 
filters:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd375454(v=vs.85).aspx

Original comment by h.lepp...@gmail.com on 25 Mar 2015 at 9:25