Thread: FFmpegSource
View Single Post
Old 19th June 2007, 07:27   #9  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Thanks for the new build.

btw, I've a request for the next releases : to be able to choose/select the video *or* audio tracks numbers.

Something like that :

Code:
FFmpegSource(string source, int vtrack = -1, int atrack = -1, bool forceseek = false, string timecodes)
where vtrack stands for video tracks and atrack for audio tracks of course.
Kurtnoise is offline   Reply With Quote