<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Forums - VideoLab]]></title>
		<link>http://mitov.com/forum/</link>
		<description><![CDATA[Forums - http://mitov.com/forum]]></description>
		<pubDate>Fri, 19 Jun 2026 05:50:03 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Problems copying video file using TVLLACVideoLogger and TVLLACVideoPlayer]]></title>
			<link>http://mitov.com/forum/thread-3609.html</link>
			<pubDate>Tue, 18 Jun 2019 13:33:26 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3609.html</guid>
			<description><![CDATA[I tried to make a simple copy program for video files, just connecting a TVLLVAVideoplayer to a TVLLVAVideoLogger. Videoopins and Audiopins are connected properly. Filenames are given and both components are disabled initially. A TVLImageDisplay component is added to allow observing what happens.<br />
<br />
Logger compression is AutoSelect.<br />
<br />
<br />
A click on a button executes the following code:<br />
<br />
  VLLAVVideoPlayer1.open;<br />
  VLLAVVideoPlayer1.start;<br />
  VLLAVVideoLogger1.enabled := true;<br />
<br />
What follows is a short flicker of the video and then an error message ("could not open video codec.....").<br />
Pressing <span style="font-style: italic;">CONTINUE</span> an message<span style="font-style: italic;"> integer divide by zero at... appears</span>.<br />
<br />
Just showing the video not connecting the logger is OK.<br />
<br />
The problem appears in VCL and FMX.<br />
<br />
Where is my mistake?<br />
<br />
Thanks for any help<br />
<br />
Wilfried]]></description>
			<content:encoded><![CDATA[I tried to make a simple copy program for video files, just connecting a TVLLVAVideoplayer to a TVLLVAVideoLogger. Videoopins and Audiopins are connected properly. Filenames are given and both components are disabled initially. A TVLImageDisplay component is added to allow observing what happens.<br />
<br />
Logger compression is AutoSelect.<br />
<br />
<br />
A click on a button executes the following code:<br />
<br />
  VLLAVVideoPlayer1.open;<br />
  VLLAVVideoPlayer1.start;<br />
  VLLAVVideoLogger1.enabled := true;<br />
<br />
What follows is a short flicker of the video and then an error message ("could not open video codec.....").<br />
Pressing <span style="font-style: italic;">CONTINUE</span> an message<span style="font-style: italic;"> integer divide by zero at... appears</span>.<br />
<br />
Just showing the video not connecting the logger is OK.<br />
<br />
The problem appears in VCL and FMX.<br />
<br />
Where is my mistake?<br />
<br />
Thanks for any help<br />
<br />
Wilfried]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Watermark?]]></title>
			<link>http://mitov.com/forum/thread-3607.html</link>
			<pubDate>Sun, 07 Jan 2018 23:35:43 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3607.html</guid>
			<description><![CDATA[Hi. <br />
I've been using Videolab and Audiolab in a non commercial app I developed for a charity organization for quite a few years.  Recently I recompiled the app in Delphi Tokyo (from Delphi 2010) with the newest release of Videolab and am now seeing what appears to be a watermark on the videos.  The text shown is 'DisposeOfVersion-www.Mitov.com'.<br />
How can I remove/disable the text?<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hi. <br />
I've been using Videolab and Audiolab in a non commercial app I developed for a charity organization for quite a few years.  Recently I recompiled the app in Delphi Tokyo (from Delphi 2010) with the newest release of Videolab and am now seeing what appears to be a watermark on the videos.  The text shown is 'DisposeOfVersion-www.Mitov.com'.<br />
How can I remove/disable the text?<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CurrentTime error when changed playbackrate]]></title>
			<link>http://mitov.com/forum/thread-3602.html</link>
			<pubDate>Sun, 25 Jun 2017 19:23:53 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3602.html</guid>
			<description><![CDATA[Hi All,<br />
I have an application where I watch video and note the time when certain events occur. I want to do this with sped up video as the events are rare and easily seen.<br />
<br />
problem is, if I increase the playbackrate to say 3.0, the CurrentTime value does not stay in sync with the elapsed time. Neither does the CurrentFrame value when accessed during the Progress event.<br />
<br />
Any ideas on how I can get an (reasonably) accurate elapsed time counter during greater than x1 playback?<br />
<br />
Mark]]></description>
			<content:encoded><![CDATA[Hi All,<br />
I have an application where I watch video and note the time when certain events occur. I want to do this with sped up video as the events are rare and easily seen.<br />
<br />
problem is, if I increase the playbackrate to say 3.0, the CurrentTime value does not stay in sync with the elapsed time. Neither does the CurrentFrame value when accessed during the Progress event.<br />
<br />
Any ideas on how I can get an (reasonably) accurate elapsed time counter during greater than x1 playback?<br />
<br />
Mark]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TVLLAVVideoPlayer playlist ?]]></title>
			<link>http://mitov.com/forum/thread-3594.html</link>
			<pubDate>Sat, 11 Mar 2017 03:22:09 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3594.html</guid>
			<description><![CDATA[I try to play next clip of a playlist with the TVLLAVVideoPlayer, but my code on the stop events dossn't launch the next clip ...<br />
<br />
Does somebody knows the correct sequence of instruction to do this ?<br />
<br />
loop is set to false<br />
<br />
on stop event code : <br />
<br />
 if select1 &gt; length(arrayfichier1)<br />
   then<br />
      select1 := 1<br />
   else<br />
      select1 := select1 +1;<br />
<br />
  fichier1 := arrayfichier1[select1-1];<br />
  titre1.Caption := extractfilename(fichier1);<br />
<br />
  P1.FileName := fichier1;<br />
  p1.Open;<br />
<br />
  Application.HandleMessage;<br />
  p1.Paused := False;<br />
  p1.Start();]]></description>
			<content:encoded><![CDATA[I try to play next clip of a playlist with the TVLLAVVideoPlayer, but my code on the stop events dossn't launch the next clip ...<br />
<br />
Does somebody knows the correct sequence of instruction to do this ?<br />
<br />
loop is set to false<br />
<br />
on stop event code : <br />
<br />
 if select1 &gt; length(arrayfichier1)<br />
   then<br />
      select1 := 1<br />
   else<br />
      select1 := select1 +1;<br />
<br />
  fichier1 := arrayfichier1[select1-1];<br />
  titre1.Caption := extractfilename(fichier1);<br />
<br />
  P1.FileName := fichier1;<br />
  p1.Open;<br />
<br />
  Application.HandleMessage;<br />
  p1.Paused := False;<br />
  p1.Start();]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[two webcam error]]></title>
			<link>http://mitov.com/forum/thread-3204.html</link>
			<pubDate>Sun, 27 Nov 2016 11:32:28 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3204.html</guid>
			<description><![CDATA[Dear All~~<br />
I want to add two VLDSCapture object  to show two webcam video.<br />
If I use two webcam at the same time.<br />
It always have the same error message (ESLException with message 'Can't start capture. -2147942431 - 8007001F').<br />
How can I use two webcam at the same time?<br />
<br />
note: I use XE6 and install VisionLab_VCL_7.6.1.0<br />
<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Dear All~~<br />
I want to add two VLDSCapture object  to show two webcam video.<br />
If I use two webcam at the same time.<br />
It always have the same error message (ESLException with message 'Can't start capture. -2147942431 - 8007001F').<br />
How can I use two webcam at the same time?<br />
<br />
note: I use XE6 and install VisionLab_VCL_7.6.1.0<br />
<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Much lag video capture]]></title>
			<link>http://mitov.com/forum/thread-3094.html</link>
			<pubDate>Mon, 14 Sep 2015 19:29:35 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3094.html</guid>
			<description><![CDATA[Hello:<br />
<br />
I'm showing video from FireWire in 2 videoplayer at same time. If I put an PNG image over video, start a lag that reaches the 7 seconds before the application hangs. Impossible record the mixed video (FireWire and PNG).<br />
<br />
Any suggestions?.<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hello:<br />
<br />
I'm showing video from FireWire in 2 videoplayer at same time. If I put an PNG image over video, start a lag that reaches the 7 seconds before the application hangs. Impossible record the mixed video (FireWire and PNG).<br />
<br />
Any suggestions?.<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Save Individual Frames]]></title>
			<link>http://mitov.com/forum/thread-3091.html</link>
			<pubDate>Thu, 23 Jul 2015 18:13:44 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3091.html</guid>
			<description><![CDATA[I am trying to find a way to save some frames of video, so that I can display them later. So far I used TVLDSVideoPlayer to play the video and TVLSnapshot to take a shot from video but there is no way I can save a frame. I can show the frame I got snapshot but cannot save and display later.<br />
Any help, hint will be appreciated.<br />
Thanks.]]></description>
			<content:encoded><![CDATA[I am trying to find a way to save some frames of video, so that I can display them later. So far I used TVLDSVideoPlayer to play the video and TVLSnapshot to take a shot from video but there is no way I can save a frame. I can show the frame I got snapshot but cannot save and display later.<br />
Any help, hint will be appreciated.<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Generating Video File from Bitmaps]]></title>
			<link>http://mitov.com/forum/thread-3038.html</link>
			<pubDate>Sun, 29 Dec 2013 22:04:39 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3038.html</guid>
			<description><![CDATA[Hi there,<br />
  I'm trying to develop an application in which I use a sequence of bitmap files and convert them to a video (.avi, for instance) file. <br />
<br />
Can I use VideoLab to do so, or I need to write a custom code for that?]]></description>
			<content:encoded><![CDATA[Hi there,<br />
  I'm trying to develop an application in which I use a sequence of bitmap files and convert them to a video (.avi, for instance) file. <br />
<br />
Can I use VideoLab to do so, or I need to write a custom code for that?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IP Cameras]]></title>
			<link>http://mitov.com/forum/thread-3034.html</link>
			<pubDate>Sat, 23 Nov 2013 07:44:36 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3034.html</guid>
			<description><![CDATA[Hi, i am playing around with some ip camers and trying to develop an application myself to fetch and record the ip camera feed incase of motion detection. VisionLab provides everything i need. But i cant seem to find any samples, i played around alot with connection pins from VLIPCamera,VLImageDisplay, VLDSImageDisplay etc... but i cant seem to make it work, it would be nice to have some samples for them.<br />
<br />
Can anyone let me know does it even work with ip cameras or not, everywhere i see under mitov library it says that it support ip cameras.<br />
<br />
I am trying to work with both RTSP and MJPEG cameras.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi, i am playing around with some ip camers and trying to develop an application myself to fetch and record the ip camera feed incase of motion detection. VisionLab provides everything i need. But i cant seem to find any samples, i played around alot with connection pins from VLIPCamera,VLImageDisplay, VLDSImageDisplay etc... but i cant seem to make it work, it would be nice to have some samples for them.<br />
<br />
Can anyone let me know does it even work with ip cameras or not, everywhere i see under mitov library it says that it support ip cameras.<br />
<br />
I am trying to work with both RTSP and MJPEG cameras.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ShowVideoDialog(cdVideoFormat) does not work]]></title>
			<link>http://mitov.com/forum/thread-3026.html</link>
			<pubDate>Mon, 21 Oct 2013 03:41:25 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3026.html</guid>
			<description><![CDATA[Hi,<br />
<br />
the VLDSCapture1.ShowVideoDialog(cdVideoFormat) does not work, could you please provide me an example how to run it ?<br />
<br />
br<br />
Piotr Polok]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
the VLDSCapture1.ShowVideoDialog(cdVideoFormat) does not work, could you please provide me an example how to run it ?<br />
<br />
br<br />
Piotr Polok]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Difference between VLDSCapture1 and VLCapture1]]></title>
			<link>http://mitov.com/forum/thread-3025.html</link>
			<pubDate>Mon, 21 Oct 2013 03:26:25 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3025.html</guid>
			<description><![CDATA[Hi,<br />
<br />
could you please provide me an information what is a main difference between components VLDSCapture1 and VLCapture1 (difference in the application of).<br />
<br />
br<br />
Piotr Polok]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
could you please provide me an information what is a main difference between components VLDSCapture1 and VLCapture1 (difference in the application of).<br />
<br />
br<br />
Piotr Polok]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to capture bitmap - VLDSCapture1]]></title>
			<link>http://mitov.com/forum/thread-3024.html</link>
			<pubDate>Mon, 21 Oct 2013 03:13:27 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3024.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Could you please provide me an example how to capture bitmap or jpeg from  VLDSCapture1 ?<br />
