Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#25441 | Link |
|
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,406
|
LAV Filters 0.81
Code:
LAV Splitter - NEW: Support for APV (Advanced Professional Video) video streams - Fixed: VVC in MP4 without CTTS did not play properly - Fixed: AV1 streams with invalid metadata did not get handled correctly LAV Video - NEW: Support for decoding APV (Advanced Professional Video) - Changed: Re-designed pixel format mapping to be based on a heuristic rather then hard-coded, improving support for rarely-used formats - Fixed: Deinterlacing of 4:2:2 videos was broken in 0.80 LAV Audio - Fixed: Bitstreaming TrueHD from Blu-rays with seamless branching could result in out-of-sync audio, or a noticeable gap Finally getting another long-standing TrueHD bitstreaming issue resolved. Otherwise the usual, FFmpeg updates and tackling anything that was immediately actionable and reported. As always, please report issues, especially regressions, in as much detail as possible, and with a sample file.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
|
|
|
|
|
#25442 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,405
|
Thankyou kind sir.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
|
|
|
|
#25443 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,786
|
Some crash fixes:
https://github.com/clsid2/LAVFilters...519a249104d25f https://github.com/clsid2/LAVFilters...d38b0c42f82818 https://github.com/clsid2/LAVFilters...95069d86e9e9ca These can happen when accessing tray icon during loading. And in libavutil\tx.c https://drdump.com/Problem.aspx?ProblemID=1016430 Disabling those blocks under CONFIG_SMALL fixes it. Seems like unnecessary debug/trace code for release builds.
__________________
MPC-HC 2.6.1 |
|
|
|
|
|
#25444 | Link |
|
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,138
|
Hi clsid,
interesting bug report, but frankly as a non-dev I do not really know what to do with it... I am unable to compile my own version of LAV Filters, so I probably need to wait for nevcairiel to publish a fixed version. But anyways, thanks a lot for your findings... Cheers manolito Last edited by manolito; 13th January 2026 at 14:35. |
|
|
|
|
|
#25445 | Link |
|
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,138
|
@clsid
Sorry for my ignorance about Github... On the first page of this thread I found a link to "nightly test version", and the last commit is this one: LAVFilters-0.81.0-3.exe Am I correct that this is your commit? Anyways, I installed it, and all my taskbar problems (disappearing icons) were gone. I would never have guessed that, because I thought that as long as LAV Filters is not used by some software that it would not affect the Taskbar. Now I know better, and this commit made my life a lot easier. A big Thank You ![]() Cheers manolito |
|
|
|
|
|
#25446 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,786
|
No whatever problem you had is unrelated to LAV Filters.
__________________
MPC-HC 2.6.1 |
|
|
|
|
|
#25447 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,786
|
@nevcairiel
DVD hardware decoding is broken. https://drdump.com/Problem.aspx?ProblemID=1011044 Time to finally remove this option? It isn't enabled by default. Any hardware from the past 15 years can decode DVD resolution video without breaking a sweat. Maybe also ditch quicksync as well.
__________________
MPC-HC 2.6.1 |
|
|
|
|
|
#25450 | Link |
|
Registered User
Join Date: Nov 2015
Posts: 692
|
Both.. it would be used with stuff like television broadcast mostly I imagine, perhaps DVD as well. But, it's not an inverse telecine so for DVD I haven't been using it. I did test the functionality though with a TV clip, and it does deinterlace using hardware (which is awesome when one considers AMD for example pretty much has completely broken deinterlacing functionality).
I use quicksync to this day because I always felt there was something "different" about how colour or motion looked with dxva2-cb. I also use overlay output since I have it. I was told that it's not very likely there's a difference but I am unable to capture it in a screenshot. I just remember a long time ago there was a pipeline graph that shows quicksync processes colour at a different stage of the pipeline than dxva2-cb, so it's not impossible that there is a subtle difference. I looked it up, quicksync talks directly to the intel video firmware while dxva2 goes through the windows driver stack. I also observe that Intel has a new SDK (OneVPL) which continues to use quicksync and ffmpeg is supporting both the old and new.. so.. I get simplicity, but the decoder isn't something like an old forked version of ffmpeg 2.0. It's just the interaction with the firmware as I understand it. |
|
|
|
|
|
#25451 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,786
|
The Intel driver applies some processing filters when using DXVA2. You can disable that in driver settings.
__________________
MPC-HC 2.6.1 |
|
|
|
|
|
#25452 | Link |
|
*****
Join Date: Feb 2005
Posts: 5,786
|
Got a bug report where a Matroska file contained more than 64 tracks.
So I tried increasing MAX_TRACKS to 80. But things got unstable and freezes. Even got a process stuck and unable to kill. Are more changes required? I also noticed that in FFmpeg Matroska encoder, MAX_TRACKS is set to 126.
__________________
MPC-HC 2.6.1 |
|
|
|
|
|
#25453 | Link |
|
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,406
|
Matroska files in LAV Splitter are limited to 64 tracks. Changing that would require quite some work.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
|
|
|
|
|
#25454 | Link |
|
Registered User
Join Date: May 2017
Posts: 4
|
3d Full SBS to madvr framepack
Hi,
I have a 3d video in a .mkv with a full side-by-side image (3840 x 1980) The mkv has flags for multi view count and layout. When played with MPC-BE/LAV/MadVR (3d set to auto), the output is not framepacked sent to the TV, it is the original image. Is it possible that LAV split the image in 2 views and send that to MadVR as 3d ? Thnaks |
|
|
|
![]() |
| Tags |
| decoders, directshow, filters, splitter |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|