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
ffmpeg.ps1 causes issues #2611
Comments
|
If An end user won't know. |
|
the parameter contains symbols Add the bin directory to PATH can solve this problem, but you cannot switch between different versions. ( OR just delete |
|
Deleting ps1 file is a temporary issue as it will reappear after update. I'll add the bin directory in the path, but it may cause issues in some other apps also using incompatible characters, and hence it needs to be addressed in order to make it robust. |
|
I can reproduce the issue. I am not sure when this |
ffmpeg.ps1 is created using this: https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/shim.ps1 |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Calling
ffmpeg.exeshim doesn't cause any issue, but callingffmpeg.ps1(default behaviour when calling from PowerShell 7) causes issues.Running the following in PowerShell:
ffmpeg -i i.avi -bsf:v mpeg4_unpack_bframes -codec copy o.avicauses this error:I need to explicitly call
ffmpeg.exefrom PowerShell to avoid issues.Check this link for more detailed discussion: https://trac.ffmpeg.org/ticket/9398
The text was updated successfully, but these errors were encountered: