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 19th June 2013, 07:13   #15381  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
Maybe later, not happening soon, too many problems involved to do it properly.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 19th June 2013, 07:44   #15382  |  Link
Kinjal
Light Alloy developer
 
Kinjal's Avatar
 
Join Date: Oct 2009
Location: Russia
Posts: 11
Nevcairiel
Can you please:
1. add support for chapters(cuesheets) in ape/flac/wv?
2. add support for more ID3 tags in MP3?
MPC, Internal filters:

MPC, Lav Splitter:


File for test:
http://light-alloy.ru/_nev/02_Theme_Of_SSS.mp3

3. Add support for IDSMResourceBag / IPropertyBag interface, so media players will be able to request and show covers(which could have mimes: image/jpeg, image/jpg, image/png) from mp3/flac/ape (without depending on MediaInfo).

Thanks

Last edited by Kinjal; 19th June 2013 at 07:56.
Kinjal is offline   Reply With Quote
Old 19th June 2013, 07:47   #15383  |  Link
petran79
Registered User
 
Join Date: Aug 2007
Posts: 87
Quote:
Originally Posted by wanezhiling View Post
@petran79, whats the result of 32bit player? (PotPlayerMini.exe and mpc-hc.exe)
they detect the codec properly (quicksync in LAV Video)
same with mpc hc-64 (quicksync in LAV Video)

but in Potplayer 64 If I set it to Quicksync I get avcodec instead. Quicksync is not detected and Nvidia GPU decodes through avcodec. Same if I set it to software mode. Avcodec and Nvidia are used instead.

cuvid and dvxa codecs are detected properly through Nvidia.

hence I dont know if its a Potplayer 64, LAV 64 or Windows 7 issue
petran79 is offline   Reply With Quote
Old 19th June 2013, 08:23   #15384  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
Quote:
Originally Posted by Kinjal View Post
Nevcairiel
Can you please:
1. add support for chapters(cuesheets) in ape/flac/wv?
2. add support for more ID3 tags in MP3?
3. Add support for IDSMResourceBag / IPropertyBag interface, so media players will be able to request and show covers(which could have mimes: image/jpeg, image/jpg, image/png) from mp3/flac/ape (without depending on MediaInfo).
I put these on my task list, but not sure when i'll get to it.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 19th June 2013, 15:01   #15385  |  Link
Nicola
Registered User
 
Join Date: Aug 2004
Posts: 29
1. Thank you for adding suppost for ordered chapters and segment linking.

2. I found a small issue with one .mkv which uses ordered chapters, plays fine with haali or smplayer; what do you need and where should I post the thing? the 2 feedback link on 1st page don't work (I get a 404).
Nicola is offline   Reply With Quote
Old 19th June 2013, 15:43   #15386  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
I need the file that has problems, or at least the part of the file with the problem. If a smaller part can reproduce the issue properly, that is preferable.
Upload the sample somewhere, DropBox or Google Drive or Sky Drive, or one of the free hosts like MediaFire, and just link it here or PM me the link.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 19th June 2013, 16:16   #15387  |  Link
Nicola
Registered User
 
Join Date: Aug 2004
Posts: 29
OK, I'll see what I can do, slow up here.
Oh, now those 2 links load. gotta check my dns settings.
Nicola is offline   Reply With Quote
Old 19th June 2013, 16:31   #15388  |  Link
Nicola
Registered User
 
Join Date: Aug 2004
Posts: 29
OK, got lucky and the stuff is still on the web.

(links removed)

The glitch happens at the end of the episode, just before the ending theme (1s before the chapter), some frame get repeated fast, and then the ED starts.
Other episodes exibit the same behaviour (just with lav splitter, haali is fine, and smplayer too).
I put there the OP in case you want to check it too.

Last edited by Nicola; 19th June 2013 at 21:08.
Nicola is offline   Reply With Quote
Old 19th June 2013, 17:01   #15389  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
Thanks, i'll have a looksie. Sounds odd though, usually with the ED in its own file, there shouldn't be any hiccups. But i'll see whats going on!

Edit:
One thing i know is that it doesn't actually link to the ED, it has its own ED inside the file.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders

Last edited by nevcairiel; 19th June 2013 at 18:23.
nevcairiel is offline   Reply With Quote
Old 19th June 2013, 19:14   #15390  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
I managed to fix this specific file by tweaking some values, however i'll have to think about a more generic solution for this specific problem.

