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 14th September 2018, 13:46   #23021  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
The closed caption change causes MPC-HC to freeze when opening a DVD.
clsid is offline   Reply With Quote
Old 16th September 2018, 19:19   #23022  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
This FFmpeg commit causes crashes:
http://git.videolan.org/?p=ffmpeg.gi...854c66f33ab320

Sample file can be found here:
https://github.com/clsid2/mpc-hc/issues/21
clsid is offline   Reply With Quote
Old 16th September 2018, 20:55   #23023  |  Link
mkver
Registered User
 
Join Date: May 2016
Posts: 197
There is already a discussion about this on the mailing list.
mkver is offline   Reply With Quote
Old 16th September 2018, 21:05   #23024  |  Link
lvqcl
Registered User
 
Join Date: Aug 2015
Posts: 293
And even firefox is (was?) affected: https://bugzilla.mozilla.org/show_bug.cgi?id=1486080
lvqcl is offline   Reply With Quote
Old 16th September 2018, 22:33   #23025  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,342
Should be resolved for the next nightly.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Old 17th September 2018, 01:07   #23026  |  Link
Prinz
Registered User
 
Join Date: Jul 2011
Posts: 83
I have a question about the Advanced Track Selection, i set to:
Audio: eng,ger
Subtitle: eng:eng|f;ger:ger|f;*:off

After using a Header Editor to fix the incorrect und marked audio track to eng and making sure the forced sub track is correctly set, the subtitle was not selected.

After some time i discovered that the file ad Tags in them and this is probably the reason didn't work since the tag says also und as audio language.

Code:
    <Targets>
      <TrackUID>1</TrackUID>
      <TargetTypeValue>50</TargetTypeValue>
      <TargetType>MOVIE</TargetType>
    </Targets>
    <Simple>
      <Name>CREATION_TIME</Name>
      <String>2018-09-05 17:15:26</String>
      <TagLanguage>und</TagLanguage>
      <DefaultLanguage>1</DefaultLanguage>
    </Simple>
    <Simple>
      <Name>LANGUAGE</Name>
      <String>und</String>
      <TagLanguage>und</TagLanguage>
      <DefaultLanguage>1</DefaultLanguage>
    </Simple>
Is this the way it suppose to work? Prioritize the Tags over the set language in the header.
Prinz is offline   Reply With Quote
Old 17th September 2018, 18:49   #23027  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
I think I found a bug in FFmpeg.

In libavformat/mov.c function mov_seek_stream
Code:
timestamp -= (sc->min_corrected_pts + sc->dts_shift);
Seems wrong to me. Because for index entries min_corrected_pts is already subtracted in function mov_fix_index. dts_shift is also already added to min_corrected_pts.

I have a MP4 where seeking to keyframe was slow because of wrong timestamp value. Removing the above line fixes that.
clsid is offline   Reply With Quote
Old 17th September 2018, 20:16   #23028  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,342
mov_fix_index is not used by LAV, and that line isn't new in the latest build. So that doesn't seem right to me. Please provide a file that seeks slower then it used to.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Old 17th September 2018, 20:37   #23029  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
It isn't a recent bug, but already before 0.72. Will PM a link.
clsid is offline   Reply With Quote
Old 21st September 2018, 01:59   #23030  |  Link
Megalith
Registered User
 
Join Date: Mar 2011
Posts: 131
Anyone ever run into an issue in which a bitstreamed track turned into a high-frequency, garbled mess of noise? I am getting that in my rip of "Den of Thieves," in exactly the same position, every time. I'm going to assume it's an issue with the DTS-HD MA track, as none of my other movies have the same problem, but it does play back fine if I have LAV decode it to PCM, and no error messages popped up during muxing...
Megalith is offline   Reply With Quote
Old 22nd September 2018, 11:44   #23031  |  Link
el Filou
Registered User
 
el Filou's Avatar
 
Join Date: Oct 2016
Posts: 896
Does that also happen when you play the original M2TS directly ?
If yes then it may be a compatibility issue of your AVR's decoder with that particular track.
__________________
HTPC: Windows 10 22H2, MediaPortal 1, LAV Filters/ReClock/madVR. DVB-C TV, Panasonic GT60, Denon 2310, Core 2 Duo E7400 oc'd, GeForce 1050 Ti 536.40
el Filou is offline   Reply With Quote
Old 23rd September 2018, 08:14   #23032  |  Link
vosya
Registered User
 
