Skip to content

feedback #1

Description

@realfinder

hi, It seems you didn't log in in doom9 since 2015

I post this there http://forum.doom9.org/showpost.php?p=1767663&postcount=236

1- I wonder if you can support

ClearAutoloadDirs()
AddAutoloadDir("path")

it's one of Avisynth+ features http://forum.doom9.org/showthread.php?p=1646315&highlight=directories#post1646315

they can't be used inside MPP because MPP load it's plugin in every block, so I think we need something like

### top start ###
some lines here
### top end ###

edit: this better

ClearAutoloadDirs() #topmpp
AddAutoloadDir("path") #topmpp

make the mpp looking for lines that has #topmpp and put it in the top of all things

2- I wonder if you can make MPP reload the blocks that crash in the middle of encoding (With an option to disable it for testing purposes or something, MP_Pipeline("blocks", reload=false) something like that)

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions