jamaal81 / lavfilters

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

H.265/HEVC issue with EVR and subtitles #495

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using LAV filter (splitter, audio, video) with WMC (Windows 7) together 
with VSFILTER and it works like a charm (so the graph is Lav splitter -> Lav 
Video decoder -> DirectVobSub (auto-load) -> EVR).
Now the issue: while it's all working good with H264 encoded movies, VSFilter 
is not loaded/connected if the movie in encoded with H.265/HEVC.
I have tried the same graph in MPC-HC (old version where you can deselect all 
internal filters) and got the same issue. Subtitles are rendered only if EVR 
Customer presented is used for output (in this case I assume is the player that 
is processing subs).

Original issue reported on code.google.com by alittleleap@gmail.com on 27 Oct 2014 at 11:16

GoogleCodeExporter commented 9 years ago
And this is a LAV issue because?
Report it to VSFilter if it isn't working, I don't control it.

Original comment by h.lepp...@gmail.com on 28 Oct 2014 at 7:18

GoogleCodeExporter commented 9 years ago
I assumed it was somthing wrong with splitter and/or decoder since I checked 
and VSFilter register for any format so it should be loaded for H264 and H265. 
The strange thing is VSfilter is loaded for H264 and not for H265.
Thanks anyway for reply.

Original comment by alittleleap@gmail.com on 28 Oct 2014 at 11:09

GoogleCodeExporter commented 9 years ago
This issue does not exist if you use a recent version of MPC-HC. Those use LAV 
Filters as internal filters, but you can still disable them if desired.

For WMP/WMC you need to apply a tweak to make VSFilter load.
Codec Tweak Tool > Preferred decoders > HEVC > Use Merit

http://codecguide.com/download_other.htm#codectweaktool

Original comment by codecgu...@gmail.com on 30 Oct 2014 at 5:03