Search found 5 matches

Go to advanced search

by knotito
17 Jul 2013 22:16
Forum: General VLC media player Troubleshooting
Topic: pictures in high resolution
Replies: 0
Views: 242

pictures in high resolution

While I am trying to "play" many pictures in high resolution, vlc just freeze.

anyone already faced this kind of problem?
by knotito
16 Jul 2013 19:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc python binding no video output
Replies: 2
Views: 1116

Re: libvlc python binding no video output

that is the problem, they definitlly have not been created...
by knotito
16 Jul 2013 06:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc python binding no video output
Replies: 2
Views: 1116

libvlc python binding no video output

Hi Justed tried to get working the minimal code to play a file using python bindings of libvlc. The code import vlc inst = vlc.Instance('--fullscreen', '-vvv') media = inst.media_new('file:///home/knotito/Videos/H2G2.avi') player = inst.media_player_new() player.set_media(media) player.play() The ou...
by knotito
15 Jul 2013 14:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: play all files in a directory by command line
Replies: 2
Views: 805

play all files in a directory by command line

Hi there :)

I'm looking for playing all files in a directory, justed tried :

Code: Select all

vlc directory:///(path to directory)
but I get an empty playlist...

Any ideas?

Go to advanced search