View Full Version : Video Software
wardell
7th February 2016, 00:19
can someone help me to find this video portable application, i found this at this forum long time ago but i can't remember the name. i think it was developed by one of the member here, it was very useful application and i usually use it for comparing same videos and it can play 2-4 video at the same time in a single view. i already tried to search it but i cant find it, if remember correctly the name of the application start to "Ham.." but im not very sure
wardell
17th February 2016, 02:31
anyone?
StainlessS
17th February 2016, 03:22
No Idea about anything called 'Ham...' as described, but,
Avisynth could be persuaded to show multiple clips (of same size) in a single view, eg
two
A=AviSource("...\Video1.avi")
B=AviSource("...\Video2.avi")
Return StackHorizontal(A,B)
four
A=AviSource("...\Video1.avi")
B=AviSource("...\Video2.avi")
C=AviSource("...\Video3.avi")
D=AviSource("...\Video4.avi")
Return StackVertical(StackHorizontal(A,B),StackHorizontal(C,D))
Untested.
wardell
17th February 2016, 05:12
No Idea about anything called 'Ham...' as described, but,
Avisynth could be persuaded to show multiple clips (of same size) in a single view, eg
two
A=AviSource("...\Video1.avi")
B=AviSource("...\Video2.avi")
Return StackHorizontal(A,B)
four
A=AviSource("...\Video1.avi")
B=AviSource("...\Video2.avi")
C=AviSource("...\Video3.avi")
D=AviSource("...\Video4.avi")
Return StackVertical(StackHorizontal(A,B),StackHorizontal(C,D))
Untested.
hi, thanks for the reply although im not very familiar on avisynth i'll try to learn how to use it once i got a free time. :)
luckily when i was trying to recover some of my files that i accidentally deleted i found image which i take ss from comparing 2 videos last year and the software name was also there, it was HamMultiPlayer (http://forum.doom9.org/showthread.php?t=171765)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.