Posts: 3
Threads: 2
Joined: Jun 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-0WEE...sp=sharing
Is there a way to run it as 64-bit rather than 32-bit?
Posts: 10.981
Threads: 57
Joined: May 2017
05.06.2020, 17:05
(This post was last modified: 05.06.2020, 17:08 by Selur.)
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 only uses 64bit ffmpeg,...
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
Posts: 3
Threads: 2
Joined: Jun 2020
(05.06.2020, 17:05)Selur Wrote: 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 only uses 64bit ffmpeg,...
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
I see, so should I change the folder back to Program Files? I actually set it there.
Posts: 10.981
Threads: 57
Joined: May 2017
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