|
|
| razon |
| Posted: Oct 29 2009, 03:46 PM |
 |
|
Member
 
Group: Members
Posts: 13
Member No.: 26172
Joined: 15-September 09

|
Have any devs out there taken a crack at modifying vdbub so that it can open two files and then play them back synchronized? Would be great for sports analysis.
I know that vdub's primary function is for editing but its a great playback tool as well.
|
 |
| stephanV |
| Posted: Oct 29 2009, 04:43 PM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
No, but you can do that with avisynth.
| CODE | a = avisource("file1.avi") b = avisource("file2.avi")
stackvertical(a, b)
|
You can use trim to synch them.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |