Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Apr 2010
Posts: 175
|
Play flv and mp4 files in the same script
Hi all,
It seems hard to me open flv and mp4 files and play them in the same script like : Code:
a = DirectShowSource("file_1.flv").BicubicResize(540,360)
b = DirectShowSource("file_2.flv").BicubicResize(540,360)
c = DirectShowSource("file_3.mp4").BicubicResize(540,360)
last = a + b + c
Sharpen(last, 0.50)
ConvertToRGB(last)
The sound is ok by-the-way. Thanks a lot, L |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|