Search found 290 matches

Go to advanced search

by TypX
19 Sep 2024 10:59
Forum: General VLC media player Troubleshooting
Topic: Compilation Steps for VLC for Arm64 Windows
Replies: 9
Views: 950

Re: Compilation Steps for VLC for Arm64 Windows

The CI mostly test that things build but testing everything on all platforms on all architectures is impossible for the small videolan team so it's tested on a best effort basis. Arm64 windows are still quite rare (and windows focused dev even rarer) compared to their x64 counterparts so expect that...
by TypX
11 Sep 2024 15:05
Forum: General VLC media player Troubleshooting
Topic: Compilation Steps for VLC for Arm64 Windows
Replies: 9
Views: 950

Re: Compilation Steps for VLC for Arm64 Windows

The step 4. ../vlc/extras/package/win32/build.sh -a aarch64 Already calls bootstrap/configure and make When it ends you should have everything already and subsequent step looks dubious. Please note that llvm-mingw-20240903-ucrt-ubuntu-20.04-aarch64.tar.xz is meant to be run on an aarch64 machine if ...
by TypX
11 Sep 2024 12:18
Forum: General VLC media player Troubleshooting
Topic: Compilation Steps for VLC for Arm64 Windows
Replies: 9
Views: 950

Re: Compilation Steps for VLC for Arm64 Windows

It is difficult to say what went wrong without knowing what is failing and the error logs. All in all the main difference should be that you have to replace x86_64 with aarch64.
by TypX
10 Mar 2014 12:17
Forum: VLC media player for macOS Troubleshooting
Topic: VLC takes over 5 minutes to load MKV files
Replies: 12
Views: 1634

Re: VLC takes over 5 minutes to load MKV files

Hi, these logs are incomplete you have to open the log window before starting the playback.
by TypX
07 Mar 2014 17:38
Forum: VLC media player for macOS Troubleshooting
Topic: VLC takes over 5 minutes to load MKV files
Replies: 12
Views: 1634

Re: VLC takes over 5 minutes to load MKV files

Can you share the verbose logs? The MKV opening process hasn't changed since at least a year.
by TypX
07 Mar 2014 16:25
Forum: VLC media player for macOS Troubleshooting
Topic: VLC takes over 5 minutes to load MKV files
Replies: 12
Views: 1634

Re: VLC takes over 5 minutes to load MKV files

How many MKV do you have in that directory?
by TypX
20 Dec 2013 13:51
Forum: Coffee Corner
Topic: VLC Santa Hat?
Replies: 51
Views: 199871

Re: VLC Santa Hat?

How could we drop our beloved santa hat cone? It is up now.
by TypX
16 Dec 2013 11:30
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.1.1 - CPU load 100% when playing tagged MKV files
Replies: 11
Views: 5047

Re: VLC 2.1.1 - CPU load 100% when playing tagged MKV files

This shall be fixed in the next release. You can already try the nightly builds at http://nightlies.videolan.org/

Thanks for the report.
by TypX
06 Nov 2013 01:46
Forum: VLC media player for macOS Troubleshooting
Topic: mkv title selection does not work
Replies: 4
Views: 616

Re: mkv title selection does not work

I'll get the file and check.
by TypX
16 Oct 2013 14:29
Forum: VLC media player Feature Requests
Topic: Opus in mkv
Replies: 6
Views: 5962

Re: Opus in mkv

It's in my TODO list.
by TypX
24 May 2013 15:32
Forum: VLC media player for Windows Troubleshooting
Topic: Randomly skipping tracks on .MKV videos.
Replies: 2
Views: 415

Re: Randomly skipping tracks on .MKV videos.

You can try to disable the ordered chapters to avoid auto skip and play the file continuously
by TypX
16 May 2013 11:21
Forum: VLC media player for Windows Troubleshooting
Topic: MKV Video lag in VLC, not in other players
Replies: 15
Views: 1693

Re: MKV Video lag in VLC, not in other players

How can i solve this problem? will this problem be solved in next versions of vlc?
tnx for help
Well unless you can found where exactly is the bug and fix it, you can't solve that but it will be investigated. It's the first time I see the core silently dropping frames.
by TypX
15 May 2013 23:11
Forum: VLC media player for Windows Troubleshooting
Topic: MKV Video lag in VLC, not in other players
Replies: 15
Views: 1693

Re: MKV Video lag in VLC, not in other players

I see what you mean: looks like a bug in the video core...
by TypX
14 May 2013 21:01
Forum: VLC media player for Windows Troubleshooting
Topic: MKV Video lag in VLC, not in other players
Replies: 15
Views: 1693

Re: MKV Video lag in VLC, not in other players

your sample plays at around 30fps for me
by TypX
29 Apr 2013 14:54
Forum: VLC media player for Windows Troubleshooting
Topic: Computer freezes when doing seek with MKV
Replies: 3
Views: 487

Re: Computer freezes when doing seek with MKV

Most seek problems should have been resolved with 2.0.6, unless your file lack index, in that case you'll have to wait for my new new seek method.
by TypX
26 Apr 2013 14:13
Forum: General VLC media player Troubleshooting
Topic: Moving to different points of an FLV video 2-3 delay
Replies: 1
Views: 510

Re: Moving to different points of an FLV video 2-3 delay

For the MKV are you using 2.0.6? If yes, your file may lack the index needed for a fast start so VLC will try to read your file until the point. (A faster alternative method is in development).
If you are not using 2.0.6 use it, there was a bug in MKV seek that should be fixed.
by TypX
24 Apr 2013 15:18
Forum: Development around libVLC
Topic: Direct control of the decoder module
Replies: 7
Views: 1232

Re: Direct control of the decoder module

And what do the verbose logs say when you have the discontinuity?

If it doesn't work and you really want to restart buffering, you'll have to manually call ES_OUT_RESET_PCR.
by TypX
24 Apr 2013 11:54
Forum: Development around libVLC
Topic: Direct control of the decoder module
Replies: 7
Views: 1232

Re: Direct control of the decoder module

If your demux seeks by itself (without libvlc asking it). It should call ES_OUT_SET_PCR with a new PCR after the seek., this will most likely issue a RESET_PCR (you can call it by hand but it's not really advised for smoothness reasons).
by TypX
23 Apr 2013 13:22
Forum: VLC media player for Windows Troubleshooting
Topic: Can I synchronize three videos play?
Replies: 2
Views: 400

Re: Can I synchronize three videos play?

You can try using input slave.
by TypX
23 Apr 2013 13:21
Forum: VLC media player for Windows Troubleshooting
Topic: where is the log?
Replies: 1
Views: 364

Re: where is the log?

Tools->Messages set verbosity to 2 and start playback
by TypX
19 Apr 2013 10:35
Forum: General VLC media player Troubleshooting
Topic: minute sequences of a video in different languages
Replies: 3
Views: 571

Re: minute sequences of a video in different languages

This is possible using MKV ordered chapters. You need two separate files one with the german track and one with the english track (and the same video). You can create an ordered editions in one of those files and tell it 0-1 use the german file 0-2 use the english file etc. You put both files in the...

Go to advanced search