Join Date: Nov 2013
Posts: 9
Quote:
Originally Posted by nevcairiel View Post
Should be resolved for the next nightly.
Did I understand correctly that this was related to: "The closed caption change causes MPC-HC to freeze when opening a DVD."? Because LAVFilters-0.72.0-13 the problem of hanging playing dvd did not solve for me.
vosya is offline   Reply With Quote
Old 23rd September 2018, 13:55   #23033  |  Link
lvqcl
Registered User
 
Join Date: Aug 2015
Posts: 293
No, it was related to "This FFmpeg commit causes crashes" message.

Use MPC-HC 1.8.2 with its internal LAV Filters, it should fix the problem.

Last edited by lvqcl; 23rd September 2018 at 14:06.
lvqcl is offline   Reply With Quote
Old 24th September 2018, 10:00   #23034  |  Link
vosya
Registered User
 
Join Date: Nov 2013
Posts: 9
Quote:
Originally Posted by lvqcl View Post
Use MPC-HC 1.8.2 with its internal LAV Filters, it should fix the problem.
I am absolutely satisfied with the PotPlayer, using the external LAVFilters-0.72.0-3.
vosya is offline   Reply With Quote
Old 25th September 2018, 00:20   #23035  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
MPC-BE freezes when trying to play DVD mounted as ISO using LAVFilters-0.72.0-12 and LAVFilters-0.72.0-13. Works fine with LAVFilters-0.72.0-3. I'm using MPC-BE.1.5.2.3968.x64 and madVR v0.92.16.
rack04 is offline   Reply With Quote
Old 25th September 2018, 04:10   #23036  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by rack04 View Post
MPC-BE freezes when trying to play DVD mounted as ISO using LAVFilters-0.72.0-12 and LAVFilters-0.72.0-13. Works fine with LAVFilters-0.72.0-3. I'm using MPC-BE.1.5.2.3968.x64 and madVR v0.92.16.
Fixed in LAVFilters-0.72.0-15.
rack04 is offline   Reply With Quote
Old 26th September 2018, 16:40   #23037  |  Link
rolandha
Registered User
 
Join Date: Sep 2018
Posts: 1
Incomplete build instructions

I tried to build LAVfilter on Windows with Visual Studio 2015, using the instructions provided. Unfortunately this was not possible as they are incomplete.

In your script you are using Vswhere. Any documentation or reference about that is missing. Vswhere can be downloaded from
https://github.com/Microsoft/vswhere and need to be placed in a specific folder "C:\Program Files (x86)\Microsoft Visual Studio\Installer" as the script uses an absolute path.
rolandha is offline   Reply With Quote
Old 26th September 2018, 17:58   #23038  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,342
Quote:
Originally Posted by rolandha View Post
In your script you are using Vswhere. Any documentation or reference about that is missing. Vswhere can be downloaded from
https://github.com/Microsoft/vswhere and need to be placed in a specific folder "C:\Program Files (x86)\Microsoft Visual Studio\Installer" as the script uses an absolute path.
vswhere is part of VS2017, which is really the requirement now.

But using that script is not needed anyway, its just convenience. You can just run the shell scripts and then compile the solution yourself.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Old 2nd October 2018, 13:23   #23039  |  Link
mytbyte
Registered User
 
Join Date: Dec 2016
Posts: 212
Anyone have trouble with both LAV 0.72 and LAV 0.72-15 Nightly and 4K content? it detects my my GTX 960 in D3D11 drop down menu but CPU does all the decoding (HW decoding for 4K is checked). It goes for both D3D11 and DXVA2 Native, but 1080 content does activate hw decoding. MPC-HC's internal LAV decoder 0.70-2.1-git does hw accelerate 4K.

P.S. the problem seems to be limited to 4K HFR (60 fps) content. I am using MadVR but even EVR doesn't run it at 60 fps and it's choppy

Last edited by mytbyte; 2nd October 2018 at 13:37.
mytbyte is offline   Reply With Quote
Old 2nd October 2018, 13:33   #23040  |  Link
mclingo
Registered User
 
Join Date: Aug 2016
Posts: 1,348
no issues here on AMD RX 580 on either version. Driver 18.9.3.

Do you have it set to NATIVE or have you chosen your card from the drop down with D3D11, it should be set to NATIVE as far as i'm aware.
__________________
LG OLED EF950-YAM RX-V685-RYZEN 3600 - 16GBRAM - WIN10 RX 5700 - https://www.videohelp.com/software/madVR/old-versions
mclingo 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 14:33.


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