![]() |
[HELP] ffmpeg running in 32-bit - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] ffmpeg running in 32-bit (/thread-1403.html) |
ffmpeg running in 32-bit - MSYagami - 05.06.2020 Hybrid 2020.05.01.1, Windows 10 (10.0.18363.836) I see that FFMpeg is running in 32-bit rather than 64-bit in Task Manager. I just executed one clip and checked Task manager, saw that ffmpeg was running in 32-bit. ("ffempeg (32bit)" was the name.) https://drive.google.com/file/d/1Xg-0WEEK2yuykI8aW7fEqW-45H0WZ907/view?usp=sharing Is there a way to run it as 64-bit rather than 32-bit? RE: ffmpeg running in 32-bit - Selur - 05.06.2020 Looking at the ffmpeg calls in the debug output: "C:/Program Files (x86)/Hybrid\64bit\ffmpeg.exe" -i "C:\Users\user\Downloads\TWICE MORE & MORE M V.mkv" "C:/Program Files (x86)/Hybrid\64bit\ffmpeg.exe" -i "C:\Users\user\Downloads\More&More(60FPS).mp4" Hybrid should only use 32bit ffmpeg when it opens Avisynth scripts. What really seems strange to me is that Hybrid is installed on your system in the 'C:/Program Files (x86)' folder, normally it should be installed under 'C:/Program Files' Cu Selur RE: ffmpeg running in 32-bit - MSYagami - 07.06.2020 (05.06.2020, 17:05)Selur Wrote: Looking at the ffmpeg calls in the debug output: I see, so should I change the folder back to Program Files? I actually set it there. RE: ffmpeg running in 32-bit - Selur - 07.06.2020 Moving it now won't work, but reinstalling Hybrid (make sure to delete your settings on deinstallation) should work. 'C:\Program Files\Hybrid' should be the default installation folder. Cu Selur |