G
Guest
I'm doing some work with ffmpeg, which lets you work with audio and video.
ffmpeg's command line accepts timecode information as folllows: 00:00:23.
HH:MM.SS
I want to increment that counter, say, adding ten seconds 1000 times.
I could hack up my own string thingy to do this, but I'm betting there's a
way to do this within the .NET framework.
Is there? Can someone point the way?
-KF
ffmpeg's command line accepts timecode information as folllows: 00:00:23.
HH:MM.SS
I want to increment that counter, say, adding ten seconds 1000 times.
I could hack up my own string thingy to do this, but I'm betting there's a
way to do this within the .NET framework.
Is there? Can someone point the way?
-KF