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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th March 2012, 10:47   #10121  |  Link
egur
QuickSync Decoder author
 
Join Date: Apr 2011
Location: Atlit, Israel
Posts: 916
Hi Nev,
I've release a new version that fixes playback under WMC FSE.
Because I didn't want to break ffdshow's design there's one limitation - under WMC only, I will enable SW emulation to pass media type checks and also play in SW codec profiles unsupported by HW (but supported in SW).

Basically the same D3D9 limitations as your DXVA implementations under FSE.

If you want to make LAV perfect with respect to FSE (e.g. fix your DXVA under FSE at the same time) you should:
* Perform decoder media type checks after the renderer is connected and a D3D9 device manager is retrieved.
* Fallback to SW if the checks fail.
__________________
Eric Gur,
Processor Application Engineer for Overclocking and CPU technologies
Intel QuickSync Decoder author
Intel Corp.
egur is offline   Reply With Quote
Old 27th March 2012, 11:28   #10122  |  Link
DragonQ
Registered User
 
Join Date: Mar 2007
Posts: 934
Off-topic but I figured you guys would know:

What's the best program to use for sorting out installed codecs and their merits? It can kind of be done within MPC-HC but it's fiddly and I'm sure there's an easier way.
__________________
TV Setup: LG OLED55B7V; Onkyo TX-NR515; ODroid N2+; CoreElec 9.2.7
DragonQ is offline   Reply With Quote
Old 27th March 2012, 12:22   #10123  |  Link
sidi0us
Registered User
 
Join Date: Jan 2010
Posts: 22
Hi guys,
Is there a way to change the default subtitle if there are multiple subs with the same language?



I'm using PotPlayer 1.5.32772 with LAV Filters 0.49.
sidi0us is offline   Reply With Quote
Old 27th March 2012, 14:38   #10124  |  Link
ruinevil
n00b
 
Join Date: Oct 2011
Posts: 7
Quote:
Originally Posted by sidi0us View Post
Hi guys,
Is there a way to change the default subtitle if there are multiple subs with the same language?



I'm using PotPlayer 1.5.32772 with LAV Filters 0.49.
I think that default is set in the MKV file, so you would have to remux the MKV file with a different subtitle set as default, and probably a different audio stream set as default while you are at it. Since the language are identical I don't think the splitter could pick up styled against signs, since that field does not follow any standard labelling.

Last edited by ruinevil; 27th March 2012 at 14:41.
ruinevil is offline   Reply With Quote
Old 27th March 2012, 15:11   #10125  |  Link
e1iminator
Registered User
 
Join Date: Mar 2012
Posts: 4
great job lavcuvid!!!

i have some issues with dvb applicaions (smartdvb and progdvb)

thanks

Last edited by e1iminator; 28th March 2012 at 06:30.
e1iminator is offline   Reply With Quote
Old 27th March 2012, 15:18   #10126  |  Link
sidi0us
Registered User
 
Join Date: Jan 2010
Posts: 22
Quote:
Originally Posted by ruinevil View Post
I think that default is set in the MKV file, so you would have to remux the MKV file with a different subtitle set as default, and probably a different audio stream set as default while you are at it. Since the language are identical I don't think the splitter could pick up styled against signs, since that field does not follow any standard labelling.
I thought that if we can specify a sub by language and it didn't mattered if it was forced or default, we can do it by "id/number" or "track name".
For example If I have an entire TV series where the sub id and track name is identical in each episode, I can go to splitter settings and enter the track id or number.
This will basically eliminate the time I need to manually change the default subs with the header editor for each episode.
Anyway this problem only occurs when you have multiple subs with the same language, otherwise you just go in LAV Splitter settings and change the default lang.

Last edited by sidi0us; 27th March 2012 at 15:22.
sidi0us is offline   Reply With Quote
Old 27th March 2012, 15:28   #10127  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,344
LAV Filters 0.50
Code:
LAV Splitter
- Improved support for H264 Elementary Streams
- Fixed a regression with seeking in MPEG-TS files recorded by some HD-PVR devices

LAV Video
- New Worker Thread design for Decoding/Deinterlacing
  - WMV9+YADIF is up to 40% faster
- Improved DXVA2 for MPEG-2 interlaced
- Improved H264 DXVA2 on AMD with certain streams
- Improved CUVID support for 4K streams on supported hardware (GT520, GTX680, other VP5 hardware)

LAV Audio
- Added support for RealAudio Lossless (RALF)
Download: Installer (both x86/x64) -- Zips: 32-bit & 64-bit

This has been cooking for a while, and i think its ready now.

Mostly small bugfixes, and of course the new worker thread in LAV Video. Right now, only the WMV9 decoder really benefits from it, but it was the slowest decoder too.
I hope no problems with the worker thread remain, it should've been thoroughly tested by now.

As a side note, the 301.10 NVIDIA driver seems to have fixed the MPEG4-ASP problems, at least it works on my new GTX680.
Additionally, CUVID should now work with 4K streams on VP5 cards, although its not extremely fast (37-40 fps in my short tests), however DXVA2 seems to still have issues (crashes). I think its driver related.

Just a quick FYI, development might be a bit slower for the next few month, i have another project that needs more attention (completely unrelated to Video things).
__________________
LAV Filters - open source ffmpeg based media splitter and decoders

Last edited by nevcairiel; 27th March 2012 at 15:35.
nevcairiel is offline   Reply With Quote
Old 27th March 2012, 15:32   #10128  |  Link
[ReX]
Registered User
 
Join Date: Jul 2007
Posts: 151
Quote:
Originally Posted by DragonQ View Post
Off-topic but I figured you guys would know:

What's the best program to use for sorting out installed codecs and their merits? It can kind of be done within MPC-HC but it's fiddly and I'm sure there's an easier way.
If you set the merits in MPC-HC, it will only work for MPC-HC.
If you want to set the merits systemwide (of course, that'll depend on the player's preference as well), there's Win7DSFilterTweaker.
I'm assuming you're on Windows 7.
[ReX] is offline   Reply With Quote
Old 27th March 2012, 15:39   #10129  |  Link
glorp
Registered User
 
Join Date: Apr 2010
Posts: 49
Quote:
Originally Posted by ruinevil View Post
I think that default is set in the MKV file, so you would have to remux the MKV file with a different subtitle set as default, and probably a different audio stream set as default while you are at it. Since the language are identical I don't think the splitter could pick up styled against signs, since that field does not follow any standard labelling.
mkvmerge gui also has a header editor which allows you to change these settings without a full remux.

Last edited by glorp; 27th March 2012 at 15:55.
glorp is offline   Reply With Quote
Old 27th March 2012, 15:39   #10130  |  Link
wanezhiling
Registered User
 
Join Date: Apr 2011
Posts: 1,184
Quote:
at least it works on my new GTX680.
http://forum.doom9.org/showpost.php?...&postcount=100
Wow~~
wanezhiling is offline   Reply With Quote
Old 27th March 2012, 15:41   #10131  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,370
hi nev

thanks for the new version.

i hope the most of problems are solved and now you have time to implement

-ordered chapter support
- and the Tray-Icon to manage the Editions and other things.

its very hard for me to see that LAV grow up and i cant use it.

Is LAV splitter able to handle the MKV-Menu features (ChapterProcess; ChapterProcessCodecID...)?
hubblec4 is offline   Reply With Quote
Old 27th March 2012, 15:52   #10132  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
Quote:
Originally Posted by DragonQ View Post
Off-topic but I figured you guys would know:
What's the best program to use for sorting out installed codecs and their merits? It can kind of be done within MPC-HC but it's fiddly and I'm sure there's an easier way.
Get the DSF/MFT Viewer from :
http://bluesky23.yu-nagi.com/en/index.html (supports 32 & 64 bit)

An other very handy one is DSFM
http://www.softella.com/dsfm/index.en.htm (only 32 bit, but runs fine on Win7 x64)

I use mainly these 2.

