Search found 2 matches

Go to advanced search

by cirosantilli
04 Mar 2019 20:52
Forum: General VLC media player Troubleshooting
Topic: How can i get VLC to expand all folders in the playlist?
Replies: 20
Views: 36792

Re: How can i get VLC to expand all folders in the playlist?

Code: Select all

vlc --recursive expand my_music_folder
Tested on 3.0.4.
by cirosantilli
27 May 2016 10:21
Forum: General VLC media player Troubleshooting
Topic: Cannot play AVIs with low framerate
Replies: 2
Views: 979

Re: Cannot play AVIs with low framerate

I reproduce on VLC 2.2.2 , Ubuntu 16.04, for FPSs lower than 4, video generated with:

ffmpeg -framerate 4 -pattern_type glob -i '*.jpeg' -c:v libx264 out.mp4

Both Totem and ffplay play the video just fine.

There is also an ancient bug report at: https://trac.videolan.org/vlc/ticket/214

Go to advanced search