LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Basic Video On Video (Picture in Picture) functionality
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, October 20, 2008 6:33:33 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
This is a basic Video-On-Video project that can take two uncompressed video files and create a compressed OGG video.
- Basic Concept: Uses 4 convert
controls and uses ltmmMultiStreamSource and ltmmMultiStreamTarget to deliver
samples from first two controls to the second two controls at which copying is
done using CopyMemory function.
- Input: two files (uncompressed)
with same properties (Video Subtype, BitsPerPixel)- Output: Compressed OGG file.
Attached
are:-
VideoOnVideo_InputUncompressed_NoAudio.zip: Video-on-Video
project
- Samples_2.rar Two small sample
files (put them in c:\ to test).
Edited by moderator Thursday, May 20, 2021 9:48:42 AM(UTC)
| Reason: Not specified
#2
Posted
:
Thursday, January 29, 2009 7:07:58 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
This is a modified edition of the same demo. It includes the following improvements:
1. The output is no longer restricted to the OGG format. The project now creates MCMP-compressed AVI files, but can be modified to produce OGG if needed.
2. The output file now preserves audio from the input. The previous demo produced video-only files.
Both projects use LEADTOOLS Multimedia v15 and and are modified versions of the ConcatSameSize demo that ships with the toolkit.
Similar code can be used with LEADTOOLS Multimedia 16 and 17 without change.
#3
Posted
:
Wednesday, January 12, 2011 5:11:58 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
The attached demo uses LEADTOOLS Multimedia v17 .Net programming interface. The demo uses 3 convert controls and ltmmMultiStreamSource and ltmmMultiStreamTarget to deliver samples from first two controls to the third control. Also, I am attaching two uncompressed OGG files for testing.
Notes:
1. This demo is based on the C# concatenate same size demo that ships with the SDK. To run the demo, copy it to the
[LEADTOOLS Multimedia 17]\Examples\Ltmm\Dotnet\CS folder.
2. The demo works only with uncompressed video files.
3. To get the correct results, you should add the large video to the conversion list (1.ogg) before adding the small video (2.ogg).
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Basic Video On Video (Picture in Picture) functionality
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.