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

Problem if the file path has some special character #414

Closed
manuelrn opened this issue Mar 1, 2023 · 2 comments
Closed

Problem if the file path has some special character #414

manuelrn opened this issue Mar 1, 2023 · 2 comments

Comments

@manuelrn
Copy link

manuelrn commented Mar 1, 2023

Hello!
I wanted to report a bug that occurs in the latest versions and did not occur in older versions.

The problem is that when I use FFVideoSource(), if the file path has some special character (for example letters like "á", "é", "í", "ó", "ú", "ñ", etc.) it fails and can't find the file.
This happens in 1031029 and 780e931, however in 90975ec (and I think older versions as well) it works fine without any problem.

It would be greatly appreciated if it could be fixed and work like old versions again.
Thank you so much!

@myrsloik
Copy link
Contributor

myrsloik commented Mar 1, 2023

Nothing related to filename handling has changed between those revisions at all. Actually it must be 5+ years since anything was changed related to that. Probably has something to do with the character encoding of the avisynth script.

@manuelrn
Copy link
Author

manuelrn commented Mar 2, 2023

Ah ok, sorry!

It is not the fault of AviSynth or the script, since using the same AviSynth and the same script and simply replacing the "ffms2.dll" and "ffmsindex.exe" files of the 3 versions I mentioned, FFVideoSource() works or does not work depending on the ffms2.dll/ffmsindex.exe files you use.

I figured then it would be a problem with this ffms2, but you tell me that it can't be a problem with this ffms2.

Then maybe it is the fault of the compilation of the place where I am downloading it:
https://forum.doom9.org/showthread.php?p=1983810#post1983810

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

2 participants