The real problem is that the chapter for the ending isn't perfectly on the same timecode as the Cue, so seeking is getting a bit weird there.
Now i tweaked the fuzzy matching for this, so that it'll look for a Cue point within the duration of one frame, because that would end up the same anyway. This file is only 10ms off with its Chapter, and the frames are 41ms, so that works out, but its still only a "fuzzy" solution, so, meh.

I'll put it on my list.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders

Last edited by nevcairiel; 19th June 2013 at 19:24.
nevcairiel is offline   Reply With Quote
Old 19th June 2013, 20:19   #15391  |  Link
Nicola
Registered User
 
Join Date: Aug 2004
Posts: 29
It doesn't link to the external ED? mmm, curious, maybe ext ED is used by later eps only?
Nice being on your list, it is a good thing. Thanks.
In any case, you can always check how smplayer handles this.
As soon the next lav is out I'll check all of those pesky files.
(removed the links)

Last edited by Nicola; 19th June 2013 at 21:07.
Nicola is offline   Reply With Quote
Old 19th June 2013, 23:20   #15392  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,785
hi nevcairiel
Question - why do you have such an output channel mask:


Why is different. I think it's must equal.

I check other audio with different channels - it's happened only with 5.1 input.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215

Last edited by Aleksoid1978; 19th June 2013 at 23:23.
Aleksoid1978 is offline   Reply With Quote
Old 19th June 2013, 23:55   #15393  |  Link
DarkSpace
Registered User
 
Join Date: Oct 2011
Posts: 204
Quote:
Originally Posted by Aleksoid1978 View Post
hi nevcairiel
Question - why do you have such an output channel mask:
Why is different. I think it's must equal.
I check other audio with different channels - it's happened only with 5.1 input.
You probably have the Option to convert to standard Channel Layouts enabled in LAV Audio.
DarkSpace is offline   Reply With Quote
Old 20th June 2013, 00:35   #15394  |  Link
kasper93
MPC-HC Developer
 
Join Date: May 2010
Location: Poland
Posts: 586
I found minor bug changing mixer options work instantly, but "status" tab is not updated to reflect changes.
kasper93 is offline   Reply With Quote
Old 20th June 2013, 00:45   #15395  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,785
Quote:
Originally Posted by DarkSpace View Post
You probably have the Option to convert to standard Channel Layouts enabled in LAV Audio.
No - i enable/disable this options. Do not change. And - 5.1 it's a standard channel layout.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 20th June 2013, 02:09   #15396  |  Link
DarkSpace
Registered User
 
Join Date: Oct 2011
Posts: 204
Quote:
Originally Posted by Aleksoid1978 View Post
No - i enable/disable this options. Do not change. And - 5.1 it's a standard channel layout.
Okay, my apologies then. This sounds weird, indeed. Is it specific to ac3 files? Anyway, I believe a sample may help.
DarkSpace is offline   Reply With Quote
Old 20th June 2013, 02:35   #15397  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,785
Quote:
Originally Posted by DarkSpace View Post
Okay, my apologies then. This sounds weird, indeed. Is it specific to ac3 files? Anyway, I believe a sample may help.
Any 5.1 audio. Open any files with 5.1 audio and see channel mask in LAV Audio 'status' tab.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 20th June 2013, 07:11   #15398  |  Link
truexfan81
Registered User
 
truexfan81's Avatar
 
Join Date: Nov 2012
Posts: 138
Quote:
Originally Posted by Aleksoid1978 View Post
Any 5.1 audio. Open any files with 5.1 audio and see channel mask in LAV Audio 'status' tab.
i love it when i look at my LAV and see it say "bitstreaming"
truexfan81 is offline   Reply With Quote
Old 20th June 2013, 07:28   #15399  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,785
Quote:
Originally Posted by truexfan81 View Post
i love it when i look at my LAV and see it say "bitstreaming"
What about FLAC/PCM 5.1 ???
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 20th June 2013, 08:17   #15400  |  Link
truexfan81
Registered User
 
truexfan81's Avatar
 
Join Date: Nov 2012
Posts: 138
Quote:
Originally Posted by Aleksoid1978 View Post
What about FLAC/PCM 5.1 ???
have to use a different decoder for that, with a slight quality loss i can have ffdshow tryouts encode it to ac3 5.1 and bitstream it

receiver is old enough it doesn't have hdmi, so i use toslink
truexfan81 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 20:32.


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