Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Side By Side Synchronized Video
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
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.



 
     Top
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
 
    Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
1 replies since Oct 29 2009, 03:46 PM Track this topic | Email this topic | Print this topic

<< Back to VirtualDub Development Forum