<br />
br<br />
Piotr Polok]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Could you please provide me an example how to capture bitmap or jpeg from  VLDSCapture1 ?<br />
<br />
br<br />
Piotr Polok]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AXIS component registration]]></title>
			<link>http://mitov.com/forum/thread-3014.html</link>
			<pubDate>Wed, 25 Sep 2013 08:55:57 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-3014.html</guid>
			<description><![CDATA[Something I noticed.  Running register.bat 'as administrator' under Win7 does not properly register the components.  However if I open a cmd.exe as administrator and run register.bat from there it works fine.<br />
<br />
Thought I'd pass this along.  Problem results in an exception:<br />
<br />
Exception ESLException in the module ....exe at &lt;some address&gt;. Can't connect. Make sure Axis medi control from http//www.axis.com is installed. - 0 - 0.]]></description>
			<content:encoded><![CDATA[Something I noticed.  Running register.bat 'as administrator' under Win7 does not properly register the components.  However if I open a cmd.exe as administrator and run register.bat from there it works fine.<br />
<br />
Thought I'd pass this along.  Problem results in an exception:<br />
<br />
Exception ESLException in the module ....exe at &lt;some address&gt;. Can't connect. Make sure Axis medi control from http//www.axis.com is installed. - 0 - 0.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[error message]]></title>
			<link>http://mitov.com/forum/thread-2994.html</link>
			<pubDate>Sun, 23 Jun 2013 13:17:45 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-2994.html</guid>
			<description><![CDATA[using the latest .net build in VS2012 and get an error every time i run project this includes any of the demos, after i aknowledge the error the project runs ok, this happens with videolab, audiolab etc<br />
The error i get all points to same file<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".gif" />&nbsp;&nbsp;<a href="attachment.php?aid=25" target="_blank">error1.gif</a> (Size: 112.62 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[using the latest .net build in VS2012 and get an error every time i run project this includes any of the demos, after i aknowledge the error the project runs ok, this happens with videolab, audiolab etc<br />
The error i get all points to same file<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".gif" />&nbsp;&nbsp;<a href="attachment.php?aid=25" target="_blank">error1.gif</a> (Size: 112.62 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Webcamera button event]]></title>
			<link>http://mitov.com/forum/thread-2941.html</link>
			<pubDate>Wed, 20 Feb 2013 08:19:28 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-2941.html</guid>
			<description><![CDATA[Almost any webcams have button on it. Is it possible to capture webcam button? I need capture video from webcam and capture webcam button and do some stuff in this button capture event (i don't need steel image capture by pressing this button). Is it possible and how?]]></description>
			<content:encoded><![CDATA[Almost any webcams have button on it. Is it possible to capture webcam button? I need capture video from webcam and capture webcam button and do some stuff in this button capture event (i don't need steel image capture by pressing this button). Is it possible and how?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[USB Frame grabber]]></title>
			<link>http://mitov.com/forum/thread-2940.html</link>
			<pubDate>Tue, 19 Feb 2013 03:44:47 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-2940.html</guid>
			<description><![CDATA[Can VideoLab work with USB frame grabbers like this <a href="http://mysku.ru/blog/tinydeal/9863.html" target="_blank">http://mysku.ru/blog/tinydeal/9863.html</a> ?]]></description>
			<content:encoded><![CDATA[Can VideoLab work with USB frame grabbers like this <a href="http://mysku.ru/blog/tinydeal/9863.html" target="_blank">http://mysku.ru/blog/tinydeal/9863.html</a> ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[License Key]]></title>
			<link>http://mitov.com/forum/thread-1346.html</link>
			<pubDate>Wed, 09 Jan 2013 17:24:20 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-1346.html</guid>
			<description><![CDATA[I ordered Video basic and received my license key.  What do I do with it?  I can't find a place to enter it.<br />
<br />
Thanks,<br />
<br />
Doug]]></description>
			<content:encoded><![CDATA[I ordered Video basic and received my license key.  What do I do with it?  I can't find a place to enter it.<br />
<br />
Thanks,<br />
<br />
Doug]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Firemonkey TVLImageDisplay C++Builder XE3]]></title>
			<link>http://mitov.com/forum/thread-1322.html</link>
			<pubDate>Sat, 05 Jan 2013 00:12:23 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-1322.html</guid>
			<description><![CDATA[Gday,<br />
<br />
I have a TVLImageDisplay instance aligned alClient on a Firemonkey form. I want to be able to resize this form, but when I do, the TVLImageDisplay resizes differently - seems to be half the new size! <br />
<br />
I don't touch the dimensions of the TVLImageDisplay - I resize its containing window. I also tried this with the TVLImageDisplay as a child of a TScaledLayout instance, but that showed the same problem.<br />
<br />
Also, I get AV errors with exception class of &#36;C0000005 (screencap attached, I hope <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> )<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=23" target="_blank">screencap.jpg</a> (Size: 28.07 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->.<br />
<br />
Any clues of where I should be looking, please?<br />
<br />
Thanks and regards,<br />
Pat Heuvel]]></description>
			<content:encoded><![CDATA[Gday,<br />
<br />
I have a TVLImageDisplay instance aligned alClient on a Firemonkey form. I want to be able to resize this form, but when I do, the TVLImageDisplay resizes differently - seems to be half the new size! <br />
<br />
I don't touch the dimensions of the TVLImageDisplay - I resize its containing window. I also tried this with the TVLImageDisplay as a child of a TScaledLayout instance, but that showed the same problem.<br />
<br />
Also, I get AV errors with exception class of &#36;C0000005 (screencap attached, I hope <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> )<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=23" target="_blank">screencap.jpg</a> (Size: 28.07 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->.<br />
<br />
Any clues of where I should be looking, please?<br />
<br />
Thanks and regards,<br />
Pat Heuvel]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video display as video source]]></title>
			<link>http://mitov.com/forum/thread-1266.html</link>
			<pubDate>Sat, 15 Dec 2012 17:24:18 -0500</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-1266.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Is there any component I can use to plug in the video screen as a video source ?<br />
<br />
Also, I'd like to subtract one video source from another, i.e subtract a known background from another video source. I've looked at VLBackgroundSubtractor but it seems like it splits an image into background and foreground video outputs. So suggestion on which component to use is deeply apprechiated]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Is there any component I can use to plug in the video screen as a video source ?<br />
<br />
Also, I'd like to subtract one video source from another, i.e subtract a known background from another video source. I've looked at VLBackgroundSubtractor but it seems like it splits an image into background and foreground video outputs. So suggestion on which component to use is deeply apprechiated]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VLDrawPictureLayer don't show images correctly]]></title>
			<link>http://mitov.com/forum/thread-948.html</link>
			<pubDate>Wed, 17 Oct 2012 05:32:03 -0400</pubDate>
			<guid isPermaLink="false">http://mitov.com/forum/thread-948.html</guid>
			<description><![CDATA[Hello:<br />
<br />
I need merge an image with video, but I'm using TVLDrawPictureLayer object and picture can't see good..., the image is more short than original size (original size is the same as VLDSImageDisplay). I have test with streech, manual size, auto..., none of configurations work.<br />
<br />
In test.jpg attached, you can see the video in background and Image (png with alpha channel) that must be in full window, but you can see a image 2 or 3 times more short than original size.<br />
<br />
Please, how I can see the image in original size?.<br />
<br />
Thanks!!.<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank">test.jpg</a> (Size: 38.31 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello:<br />
<br />
I need merge an image with video, but I'm using TVLDrawPictureLayer object and picture can't see good..., the image is more short than original size (original size is the same as VLDSImageDisplay). I have test with streech, manual size, auto..., none of configurations work.<br />
<br />
In test.jpg attached, you can see the video in background and Image (png with alpha channel) that must be in full window, but you can see a image 2 or 3 times more short than original size.<br />
<br />
Please, how I can see the image in original size?.<br />
<br />
Thanks!!.<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank">test.jpg</a> (Size: 38.31 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>