Search found 36 matches

Go to advanced search

by rom1v
28 Mar 2023 15:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Direct download
Replies: 4
Views: 482

Re: Direct download

It is probably available in your package manager. For example, on Debian: apt install vlc.
by rom1v
28 Mar 2023 15:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: --loop --fullscreen
Replies: 2
Views: 261

Re: --loop --fullscreen

> VLC is unable to open the MRL 'file:///home/ch2a/%25U'

%25 is the symbol %, so file:///home/ch2a/%25U is /home/ch2a/%U.

> /home/ch2a/.config/VLC.exe.desktop --loop --fullscreen /home/ch2a/ClipsSilverDart/silverdart.xspf

Why do you run VLC.exe.desktop?
by rom1v
20 Jan 2023 18:16
Forum: General VLC media player Troubleshooting
Topic: Performance issues when trying to view an network stream
Replies: 2
Views: 1308

Re: Performance issues when trying to view an network stream

A h.264 raw stream has no timing information, but VLC want to timestamp every frame, so it will give a frame-rate by default of 25 (can be configured by --h264-fps=… , but that won't perfectly match your stream anyway). In addition, it will add buffering and adjust it whenever a packet is lost. Henc...
by rom1v
16 Nov 2022 16:06
Forum: General VLC media player Troubleshooting
Topic: Why does VLC skip to the next channel in the m3u list?
Replies: 4
Views: 5629

Re: Why does VLC skip to the next channel in the m3u list?

When you open a playlist (m3u), VLC considers it is a list of tracks to play one after the other (it does not know that it is actually a list of channels, so switching to the next channel does not make sense). So when a "track" terminates (end of file for a real track, connexion error on a...
by rom1v
16 Nov 2022 16:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: On Linux with Intel graphics, deinterlacing does not double FPS
Replies: 4
Views: 1143

Re: On Linux with Intel graphics, deinterlacing does not double FPS

Yadif2x should double the framerate.

Does it work better with --avcodec-hw=none?

Code: Select all

vlc --no-hw-dec --deinterlace-mode=yadif2x video.mp4
by rom1v
29 Sep 2022 17:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Upscaling is blocky/missing AA
Replies: 8
Views: 1431

Re: Upscaling is blocky/missing AA

> Granted, this is upscaled from DVD to 1440p within VLC Bilinear upscaling (like applied by OpenGL) has poor quality for such a big upscaling. On VLC 4 development branch, you can enable some better upscaling filters (at the cost of performance): https://code.videolan.org/videolan/vlc/-/merge_reque...
by rom1v
29 Sep 2022 17:10
Forum: General VLC media player Troubleshooting
Topic: Converting Networkstream task loops if loop is toggled
Replies: 7
Views: 514

Re: Converting Networkstream task loops if loop is toggled

@UmBottesWillen In VLC, the playlist component used for playback is the same as the playlist used for transcoding. This design is problematic because there are a lot of differences between a playlist and a transcode queue, for example (not exhaustive): - the items already encoded must not be moved -...
by rom1v
11 Sep 2022 19:47
Forum: VLC media player for Windows Troubleshooting
Topic: Two or more separate instances of VLC without command line interface window
Replies: 5
Views: 712

Re: Two or more separate instances of VLC without command line interface window

So opening a video file opens VLC + a terminal? That's not expected. Did you associate some video format with some `.bat` file? Which VLC version?
by rom1v
11 Sep 2022 19:45
Forum: VLC media player for Windows Troubleshooting
Topic: Toggle "play and stop" on interface or by interface
Replies: 2
Views: 170

Re: Toggle "play and stop" on interface or by interface

You could pass the command line paramter --play-and-stop when you want the "play and stop" behavior, and keep the other behavior when you don't pass the parameter.
by rom1v
11 Jul 2022 11:04
Forum: General VLC media player Troubleshooting
Topic: Jumping in .mp4 when playback speed is slow
Replies: 1
Views: 165

Re: Jumping in .mp4 when playback speed is slow

Does it happen on all mp4 files? If it is a specific one, please share the file.
by rom1v
12 May 2022 14:37
Forum: General VLC media player Troubleshooting
Topic: How to go to a specific time? e.g., minute 10 second 22
Replies: 1
Views: 237

Re: How to go to a specific time? e.g., minute 10 second 22

In the top menu: Playback > Jump to Specific Time (or Ctrl+t).
by rom1v
20 Apr 2022 15:39
Forum: General VLC media player Troubleshooting
Topic: Is VLC v3.0.17.4 a stable version?
Replies: 1
Views: 423

Re: Is VLC v3.0.17.4 a stable version?

3.0.17.4 is the latest release. It currently appears on videolan.org: https://www.videolan.org/vlc/download-windows.html
For Linux, it is 3.0.17.3, because .4 fixes a UPnP regression on Windows only

It seems that "last/" has not been updated though on get.videolan.org.
by rom1v
30 Mar 2022 10:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Debian sid update
Replies: 2
Views: 321

Re: Debian sid update

There was an issue with VA-API last week in Debian sid. Now it works as expected. Could you retry?
by rom1v
11 Jan 2022 14:52
Forum: General VLC media player Troubleshooting
Topic: Convert AVI to MP4: grainy mp4
Replies: 2
Views: 5967

Re: Convert AVI to MP4: grainy mp4

AVI and MP4 are containers: https://en.wikipedia.org/wiki/Container ... computing)

What impacts the image quality is the codec, not the container.

How did you convert? Which is the input codec, which is the output codec? Do you really want to transcode the video?
by rom1v
20 Aug 2021 16:00
Forum: General VLC media player Troubleshooting
Topic: Playlist runtime total is wrong
Replies: 2
Views: 2104

Re: Playlist runtime total is wrong

Durations are rounded to the second for display, so:

- 01:06:31 is maybe 01:06:31.40
- 00:22:15 is maybe 00:22:15.35

Therefore, the sum may be 01:28:46.75, rounded to 01:28:47.
by rom1v
14 Jun 2021 10:11
Forum: General VLC media player Troubleshooting
Topic: Codec not supported error message
Replies: 3
Views: 1448

Re: Codec not supported error message

Please share the file.
by rom1v
27 May 2021 14:23
Forum: General VLC media player Troubleshooting
Topic: Options for title bar
Replies: 3
Views: 2378

Re: Options for title bar

If you move your mouse over the text field, there is a tooltop:

Image

The source of the tooltop content is here: https://code.videolan.org/videolan/vlc/ ... c#L734-737
by rom1v
27 May 2021 10:33
Forum: General VLC media player Troubleshooting
Topic: Is swscale broken forever?
Replies: 7
Views: 4095

Re: Is swscale broken forever?

OK, thanks. Here are more details. So this options (`--swscale-mode` in command line) defines the scaling mode whenever `swscale` is used. When is it used? `swscale` is a "video converter", so it is used when the input and output format for a filter don't match for example. It is also used...
by rom1v
25 May 2021 21:57
Forum: General VLC media player Troubleshooting
Topic: Is swscale broken forever?
Replies: 7
Views: 4095

Re: Is swscale broken forever?

Could you post a screenshot of what you do to select your filter?

I can't find any lanczos filter exposed in the interface.
by rom1v
26 Apr 2021 14:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Crashing when they try to rotate a video? How do you fix this?
Replies: 1
Views: 1332

Re: Crashing when they try to rotate a video? How do you fix this?

I can't reproduce (VLC 3.0.12 on Debian XFCE).

Does it happen on a specific video?
by rom1v
22 Apr 2021 15:20
Forum: VLC media player for macOS Troubleshooting
Topic: scene filter not working
Replies: 10
Views: 7914

Re: scene filter not working

As a workaround, does it work if you pass avcodec-hw=vaapi in addition?
See https://code.videolan.org/videolan/vlc/ ... ote_261141

Go to advanced search