Log in

View Full Version : Neural filter artistic videos


tormento
28th July 2016, 13:19
Is there any plugin or script that can output results like this (https://vimeo.com/175540110)?

johnmeyer
28th July 2016, 16:29
Is there any plugin or script that can output results like this (https://vimeo.com/175540110)?Cartoonizer (http://www.compression.ru/video/cartoonizer/index_en.html)

Even better: export as image sequence. Use Photoshop (or your favorite image editor) to create the effect. Save the effect. Use the batch operation in your image editor to apply the effect to all images. Then, reassemble images into a video. It is actually much easier than the description makes it sound.

Bloax
28th July 2016, 17:04
It seems like https://github.com/larspars/neural-style-video might be of interest.

tormento
29th July 2016, 03:34
Nobody of you replied my question: avisynth plugin. :)

Nevilne
29th July 2016, 03:49
maybe you should have asked politely

captaiŋadamo
29th July 2016, 03:50
Nobody of you replied my question: avisynth plugin. :)

Cartoonizer can be loaded into an Avisynth script. The link even shows you how.

johnmeyer
29th July 2016, 05:14
Yes, you need to read the documentation. Here's an example of a VirtualDub filter I often use in AVISynth:

LoadVirtualdubPlugin("C:\Program Files\Video\plugins\Deflick.vdf","vd_deflicker")

Avisource("E:\fs.avi")

# Set deflicker in VD, save the settings to a VCF file, and copy those settings to the line below.
vd_deflicker(8, 10, 0, 3, 0)