Search found 10 matches

Go to advanced search

by siva_kumaran
02 Jun 2015 03:18
Forum: VLC stream-output (sout)
Topic: Append Filename under "Scene video filter" section
Replies: 3
Views: 1209

Re: Append Filename under "Scene video filter" section

Did you try str_format_meta ? I tried using str_format_meta() function in scene.c, but unable to solve the visibility issues of certain private variable. In "snapshot.c" they get the input from 'p' which is private data(which is not visible outside src) ----------------> "input_threa...
by siva_kumaran
02 Jun 2015 01:43
Forum: VLC media player for Windows Troubleshooting
Topic: Getting 'Command line interface Initialized'
Replies: 3
Views: 1838

Re: Getting 'Command line interface Initialized'

Problem Solved:

(PCs were vlc gui is not opening)
installed msys32, added 'bin' folder to the environment variables.
It worked.(though its not the exact way,but its solves the issue now).
by siva_kumaran
28 May 2015 00:08
Forum: VLC media player for Windows Troubleshooting
Topic: Getting 'Command line interface Initialized'
Replies: 3
Views: 1838

Getting 'Command line interface Initialized'

Hello all, I had compiled and built vlc successfully for windows as per the below instructions: https://wiki.videolan.org/Win32CompileMSYS/ I used 'make package-win32-zip ' command to generate the vlc win32 zip file. The generated vlc.exe working well in my PC(windows 8.1) But after build when i tri...
by siva_kumaran
27 May 2015 23:55
Forum: Development around libVLC
Topic: In generating auto installer: Missing stdole2.idl
Replies: 4
Views: 927

Re: In generating auto installer: Missing stdole2.idl

Thanks a lot.... After manually copying all the required files to the ' /usr/include/wine/windows/ ' ,build got through..
by siva_kumaran
27 May 2015 10:33
Forum: Development around libVLC
Topic: In generating auto installer: Missing stdole2.idl
Replies: 4
Views: 927

Re: In generating auto installer: Missing stdole2.idl

Please someone help me, i want to generate the installer. but because of this problem i am unable to generate it.

Please i am waiting for your replies....
by siva_kumaran
24 May 2015 05:31
Forum: Development around libVLC
Topic: In generating auto installer: Missing stdole2.idl
Replies: 4
Views: 927

In generating auto installer: Missing stdole2.idl

I am trying to generate auto installer for vlc. used the below link for reference: <https://wiki.videolan.org/Win32CompileMSYS/> managed to generate the vlc package with "make package-win-common". :D But when i tried to generate auto installer with "make package-win32-exe" , i am...
by siva_kumaran
21 May 2015 16:45
Forum: Development around libVLC
Topic: Playback time used for screen capture(with scene filter)
Replies: 3
Views: 436

Re: Playback time used for screen capture(with scene filter)

can i use the below function to get the playback time??? correct me if i am wrong,
int64_t i_time = var_GetTime( p_input, "time" )

if so how to get the seconds parameter from it????
by siva_kumaran
21 May 2015 12:30
Forum: Development around libVLC
Topic: Playback time used for screen capture(with scene filter)
Replies: 3
Views: 436

Re: Playback time used for screen capture(with scene filter)

Thank you for your reply... In scene filter module. I want to retrieve current playback position(not the system time), so that when the current playback position matches with my desired time, screen capture should occur. I am more interested to get the seconds from the playback time. which function ...
by siva_kumaran
17 May 2015 16:08
Forum: Development around libVLC
Topic: Playback time used for screen capture(with scene filter)
Replies: 3
Views: 436

Playback time used for screen capture(with scene filter)

Hello all, I am implementing a feature in scene filter for my study purpose. I want to capture the screen shot at a particular X second in a minute. I have implemented user input in GUI to get that X second(time at which the screenshot to be captured). "This X second has to be checked with the ...
by siva_kumaran
14 May 2015 02:02
Forum: VLC stream-output (sout)
Topic: Append Filename under "Scene video filter" section
Replies: 3
Views: 1209

Append Filename under "Scene video filter" section

I am working on a video processing task with vlc for study purpose. I am capturing the screen with "Recording ratio" under " scene video filter". Unlike snapshot feature,image name cannot be append with filename or time.(correct me if i am wrong). So currently i implemented times...

Go to advanced search