https://github.com/emako/avisynthscript-trans
Avisynth Auto Scripts.
https://github.com/emako/avisynthscript-trans
Last synced: about 2 months ago
JSON representation
Avisynth Auto Scripts.
- Host: GitHub
- URL: https://github.com/emako/avisynthscript-trans
- Owner: emako
- Created: 2018-02-06T11:23:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T11:50:59.000Z (over 7 years ago)
- Last Synced: 2025-02-14T07:23:34.420Z (4 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AvisynthScript-Trans
Avisynth Auto Scripts.This is a auto scripts to create slideshow using avisynth.
GUI soft see http://download.videohelp.com/tin2tin/DLL LIB author list:
1.The Pete files are by Pete Warden
2.SoftWipe_by_vampiredom
3.GScript_by_GavinoExample1:
Import("..\Trans\TransMain.avsi")
at=OverlayM(ImageSource("a.png",pixel_type="rgb32",0,99),1280,720)
bt=OverlayM(ImageSource("b.png",pixel_type="rgb32",0,99),1280,720)
ft=int((at.FrameRate()+bt.FrameRate())/2)
Mask_3dtwirl(at, bt, ft)Example2:
Import("..\Trans\TransMain.avsi")
Slideshow("image (*).jpg", 1, 8, 90)