Search found 21 matches

Go to advanced search

by samithawijedasa
29 Oct 2013 20:58
Forum: Development around libVLC
Topic: VLC MSys MinGW Compile sed -i issue
Replies: 1
Views: 342

VLC MSys MinGW Compile sed -i issue

To overcome this issue which part of the script that I need to modify. It was mentioned that the change_prefix.sh is re-written. Could you make this modified script available "I also found that change_prefix.sh, which rewrites .pc files to deal with their chosen location, used the -i option whi...
by samithawijedasa
18 Sep 2013 06:44
Forum: Development around libVLC
Topic: In which source files libvlc next frame is implemented
Replies: 1
Views: 363

In which source files libvlc next frame is implemented

I want to know where in the source the underlying functionality is implemented for libvlc_media_player_next_frame. Basically what happens when var_TriggerCallback( p_input_thread, "frame-next" ); called. Where is it implemented ? void libvlc_media_player_next_frame( libvlc_media_player_t *...
by samithawijedasa
17 Sep 2013 00:05
Forum: Development around libVLC
Topic: customizing titles of the video windows of multi track file
Replies: 1
Views: 269

customizing titles of the video windows of multi track file

Hi, If I open a multi-track video file say that consists of 3 video streams, it will pop up three video windows. Their titles (video window titles) just says "VLC" (2nd and 3rd stream). Instead of this, is it possible to add track names to the title ? Or a similar approach that uniquely id...
by samithawijedasa
13 Sep 2013 18:15
Forum: Development around libVLC
Topic: vlc one-instance
Replies: 1
Views: 400

vlc one-instance

In my libvlc qt based player i need to always use an one instance, i.e. when a media file is double clicked while another file is running, the double clicked file should open in the same instance that currently running. It may close the existing file and start to play the new file. But, when I doubl...
by samithawijedasa
12 Sep 2013 23:18
Forum: Development around libVLC
Topic: which vlc source files handle subtitle display at video out
Replies: 2
Views: 415

Re: which vlc source files handle subtitle display at video

You are too vague.
OK think I found it. src/video_output/video_output.c

vout_PutSubpicture( vout_thread_t *vout, subpicture_t *subpic )
by samithawijedasa
11 Sep 2013 16:38
Forum: Development around libVLC
Topic: which vlc source files handle subtitle display at video out
Replies: 2
Views: 415

which vlc source files handle subtitle display at video out

Hi, When .mkv files are played with a subtitle track, which vlc source files handle the subpicture display for subtitles at the video output level. Requirement is to manipulate the part so subtitles does not appear at the video out put level while they appear at the decoder level. In a linux environ...
by samithawijedasa
28 Aug 2013 05:04
Forum: Development around libVLC
Topic: disabling and enabling subtitles using libvlc
Replies: 3
Views: 823

disabling and enabling subtitles using libvlc

I want to implement disable / enable subtitles in the custom player I developed. In VLC when we do this it removes the corresponding decoding module and reload it when enabled. For example, if we want to disable 'subt' type subtitles, when the disable subtitles option is selected it will remove usin...
by samithawijedasa
28 Aug 2013 03:33
Forum: Development around libVLC
Topic: opening a file to play in a custom player by double clicking
Replies: 1
Views: 362

opening a file to play in a custom player by double clicking

Hi, I have a custom player developed using libvlc. I want to play a file within the player when the file is double clicked. For the specific file type I have selected the mimeopen option to be the player I developed. So when I double click the file it opens the corresponding player, but it does not ...
by samithawijedasa
15 Aug 2013 18:34
Forum: Development around libVLC
Topic: libvlc_media_player_next_frame() on multi track video file
Replies: 1
Views: 409

libvlc_media_player_next_frame() on multi track video file

How does libvlc_media_player_next_frame() behaves on a multi video track file like .mkv. If the .mkv file is consisted of 3 video tracks and after they are opened in 3 simultaneous windows (vlc opens them and plays simultaneously), when libvlc_media_player_next_frame() is executed it only affects on...
by samithawijedasa
13 Aug 2013 21:59
Forum: Development around libVLC
Topic: sout-delay-id and sout-delay-delay
Replies: 5
Views: 642

Re: sout-delay-id and sout-delay-delay

Does it work with the hotkeys?
Hi,

Currently vlc has the ability to adjust delays between subtitle/ video and audio/ video and hotkeys do work for these. My requirement is to adjust the delay between two video tracks (i.e. video/ video) in a multi video file. Not sure how ro do this at the moment.
by samithawijedasa
13 Aug 2013 16:32
Forum: Development around libVLC
Topic: sout-delay-id and sout-delay-delay
Replies: 5
Views: 642

Re: sout-delay-id and sout-delay-delay

No, this is only for streaming.
Hi,

Is there a way to do this, that is to introduce an arbitrary delay to a specific video track of a multi-track .mkv video file. By modifying mkv.cpp or etc.
by samithawijedasa
13 Aug 2013 04:46
Forum: Development around libVLC
Topic: sout-delay-id and sout-delay-delay
Replies: 5
Views: 642

sout-delay-id and sout-delay-delay

Can I use the options sout-delay-id and sout-delay-delay to delay a specific video track of a multi track video file. ex:- .mkv file with three video streams.
by samithawijedasa
08 Aug 2013 18:56
Forum: Development around libVLC
Topic: multiple video streams in a mkv file are out of sync
Replies: 0
Views: 256

multiple video streams in a mkv file are out of sync

I have a mkv file with multiple video streams and when the file is opened in vlc the streams are played simultaneously in separate windows, but they are out of sync. How to correct this ?
by samithawijedasa
06 Aug 2013 17:02
Forum: Development around libVLC
Topic: vlc subtitles are not properly decoded while dragging slider
Replies: 0
Views: 361

vlc subtitles are not properly decoded while dragging slider

Hi, My video files contain 'subt' type subtitles and it's being decoded by modules/codec/subsdec.c. I can see the subtitles without a problem when the video is played. Also, I can see subtitles are being properly decoded while the video is played as I print the value of “p_spu_sys->text” of the func...
by samithawijedasa
31 Jul 2013 23:49
Forum: Development around libVLC
Topic: Extracting subtitles in libvlc using ffmpeg or libmatroska
Replies: 6
Views: 2235

Re: Extracting subtitles in libvlc using ffmpeg or libmatros

Then you need to get access to freetype or do a similar plugin than freetype. Hi, subsdec.c is indeed the file that is being used as the subtitle type is 'subt'. I modified the "static subpicture_t *ParseText( decoder_t *p_dec, block_t *p_block )" function in this file to dump the subtitl...
by samithawijedasa
31 Jul 2013 16:45
Forum: Development around libVLC
Topic: Extracting subtitles in libvlc using ffmpeg or libmatroska
Replies: 6
Views: 2235

Re: Extracting subtitles in libvlc using ffmpeg or libmatros

What do you want to extract? The text? Hi, Yes indeed, the text. We are just passing simple text along with the video. As an example following type of text will appear along with the video in the subtitle form, i.e., whether or not a horn is being pressed and so on. Horn 0 Break 1 Bell 0 So I need ...
by samithawijedasa
31 Jul 2013 07:01
Forum: Development around libVLC
Topic: Extracting subtitles in libvlc using ffmpeg or libmatroska
Replies: 6
Views: 2235

Extracting subtitles in libvlc using ffmpeg or libmatroska

Hi, I have a .mkv video file with soft subtitles. I can extract subtitles from this file into a separate file using mkvextract successfully. But, my requirement is to access and manipulate the subtitles while the video is being played by the custom Qt + libvlc player I developed. Is there a way to i...
by samithawijedasa
30 Jul 2013 23:54
Forum: Development around libVLC
Topic: Input and Codec Settings > Live555 Stream Transport Option
Replies: 3
Views: 1811

Re: Input and Codec Settings > Live555 Stream Transport Opti

Hi Agron, Thanks for the reply. So I need to pass this when I create a libvlc instance as an argument, right? libvlc_instance_t* libvlc_new(int argc, const char *const * argv) I did not check that. As a result I permanently enabled it and recompiled vlc, so RTP over RTSP (TCP) will be selected by de...
by samithawijedasa
27 Jul 2013 01:40
Forum: Development around libVLC
Topic: Input and Codec Settings > Live555 Stream Transport Option
Replies: 3
Views: 1811

Input and Codec Settings > Live555 Stream Transport Option

Hi,

How to set above option via libvlc. Is there a function to do it ? I want to change 'Input and Codec Settings > Live555 Stream Transport Option' from HTTP(default) to RTP over RTSP.

In vlc this option is found under Tools > Prefernces > Input and Codecs
by samithawijedasa
26 Jul 2013 23:05
Forum: Development around libVLC
Topic: playing multi video track file in one window as a mosaic
Replies: 3
Views: 860

Re: playing multi video track file in one window as a mosaic

Hi Rémi,

If I were to modify a section of vlc to direct the opened windows to a single window ( as it capable of playing the embeded video on three windows without a problem) what source files I should focus on? As I started developping using libvlc nearly a week ago :)
by samithawijedasa
26 Jul 2013 22:05
Forum: Development around libVLC
Topic: playing multi video track file in one window as a mosaic
Replies: 3
Views: 860

playing multi video track file in one window as a mosaic

When a .mkv file with three video tracks is opened via libvlc functions it pop-ups three separated windows in a disordered manner. I want to open these three windows in a single window through libvlc. How can I do this? My custom application is based on Qt and libvlc and it is capable of running sin...

Go to advanced search