|
|
| bigplac |
| Posted: Jul 1 2003, 01:57 PM |
 |
|
Unregistered

|
Hello. I need to implement a new feature in capture mode which consists in a text file that contains time stamps of multisegments capture files. So i'll be able to know at which time of the entire video capture belongs the file capture1.38.avi
example:
capture1.00.avi 0 capture1.01.avi 11 ... capture1.10.avi 500 capture1.20.avi 920
i think i'm be able to make it, but if someone has any idea, please write to me.
Thanks.
|
 |
| ChristianHJW |
| Posted: Jul 1 2003, 02:25 PM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
Use matroska as container for capturing, using Gabest DirectShow muxer filter from the Guliverkli Homepage , and write your time into a SRT subtitle stream same time .....
-------------------- Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !! Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform .... |
 |
| ChristianHJW |
| Posted: Jul 1 2003, 02:28 PM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
Oh, i misunderstood you .... why do you have to create multiple AVIs, instaed of writing one big file ?
As for your problem, you could write the start time into the file name of the AVIs , so you dont need such a text file ? If such a list is absolutely necessary, you had to modify Vdub to make one on capturing, as this feature doesnt exist AFAIK ...
-------------------- Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !! Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform .... |
 |
| bigplac |
| Posted: Jul 2 2003, 09:30 AM |
 |
|
Unregistered

|
> Oh, i misunderstood you .... why do you have to create multiple AVIs, instaed of writing one big file ?
Because i want to modify/copy it while capture. And I think it's easy to store. Well, i've patched virtualdub and it works!! my first horrible patch of virtualdub xD
Thanks |
 |
| ChristianHJW |
| Posted: Jul 2 2003, 11:13 AM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
Would you send the patch to virtualdubmod-devel at lists.sf.net please ? Maybe Cyrius wants to look at it for integrating into VdubMod ?
-------------------- Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !! Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform .... |
 |