Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback #1

Open
realfinder opened this issue May 15, 2016 · 10 comments
Open

feedback #1

realfinder opened this issue May 15, 2016 · 10 comments

Comments

@realfinder
Copy link

realfinder commented May 15, 2016

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

@SAPikachu
Copy link
Owner

Thanks for the suggestion, but unfortunately I won't have much time to implement them. Patches welcome. :)

@realfinder
Copy link
Author

take your time, For me I can't deal with C++, I did support setmtmode last time in a distorted manner

and I feel that my compile not stable, it's tend to random crash

@realfinder
Copy link
Author

btw, what "Always kill children" do?

@SAPikachu
Copy link
Owner

It specifies whether to kill slave processes when cleaning up, instead of letting them exit cleanly. This helps if there is bug in filters used in slave processes that makes the process freeze on exit, but filters like tfm may not be able to write stats file if this option is specified.

@realfinder
Copy link
Author

hi SAPikachu, any news?

@SAPikachu
Copy link
Owner

Well, as I mentioned in my earlier comment, I really have no time for this anymore. Sorry. If anyone can contribute a patch, I will be happy to merge it.

@realfinder
Copy link
Author

let see if @msg7086 can do it :)

and I think audio support is important too, also it's used in mvtools2, see here http://forum.doom9.org/showthread.php?p=1671402#post1671402

@msg7086
Copy link
Collaborator

msg7086 commented Dec 25, 2016

@realfinder Not really. I'm not a C++ user myself, and what I've done is just a small and quick fix to the existing feature that I personally would use frequently. Sorry to let you down.

@FranceBB
Copy link

I would really like to have audio support as well, 'cause it would be really helpful.

@msg7086
Copy link
Collaborator

msg7086 commented Dec 23, 2017

@FranceBB Please be advised that no active development -- apart from some crash fixes -- occurs at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants