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 25th November 2011, 00:54   #7301  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Thanks dude but what is MC 17?
rica is offline   Reply With Quote
Old 25th November 2011, 00:55   #7302  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
JRiver's MediaCenter version 17. A commercial player that can use directshow filters such as LAV Filters, madVR, etc. It's a great player.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 00:58   #7303  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Yeah. I remember it from my earlier Kernel/Wasapi bitstreaming trials

Quote:
These are the audio-only applications which have wasapi plugins:

Foobar2000

XMPlay

and commercial MediaCenter13 (no plug-in seperately)



quoted from avsforum's HTPC section. (March 8th, 2009)


Last edited by rica; 25th November 2011 at 01:18.
rica is offline   Reply With Quote
Old 25th November 2011, 00:59   #7304  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
I would think you'd appreciate the audio capabilities built into that player.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 01:08   #7305  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
I'm sure if you are saying. I will try MC again. Thanks.

Last edited by rica; 25th November 2011 at 01:12.
rica is offline   Reply With Quote
Old 25th November 2011, 01:12   #7306  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
It's the player I've been using the most. It works EXTREMELY well with LAV Filters. I have it set to decode all my audio and turn on a feature they call Video Clock. Basically it emulates what ReClock does. Apparently madshi worked with them on that feature which is why it works really well with madVR, as well. I haven't even begun to dive into the audio features, but, this thing is loaded. WASAPI exclusive? No problem. Event driven WASAPI exclusive? No problem. Basically it just rocks.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 01:15   #7307  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Then please post your scripts.
rica is offline   Reply With Quote
Old 25th November 2011, 01:27   #7308  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
My scripts wouldn't be useful to anyone else. Highly customized for my build environment. Nonetheless if you want the copy script:

Code:
@ECHO OFF

set SRC="\\SAMURI-PC\Users\Samuri\Downloads\Video\LAVFilters"

ECHO ____________________________________
ECHO *****Updating MC17 private copy*****
ECHO ------------------------------------

set DEST="C:\Users\Samuri\AppData\Roaming\J River\Media Center 17\Plugins\lav"

robocopy %SRC% %DEST% /PURGE

set SRC="C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\Codec"
robocopy %SRC% %DEST% dtsdecoderdll.dll

PAUSE
The reason I'm using a network path is that any machine on my network can run this script and get my updated LAV Filters. My build script copies them to the Downloads\Video\LAVFilters folder. As you can see it purges all the files in the private lav folder in MC17. This is in case any files change/get removed between LAV versions. Hasn't happened lately but it has happened before so I add the purge in there. That means anything that's not in my Downloads\Video\LAVFilters folder will be deleted. After that's done, it copies in the DTS decoder from TMT5. I do it that way in case they release a new version that updates it. That way I always have the latest. Unlikely this is going to help anyone, but, there it is if you need it.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 01:40   #7309  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
OK, i've changed my PC's name to "Samuri" and it works
Sure just a joke, thanks for the info.
rica is offline   Reply With Quote
Old 25th November 2011, 01:41   #7310  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
ROFL I told you it was highly customized! hehehehe
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 01:50   #7311  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Sorry i forgot to say i even put Lav Filters folder into samuri\downloads\video folder

Last edited by rica; 25th November 2011 at 01:52.
rica is offline   Reply With Quote
Old 25th November 2011, 01:51   #7312  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
Excellent, you're ALL set now!
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote
Old 25th November 2011, 01:59   #7313  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Yes i know it seems very fake-selfcustomized, anyways
rica is offline   Reply With Quote
Old 25th November 2011, 02:43   #7314  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by rica View Post
Gave it a go and sure 0.41 is ready to be published
Thanks nev for all your efforts.
I felt i need to repeat that since it might have been lost in our chat with samuri.

Last edited by rica; 25th November 2011 at 02:46.
rica is offline   Reply With Quote
Old 25th November 2011, 03:55   #7315  |  Link
Sebastiii
Registered User
 
Join Date: Oct 2009
Location: France
Posts: 616
Quote:
Originally Posted by nevcairiel View Post
Hi
So far i can tell, it works really nice it solve my seeking issue on some sample (by creating an index so first seek can take some second (10 seconds) but after that seek was ok).

Chapters is working.
Subtitles too.

Maybe (on my side) audio switching between stream was a little slower but working

Ofc all related to mkv
Thanks Nevcairiel
__________________
HTPC : i7 920 6Go Win10(x64) / Nvidia 1050Ti / P6T Deluxe / Harman-Kardon AVR-355.
Sebastiii is offline   Reply With Quote
Old 25th November 2011, 07:43   #7316  |  Link
roytam1
Firefox User
 
Join Date: Sep 2003
Posts: 202
@nev:
I'm getting git submodule update issue:
Code:
/d/lavfsplitter$ git submodule update
fatal: reference is not a tree: 8fd7a6e82ff6e54cc66001e6ae38dddaffb8b29c
Unable to checkout '8fd7a6e82ff6e54cc66001e6ae38dddaffb8b29c' in submodule path 'ffmpeg'
roytam1 is offline   Reply With Quote
Old 25th November 2011, 08:08   #7317  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
Quote:
Originally Posted by roytam1 View Post
@nev:
I'm getting git submodule update issue:
Code:
/d/lavfsplitter$ git submodule update
fatal: reference is not a tree: 8fd7a6e82ff6e54cc66001e6ae38dddaffb8b29c
Unable to checkout '8fd7a6e82ff6e54cc66001e6ae38dddaffb8b29c' in submodule path 'ffmpeg'
Just use the same ffmpeg as from the mkv branch, i didn't update the reference on the master branch because it seemed useless.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote
Old 25th November 2011, 08:38   #7318  |  Link
roytam1
Firefox User
 
Join Date: Sep 2003
Posts: 202
Quote:
Originally Posted by nevcairiel View Post
Just use the same ffmpeg as from the mkv branch, i didn't update the reference on the master branch because it seemed useless.
I see.

New nightly (mkv branch with master changes merged):
http://roy.orz.hm/lavf-w32-nightlies...ter-19c9e9f.7z

diff (RV3/4 key frame with master changes merged):
http://roy.orz.hm/lavf-w32-nightlies...r-19c9e9f.diff
roytam1 is offline   Reply With Quote
Old 25th November 2011, 14:38   #7319  |  Link
fastplayer
Registered User
 
Join Date: Nov 2006
Posts: 799
nev, is the new MKV demuxer also used for WebM files?
fastplayer is offline   Reply With Quote
Old 25th November 2011, 14:40   #7320  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,346
Quote:
Originally Posted by fastplayer View Post
nev, is the new MKV demuxer also used for WebM files?
WebM files are just mkv files with some feature limitations, so yes of course.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel 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 11:51.


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