Last edited by Pat357; 27th March 2012 at 15:57.
Pat357 is offline   Reply With Quote
Old 27th March 2012, 17:22   #10133  |  Link
Budtz
Registered User
 
Join Date: Apr 2011
Posts: 141
Thx for the new version!

Is it possible to set up the splitter so that it prefers Danish subtitles - and English when no Danish are available? This has to be regardless of whether they are embedded or external.

Right now I have a file that has Danish external subtitles but I have to select them manually once playback starts. If I set mpc-hc to prefer external it chooses the external ones regardless of language it seems.
Budtz is offline   Reply With Quote
Old 27th March 2012, 18:03   #10134  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,344
The splitter cannot control external subtitles. In fact, it doesn't know about them at all.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 27th March 2012, 18:13   #10135  |  Link
DragonQ
Registered User
 
Join Date: Mar 2007
Posts: 934
Quote:
Originally Posted by [ReX] View Post
If you set the merits in MPC-HC, it will only work for MPC-HC.
If you want to set the merits systemwide (of course, that'll depend on the player's preference as well), there's Win7DSFilterTweaker.
I'm assuming you're on Windows 7.
Thanks! Unfortunately this tool doesn't seem to list LAV Audio as an option under LATM AAC, even though LAV supports it. In fact, I can't see LAV Audio anywhere.

Quote:
Originally Posted by Nev
- Improved DXVA2 for MPEG-2 interlaced
Is this "improved" as in performance, power usage, stream compatibility, or...?
__________________
TV Setup: LG OLED55B7V; Onkyo TX-NR515; ODroid N2+; CoreElec 9.2.7

Last edited by DragonQ; 27th March 2012 at 18:17.
DragonQ is offline   Reply With Quote
Old 27th March 2012, 20:07   #10136  |  Link
LordX2
Registered User
 
Join Date: Oct 2008
Posts: 168
Does the new version allow for encoding of DD True-Hd or DTS-MA to AC3? For those of us who do not have an up to date receiver?
LordX2 is offline   Reply With Quote
Old 27th March 2012, 21:02   #10137  |  Link
cengizhan
Registered User
 
Join Date: May 2003
Location: Turkey
Posts: 98
nevcairiel,

Thanks for all your efforts. I really appreciate it.
cengizhan is offline   Reply With Quote
Old 27th March 2012, 21:30   #10138  |  Link
mindbomb
Registered User
 
Join Date: Aug 2010
Posts: 576
Quote:
Originally Posted by LordX2 View Post
Does the new version allow for encoding of DD True-Hd or DTS-MA to AC3? For those of us who do not have an up to date receiver?
i'm gonna guess no.

I don't really have much faith in free encoders for ac3 or dts tbh.

You can use reclock if you absolutely need a software encoder.

There are sound cards with dolby digital live and dts connect also.
I'm not clear on how smart they are in determining when to encode (ie, do they only encode multichannel?)
Also, not clear on if they properly downmix 7.1 to 5.1 before encoding.

Or you can start using analog.
mindbomb is offline   Reply With Quote
Old 27th March 2012, 22:53   #10139  |  Link
owlsroost
Registered User
 
Join Date: May 2011
Posts: 23
Quote:
Originally Posted by DragonQ View Post
Off-topic but I figured you guys would know:

What's the best program to use for sorting out installed codecs and their merits? It can kind of be done within MPC-HC but it's fiddly and I'm sure there's an easier way.
GraphStudio/GraphStudioNext (in the 'Graph -> Insert Filter' dialog)
owlsroost is offline   Reply With Quote
Old 27th March 2012, 23:01   #10140  |  Link
Sebastiii
Registered User
 
Join Date: Oct 2009
Location: France
Posts: 615
Thanks nev
Great work :P
__________________
HTPC : i7 920 6Go Win10(x64) / Nvidia 1050Ti / P6T Deluxe / Harman-Kardon AVR-355.
Sebastiii is offline   Reply With Quote
Reply

Tags
decoders, directshow, filters, splitter

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:38.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.