Selur's Little Message Board

Full Version: ffmpeg running in 32-bit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Looking at the ffmpeg calls in the debug output:
Code:
"C:/Program Files (x86)/Hybrid\64bit\ffmpeg.exe" -i "C:\Users\user\Downloads\TWICE  MORE & MORE  M V.mkv"
Code:
"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
(05.06.2020, 17:05)Selur Wrote: [ -> ]Looking at the ffmpeg calls in the debug output:
Code:
"C:/Program Files (x86)/Hybrid\64bit\ffmpeg.exe" -i "C:\Users\user\Downloads\TWICE  MORE & MORE  M V.mkv"
Code:
"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.
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