Page 1 of 1

VLC 3.0.8 x265 Simply Will Not Play

Posted: 12 Sep 2019 16:24
by kws53
None of my x265 videos (MKV wrapper) will play. VLC starts, I get a series of flashing black video screens for approximately 3 seconds and then I get the "audio only" screen with only the audio playing.

Default settings. WIN8.1. 16GB ram. No external video card - just using the HD4600 graphics capabilities of my Intel i7-4790 3.60 GHz processor.

PotPlayer has no problems at all. I've tried various combinations of removing hardware-accelerated decoding, and using different codecs (3D11, 3D09, DXVA) to no avail. Never had a problem with any x264 or other file formats. This is simply an x265 issue.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 12 Sep 2019 17:48
by Lotesdelere
Please open Tools -> Messages (set Verbosity to 2) before you start the playback, and then paste the full resulting log here or on Pastebin.com if it's too long.

Also upload a short sample of a problematic file to Zippyshare.com (200 MB max) or to WeTransfer.com and then post the link to the file here.
http://www.zippyshare.com
https://wetransfer.com

If needed cut it with DGsplit and read here about how to do it:
http://forum.videolan.org/viewtopic.php?f=14&t=57724&p=193335#p193335
100 MB max should be enough.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 13 Sep 2019 19:36
by kws53
Log - essentially "no meta fetcher or art finder modules". Since this happens for ALL of my x265 videos, I'm don't understand the benefit of sending a file snippet from some arbitrary file. But, will try if needed later...

main debug: Creating an input for preparsing 'San Andreas 2015.mkv'
main debug: looking for meta fetcher module matching "any": 1 candidates
lua debug: Trying Lua scripts in C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher
main debug: no meta fetcher modules matched
main debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
lua debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
lua debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
lua debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
lua debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
main debug: no art finder modules matched
main debug: looking for meta fetcher module matching "any": 1 candidates
lua debug: Trying Lua scripts in C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher
main debug: no meta fetcher modules matched
main debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
main debug: no art finder modules matched

EDIT: I can tell you that I don't have the directory C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\art - or C:\Users\Kurt\AppData\Roaming\vlc\lua\meta\fetcher
I also do not have the directory C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher. I do have the others...

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 14 Sep 2019 07:22
by Lotesdelere
Please post the full log, from the very beginning to the very end, and also a sample file, as requested.
Which VLC version are you using ?

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 14 Sep 2019 18:11
by kws53
To help you, we need messages, to completely understand what your problems is.

From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file

  • Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
  • Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)

Also don't forget to name your Operating System and provide the VLC media player version.
https://pastebin.com/zQSup7UZ
https://we.tl/t-ifvTyilgJj
3.0.8 - see subject

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 16 Sep 2019 08:06
by Lotesdelere
Your sample is not a valid file which can be played. Please cut the beginning of the file.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 16 Sep 2019 16:43
by kws53
To help you, we need messages, to completely understand what your problems is.

From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file

  • Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
  • Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)

Also don't forget to name your Operating System and provide the VLC media player version.
https://we.tl/t-Yd1A7ekAUv

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 17 Sep 2019 21:48
by kws53
Your sample is not a valid file which can be played. Please cut the beginning of the file.

Does the latest file play?

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 19 Sep 2019 20:11
by kws53
Lotesdelere - do you have everything you need?

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 19 Sep 2019 22:20
by tonsofpcs
FYI: This crashes for me (3.0.8 64-bit Windows 10) with Hardware Decoding (DX11C). Disabling Hardware Decoding (FFMpeg) allows it to play (although my computer can't keep up).

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 21 Sep 2019 21:22
by kws53
I'm stuck, here. What should I be doing? I provided a FULL log, and a video clip. Doesn't seem appropriate that PotPlayer works and VLC does not.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 22 Sep 2019 18:49
by mherv95
i just would like to add my stone, because i solved this problem yesterday on my computer.

VLC was behaving strangely including not displaying x265 (black screen) not displaying subtitles in MKV... whatever i did was ineffective, for instance changing the hardware acceleration etc.

i simply reset the preferences, reloaded VLC, and everything went fine again. Apparently the preferences file had been broken, but not reported on start up.

You might want to try the same thing. If it doesn't work for you it is not a time consuming trial.

regards

Marc

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 23 Sep 2019 08:19
by robUx4
Your GPU cannot decode 10 bits HEVC, so it's decoded in software. But in software your computer is too slow to decode so playback is not smooth and many frames are dropped.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 23 Sep 2019 19:22
by kws53
i just would like to add my stone, because i solved this problem yesterday on my computer.

VLC was behaving strangely including not displaying x265 (black screen) not displaying subtitles in MKV... whatever i did was ineffective, for instance changing the hardware acceleration etc.

i simply reset the preferences, reloaded VLC, and everything went fine again. Apparently the preferences file had been broken, but not reported on start up.

You might want to try the same thing. If it doesn't work for you it is not a time consuming trial.

regards

Marc

Thank you Marc - I uninstalled VLC and reinstalled. Solved problem. I've been updating VLC for 10 years now, and obviously the .ini or preferences file was corrupted.

Re: VLC 3.0.8 x265 Simply Will Not Play

Posted: 21 Oct 2019 19:46
by darkholy10
i still have the problem saying my input cant be opened...