Search found 5 matches

Go to advanced search

by zamensis
02 Aug 2010 18:01
Forum: Development around libVLC
Topic: brightness, contrast, hue and saturation in libVLC
Replies: 12
Views: 4942

Re: brightness, contrast, hue and saturation in libVLC

Indeed, 1.0f was just an example. I tried more often values between 0.0f and 1.0f because I was ignorant of the actual range of this parameter. However, I am using these lines in the exact same order with different values of gamma and brightness and saturation...; I guess it's just bad luck then! Ar...
by zamensis
02 Aug 2010 17:15
Forum: Development around libVLC
Topic: brightness, contrast, hue and saturation in libVLC
Replies: 12
Views: 4942

Re: brightness, contrast, hue and saturation in libVLC

Thanks for answering so fast. I tried to call those 2 functions before and after : libvlc_media_player_play (mp) (mp is my libvlc_media_player_t ), but it doesn't seem to show any difference. Should I try my code with a different computer or with a different libvlc-dev ? (currently 1.1.1-1~ppa1 unde...
by zamensis
02 Aug 2010 13:49
Forum: Development around libVLC
Topic: brightness, contrast, hue and saturation in libVLC
Replies: 12
Views: 4942

Re: brightness, contrast, hue and saturation in libVLC

Thanks a lot for answering. However, from what I can see in libvlc_media_player.h, libvlc_adjust_Enable is declared as : /** option values for libvlc_video_{get,set}_adjust_{int,float,bool} */ enum libvlc_video_adjust_option_t { libvlc_adjust_Enable = 0, libvlc_adjust_Contrast, libvlc_adjust_Brightn...
by zamensis
02 Aug 2010 11:03
Forum: Development around libVLC
Topic: brightness, contrast, hue and saturation in libVLC
Replies: 12
Views: 4942

Re: brightness, contrast, hue and saturation in libVLC

Hello everybody! I am currently trying to get brightness, contrast, hue and gamma filters working using libvlc-dev 1.1.1 in a c++ program under linux. Here's what I do : libvlc_video_set_adjust_int(mp,libvlc_adjust_Enable,1); // mp is libvlc_media_player_t libvlc_video_set_adjust_float(mp,libvlc_adj...

Go to advanced search