Search found 13 matches

Go to advanced search

by PetC
01 Oct 2010 09:30
Forum: Development around libVLC
Topic: python bindings for vlc 1.2.0-git
Replies: 4
Views: 903

Re: python bindings for vlc 1.2.0-git

I tried only 1.1.0, but yes, it worked.
by PetC
29 Sep 2010 16:58
Forum: Development around libVLC
Topic: Video options issue in VLC 1.2.0
Replies: 0
Views: 533

Video options issue in VLC 1.2.0

Hi, in VLC 1.1.0 I created media in python script with already added options for video width and height, e.g. media= instance.media_new(<path>,"width=<..>","height=<..>") I switched to vlc 1.2.0 and this method doesn't work anymore. What's more, add_option nor add_options do not ...
by PetC
24 Sep 2010 11:38
Forum: VLC media player Feature Requests
Topic: vlc cropping filter
Replies: 0
Views: 346

vlc cropping filter

Hi,

a small feature request from me- would it be possible for vlc to accept and apply crop geometry even if the media is not displayed yet (but the playout is already started)?

Peter
by PetC
24 Sep 2010 11:15
Forum: Development around libVLC
Topic: python bindings for vlc 1.2.0-git
Replies: 4
Views: 903

Re: python bindings for vlc 1.2.0-git

Thanks for reply. I tried the latest version out, but with the same result- after calling media_player.play() nothing happens, checking the player state gives Error state. Do you know maybe the reason for that? The whole initialisation procedure (instance, media player creation, setting mrl, play) I...
by PetC
17 Sep 2010 17:06
Forum: Development around libVLC
Topic: python bindings for vlc 1.2.0-git
Replies: 4
Views: 903

python bindings for vlc 1.2.0-git

Hi, some of you may already have seen this question, but I placed the post in wrong category and ask again, here this time. Sorry for spaming. Here comes the question: I'm using python bindings in my project and need to switch tó vlc 1.2.0. Are the bindings for 1.1 compatible with 1.2? Probably not,...
by PetC
17 Sep 2010 12:43
Forum: VLC media player Feature Requests
Topic: Playlist Cache / "Read Ahead"
Replies: 13
Views: 6373

Re: Playlist Cache / "Read Ahead"

Thanks for the reply. Looks like anobvious solution ;) It looks nice now, but another problem emerged and maybe you could help me with that as well: are there python bindings for that version? The latest I found (19.07.2010) don't even start the playout.
by PetC
17 Sep 2010 10:52
Forum: VLC media player Feature Requests
Topic: Playlist Cache / "Read Ahead"
Replies: 13
Views: 6373

Re: Playlist Cache / "Read Ahead"

Hi! I'm also working on a project where smooth transition in playlist is vital and this post seems relevant. I have to playout consecutive clips 2 seconds each, and VLC skips few frames at the beginning of each,what is a bit disturbing. It's been some time since last post, new version has come out, ...
by PetC
30 Jun 2010 16:53
Forum: Development around libVLC
Topic: libvlc_video_set_crop_geometry
Replies: 7
Views: 2829

Re: libvlc_video_set_crop_geometry

Could you (or anyone else) briefly instruct me which changes should be done in the source code then?
by PetC
30 Jun 2010 15:41
Forum: Development around libVLC
Topic: libvlc_video_set_crop_geometry
Replies: 7
Views: 2829

Re: libvlc_video_set_crop_geometry

That would be logical, but... The string format is the following: "<width>x<height>+<offset_x>+<offset_y>", right? With no options specified, nothing happens after calling the function. If the instance is started with options: --vout-filter=crop --custom-crop-ratios=100x100+0+0 the functio...
by PetC
30 Jun 2010 14:16
Forum: Development around libVLC
Topic: libvlc_video_set_crop_geometry
Replies: 7
Views: 2829

libvlc_video_set_crop_geometry

You may have seen that question in other section of this forum. Sorry for spam then, but I really need to get some clues. Here comes the question: How to make function libvlc_video_set_crop_geometry() work without predefining the crop geometries with option --custom-crop-ratios at instance creation?...
by PetC
30 Jun 2010 11:22
Forum: VLC media player for Windows Troubleshooting
Topic: Geometry Crop
Replies: 3
Views: 887

Re: Geometry Crop

Unfortunately it does not work just like that. If no option specified, when I try to call media_player.video_set_crop_geometry("WxH+x+y"), which is in fact the libvlc_video_set_crop_geometry function, nothing happens. What am I doing wrong?
by PetC
29 Jun 2010 12:24
Forum: VLC media player for Windows Troubleshooting
Topic: Geometry Crop
Replies: 3
Views: 887

Geometry Crop

Hi, I need to make VLC crop (geometry window) the video while it is being displayed. It should work as the command line option --crop-geometry WxH+L+T, but dynamically. The window dimensions are to be controlled from outside, most probably using python. I found possibility to do so with libvlc pytho...
by PetC
19 Jun 2010 21:39
Forum: VLC media player for Windows Troubleshooting
Topic: Video filtering in http interface
Replies: 0
Views: 182

Video filtering in http interface

Hi! I have been playing lately with the http interface and http requests to vlc. I found the possibility to control player by following requests: http://localhost:8080/?control= or http://localhost:8080/request/status.xml?command= Now the question comes- is it possible to apply a filter in this way?...

Go to advanced search