Search found 41 matches

Go to advanced search

by fred.hild
23 Aug 2007 14:26
Forum: VLC media player for Windows Troubleshooting
Topic: Error compiling VLC for WinCE : "corelibc.lib" ' unrecognize
Replies: 1
Views: 545

Re: Error compiling VLC for WinCE : "corelibc.lib" ' unrecognize

Hello. I am having the same problem.
Have you found any solution to the problem?

Any help would be appreciated.
/ fred.hild
by fred.hild
22 Aug 2007 13:47
Forum: General VLC media player Troubleshooting
Topic: Plugin doesn't load
Replies: 0
Views: 361

Plugin doesn't load

Hello. I'm trying to use libvlc.dll in a small C++-program. The problem is that when libvlc should load the plugins it freezes. I have checked the paths to the libvlc.dll and the plugins folder are correct. Sometimes it manages to load some of the plugins before it freezes but mostly none is loaded....
by fred.hild
21 Aug 2007 08:50
Forum: Web and scripting
Topic: Plugins not loading
Replies: 0
Views: 753

Plugins not loading

Hello. I'm trying to use libvlc.dll in a small C++-program. The problem is that when libvlc should load the plugins it freezes. I have checked the paths to the libvlc.dll and the plugins folder are correct. Sometimes it manages to load some of the plugins before it freezes but mostly none is loaded....
by fred.hild
15 Aug 2007 11:08
Forum: General VLC media player Troubleshooting
Topic: How to rotate the clip
Replies: 2
Views: 2599

Re: How to rotate the clip

You can use the transform filter to turn the clip 90 degrees (only for playback though).
The filter can be activated in the preferences.
by fred.hild
08 Aug 2007 16:49
Forum: General VLC media player Troubleshooting
Topic: Options not working
Replies: 0
Views: 408

Options not working

Hello. Im trying to access libvlc.dll in C++. Im using GetProcAddress() which seems to work fine but when im trying to send the options with playlist_AddExt it seems like the options is ignored. The source start playing but without the options I have used the same options in another projekt (.Net) s...
by fred.hild
08 Aug 2007 13:57
Forum: Web and scripting
Topic: Options not working
Replies: 0
Views: 818

Options not working

Hello. Im trying to access libvlc.dll in C++. Im using GetProcAddress() which seems to work fine but when im trying to send the options with playlist_AddExt it seems like the options is ignored. The source start playing but without the options I have used the same options in another projekt (.Net) s...
by fred.hild
08 Aug 2007 09:07
Forum: Web and scripting
Topic: Loaded and active filters
Replies: 0
Views: 792

Loaded and active filters

Hello I'm using libvlc.dll in a small application (version 0.8.6b) and am trying to use the transform-filter. I have got it working with the config_PutPsz (to set the vout-filter and transform-type). The problem is that I want to show more than one video and do different transformations on them. I h...
by fred.hild
07 Aug 2007 17:24
Forum: General VLC media player Troubleshooting
Topic: Video adjustments not working correctly
Replies: 7
Views: 736

Re: Video adjustments not working correctly

Im using VLC 0.8.6b The object is VLC_OBJECT_VOUT How do I change a value in a filter thats already active? Can I check somehow if the filter is active or not? I only want the settings to affect the video Im about to play. The settings dont have to be saved. But using the config_Set is the only way ...
by fred.hild
03 Aug 2007 15:24
Forum: General VLC media player Troubleshooting
Topic: API documentation
Replies: 3
Views: 589

Re: API documentation

The only thing I can find in the Wiki is this http://wiki.videolan.org/Libvlc and that doesnt help very much.
And unfortunately the code is not commented in some files and badly commented in some.
by fred.hild
03 Aug 2007 14:45
Forum: General VLC media player Troubleshooting
Topic: API documentation
Replies: 3
Views: 589

API documentation

Hello Im trying to use libvlc in a small program. Are there not any good reference to the external API? The closest I find is this http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html But it seems like it is porly updated (eventhough it always says it precesley is created). It ...
by fred.hild
01 Aug 2007 13:19
Forum: General VLC media player Troubleshooting
Topic: Video adjustments not working correctly
Replies: 7
Views: 736

Re: Video adjustments not working correctly

I just sets the f_float value directly (eg vlc_value_t.f_float = 1.5F). This seem to work in the .Net wrapperclass (Im conding in C++ and not .net) so I dont understand why it doesnt work for me. I have defined my vlc_value_t on my own (as the did in the wrapperclass) so I dont have to include all V...
by fred.hild
01 Aug 2007 12:35
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling error need help
Replies: 5
Views: 791

Re: Compiling error need help

If you have any idea on my current problem I would be happy.

viewtopic.php?f=2&t=39016&hilit=

