Skip to main content

Questions tagged [avisynth]

For problems with installing and using of AviSynth or AviSynth+ scripting tools for video post-production.

0 votes
0 answers
70 views

I’m attempting to restore a rare Italian aviation film (Forza G, aka Winged Devils, 1972). The only copy I could get came from a PAL VHS recording of an OTA RAI broadcast, later transferred to DVD. ...
CtrlAltDefeat's user avatar
0 votes
0 answers
65 views

I'm trying to resize a video game capture, focusing particularly on games with 2D animation or live-action scenes. For example, I'm working with animated cutscenes like those in Sonic CD or live-...
GAP's user avatar
  • 151
0 votes
1 answer
123 views

I am trying to create an FFMPEG script for some of my emulated game captures. I normally use Virtualdub2 (formerly Virtualdubmod) to upscale and trim my game captures for YouTube. With my laptop gone ...
GAP's user avatar
  • 151
0 votes
0 answers
255 views

I plan to use Retroarch to dump and create videos from the various cores that are featured there. I had asked for advice from other places online ranging from recommended emulators to what video ...
GAP's user avatar
  • 151
0 votes
0 answers
74 views

Without reencoding videos first? Is it possible to browse for .avs file and upload it, provided AviSynth is properly installed locally?
ivan866's user avatar
  • 101
1 vote
0 answers
106 views

Take a look at the man in a tuxedo. To the right of the black leg, there is a bright vertical line. Is there some kind of filter in something like VirtualDub or Vapoursynth which could improve this ...
Prof. Falken's user avatar
-1 votes
2 answers
2k views

My system is windows 7 64 bit, Avisynth+ 3.6.0 is installed. Displayed when loading 64-bit dll: Cannot load a 64 bit DLL in 32 bit Avisynth: 'D:/Program Files/AviSynthPlus/plugins64+/avss.dll'
bblew's user avatar
  • 1
1 vote
1 answer
2k views

I have used and installed AviSynth+ 64-bit on a machine. I then wanted to install AviSynth+ 32-bit to use the watermark filter. I followed these instructions to install 32-bit, changed the registry ...
ginjaemocoes's user avatar
0 votes
1 answer
271 views

for a noprofit project I do shoot with (up to 5x) Canon HF100 camera(s) but, as stated in this interesting artile, it genetates a "custom RGB range" (16-255) files. Thanks to this cool repository I'...
FORART npo's user avatar
0 votes
1 answer
144 views

I am new to AviSynth+. I am concatenating 9 clips, trimming the first and last, fading in the first and fading out the last, and cross-dissolving between clips. This code works: audio=ffaudiosource("...
ginjaemocoes's user avatar
0 votes
1 answer
161 views

The Watermark filter listed in the AviSynth External filters page works for 32-bit. On my 64-bit machine, after downloading, extracting, and playing the example file in the filter page, I see: Cannot ...
ginjaemocoes's user avatar
0 votes
1 answer
92 views

This page uses newline characters (\n) to introduce newlines in a subtitle in AviSynth: subtitle("First line\nNext line\nLast line", ...) I tried this code on AviSynth+ and it fails. Newlines would ...
ginjaemocoes's user avatar
1 vote
1 answer
1k views

I was unable to read MTS or MP4 files in AviSynth. Can AviSynth handle MTS files? pointed to the FFmpegSource2 filter, with information on the wiki. I downloaded the plugin and pointed to it from the ...
ginjaemocoes's user avatar