Opened 8 years ago
Closed 8 years ago
#7350 closed enhancement (wontfix)
Feature request: add avisynth input-output filter
| Reported by: | Lirk | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
It would be better to use avisynth script for any input files via filter instead of using separated avs-scripts:
ffmpeg -i videofile.ext -vf avisynth=scriptname.avs #ENCODING_PARAMETERS output.ext
scriptname.avs:
ffmpegIOplugin()
#AVISYNTH_SCRIPT_CONTENT
Note:
See TracTickets
for help on using tickets.



I do not think this is even possible or wanted at all.