Search found 10 matches

Go to advanced search

by Nikse
08 Mar 2020 11:47
Forum: Development around libVLC
Topic: Subtitle reload
Replies: 0
Views: 536

Subtitle reload

I could really use a subtitle reload feature - it's nice to see any subtitle changes asap, especially when using a subtitle editor like "Subtitle Edit". I searched the docs, but could not find anything... is it possible? libmpv has a "sub-reload" command. PS: The new precise time...
by Nikse
07 Aug 2015 19:16
Forum: General VLC media player Troubleshooting
Topic: Extract specific audio track via cmd line
Replies: 1
Views: 412

Extract specific audio track via cmd line

Yo, I've been extracting wave files from mkv files for some time... it worked excellent until 2.2.x via this command line: vlc.exe input-video.mkv -I dummy -vvv --no-sout-video --audio-track=1 --sout="#transcode{acodec=s16l,channels=1,ab=128}:std{access=file,mux=wav,dst=out.wav}" Has this ...
by Nikse
02 Aug 2014 20:15
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.1.5 crashes on exit via command line
Replies: 7
Views: 11290

VLC 2.1.5 crashes on exit via command line

When I run this (via VLC 2.1.5 64-bit on Win7): "C:\Program Files\VideoLAN\VLC\vlc.exe" "a.mkv" -I dummy -vvv --no-sout-video --audio-trak=0 --sout="#transcode{acodec=s16l,channels=1,ab=128}:std{access=file,mux=wav,dt=out.wav}" vlc://quit I get this: VLC media player 2....
by Nikse
07 Feb 2012 06:57
Forum: Development around libVLC
Topic: libVLC 2.0 + seeking
Replies: 3
Views: 668

Re: libVLC 2.0 + seeking

Thx for the info!
by Nikse
05 Feb 2012 16:53
Forum: Development around libVLC
Topic: libVLC 2.0 + seeking
Replies: 3
Views: 668

libVLC 2.0 + seeking

Hi there!

Are there any chance of precise seeking in libVLC 2 (via "libvlc_media_player_set_time" or perhaps another function) ?

Also, are there any changes in the public functions of libVLC 2 (old 1.1.x code seems to work)? Are the docs up?

Thx for all your work !

Best regards
Nikse
by Nikse
01 Feb 2011 12:54
Forum: Development around libVLC
Topic: c# issue with vlc libraries
Replies: 18
Views: 2659

Re: c# issue with vlc libraries

Why don't you use libvlcnet? Or you could use VLC with late/dynamic binding, like this: http://www.nikse.dk/libvlcdynamic.zip
by Nikse
29 Jan 2011 16:37
Forum: Development around libVLC
Topic: Cannot get out of Ended status (6)
Replies: 2
Views: 314

Re: Cannot get out of Ended status (6)

If "Stop" is called, then I can set position and play again... feature or bug? ;)
by Nikse
28 Jan 2011 19:43
Forum: Development around libVLC
Topic: Cannot get out of Ended status (6)
Replies: 2
Views: 314

Cannot get out of Ended status (6)

I've been using libVLC for a while (and it works very well and have by far the best api I've seen) but I suddenly detected a problem: When my player plays a video to the end - then I cannot make it play again. It seems to ignore my play commands and stays in status 6 (ended). Any ideas will be much ...
by Nikse
23 Aug 2010 19:37
Forum: Development around libVLC
Topic: Ubuntu/Mono - problems calling libvlc
Replies: 0
Views: 436

Ubuntu/Mono - problems calling libvlc

I've just installed Ubuntu and intended to play with Monodevelop 2.4 and VLC. The "libvlc_get_version" works (returns "1.1.2 The Luggage") , but it just crashes when I call "libvlc_new". Here is my code: [DllImport("libvlc.so.5.1.0", CallingConvention = Callin...
by Nikse
01 Aug 2010 20:18
Forum: Development around libVLC
Topic: video-title-show=0 not working?
Replies: 3
Views: 755

Re: video-title-show=0 not working?

What about this one:
--no-video-title-show

Go to advanced search