/fred.hild
by fred.hild
01 Aug 2007 11:45
Forum: General VLC media player Troubleshooting
Topic: Video adjustments not working correctly
Replies: 7
Views: 736

Re: Video adjustments not working correctly

I have got it to behave a little bit better now. I seems that there is something wrong with my mapping of libvlc __var_Set the strange thing is that i work for many other things but not for floats. I tried to, instead of defining it with vlc_value_t (which it should), definine it with just float. An...
by fred.hild
01 Aug 2007 09:42
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling error need help
Replies: 5
Views: 791

Re: Compiling error need help

Hmm Im trying to remember what it was I changed to make it work. I remember I disabled ffmpeg because some problem but i cant remember what problem it was.
Could you post your config file so I can take a look at it.

/fred.hild
by fred.hild
30 Jul 2007 16:14
Forum: General VLC media player Troubleshooting
Topic: Video adjustments not working correctly
Replies: 7
Views: 736

Video adjustments not working correctly

Hello. I am trying to use the libvlc in a small program (as you might have seen in my previous posts). The problem this time is with the video adjustments. I have used the adjustment filter together with the .Net wrapper klass before and it works fine. When I try doing the same thing on my own it wo...
by fred.hild
18 Jul 2007 14:57
Forum: General VLC media player Troubleshooting
Topic: Compiling for Win CE need Help
Replies: 2
Views: 846

Re: Compiling for Win CE need Help

Does anyone know any nice forum where someone might know what the problem is?
Because in this one there seems like nobody knows

/ fred.hild
by fred.hild
17 Jul 2007 13:49
Forum: General VLC media player Troubleshooting
Topic: Compiling for Win CE need Help
Replies: 2
Views: 846

Re: Compiling for Win CE need Help

Im still trying to compile the thing for WinCe and I have managed to get rid of the problem above (by adding an empty WinMain in libvlc.c). But surprise now I got a new error. Cannot export _vout_SynchroInit (_vout_SynchroInit): symbol not found Cannot export _xc_a (_xc_a): symbol not found Cannot e...
by fred.hild
11 Jul 2007 17:28
Forum: General VLC media player Troubleshooting
Topic: Compiling for Win CE need Help
Replies: 2
Views: 846

Compiling for Win CE need Help

Hello Im trying to compile vlc for Windows CE (its the libvlc.dll I want). But i get a problem. Im using the latest contrib package and vlc source 0.8.4. Im compiling under Ubuntu. This is the problem: ./modules/gui/wince/libwince_pic.a(libwince_pic_a-subtitles.o):subtitles.cpp:(.text$_ZN14SubsFileD...
by fred.hild
11 Jul 2007 12:06
Forum: General VLC media player Troubleshooting
Topic: Rotation in multiple libvlc:s
Replies: 4
Views: 620

Re: Rotation in multiple libvlc:s

Thanks for the answer.

Am I right in that the rotate module only works in 0.9.0?
And its command is --rotate-angle?

I think I will take a look at 0.9.0s libvlc.

How long is it before 0.9.0m becomes stable?
by fred.hild
11 Jul 2007 08:46
Forum: General VLC media player Troubleshooting
Topic: Rotation in multiple libvlc:s
Replies: 4
Views: 620

Re: Rotation in multiple libvlc:s

Im using 0.8.6c.
Im changing the config var before I start the video.
Otherwise i wont get it to work at all.

Is 0.9.0 generally unstable but only unstable in some areas?
by fred.hild
10 Jul 2007 16:20
Forum: General VLC media player Troubleshooting
Topic: Rotation in multiple libvlc:s
Replies: 4
Views: 620

Rotation in multiple libvlc:s

Hello I am building a small program upon the libvlc which has more than one instance of libvlc (want to display more than one video at a time). When Im trying to rotate one of the videos (with the __config_PutPsz(vlc.SubObject, name, value) ) both of them are affected and are rotated. Why is this? I...
by fred.hild
09 Jul 2007 14:31
Forum: VLC media player for Windows Troubleshooting
Topic: Windows CE libvlc and Rotation
Replies: 1
Views: 569

Re: Windows CE libvlc and Rotation

Comment on 2) I have found out that if I wait a moment between i sets the values only the specified video is affected. The problem is I dont know what to wait for. It seems to me that vlc sets its variables and then sends hem away to another thread to do the actuall changes. This is a problem to bec...
by fred.hild
06 Jul 2007 13:46
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling error need help
Replies: 5
Views: 791

Re: Compiling error need help

Ok I managed to solve that problem but now I have got a new one.

.
.
undefined reference to 'WinMain'
collect 2: ld returned 1 exit status
.
.
by fred.hild
06 Jul 2007 08:53
Forum: VLC media player for Windows Troubleshooting
Topic: Video disapears.
Replies: 3
Views: 686

Re: Video disapears.

Thanks for the answer. So it was the overlay that was the problem.

Go to advanced search