ReplayMod leaves with an error when rendering: Invalid arguments (zsh)
carlop3333 opened this issue ยท 0 comments
Basically when rendering (without any additional argument) gives an error of Invalid argument
Executing the same argument on a zsh shell looks like this: (Same even without the %FILTER)
macmini@noleak ~ % ffmpeg -y -f rawvideo -pix_fmt bgra -s 3840x2160 -r 60 -i - -filter:v scale=iw*0.5:ih*0.5 -an -c:v libx264 -b:v 20971520 -pix_fmt yuv420p "test.mp4"
zsh: no matches found: scale=iw*0.5:ih*0.5
how to reproduce:
- Use zsh as startup shell (or default shell)
- Having installed ffmpeg on (usr/local/bin or usr/local/Cellar both are the same case)
- Try to render the scene (expected to have the same result as having a default bash shell)
log:
2022-09-29-3.log