Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, October 20, 2008 6:33:33 AM(UTC)

Adam Boulad  
Guest

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).
File Attachment(s):
Attachment.rar (61kb) downloaded 128 time(s).

Edited by moderator Thursday, May 20, 2021 9:48:42 AM(UTC)  | Reason: Not specified

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, January 29, 2009 7:07:58 AM(UTC)

Adam Boulad  
Guest

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.



File Attachment(s):
PictureInPicture.rar (1,322kb) downloaded 137 time(s).
 
#3 Posted : Wednesday, January 12, 2011 5:11:58 AM(UTC)
Maen Hasan

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
File Attachment(s):
CsVideoOnVideo.zip (2,785kb) downloaded 127 time(s).
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.211 seconds.