Hi
I have a version of ffmpeg for windows but what I have see it only use 50% of my CPU so I can guess that only have 32 bit and not 64.
Where can I download a 64 bit ffmpeg for windows?
+ Reply to Thread
Results 1 to 11 of 11
-
-
50 percent has nothing to do with that. yes ffdshow is a single threaded app, but even in 32 or 64 bit windows it will still show as 50% on a dual proc machine. the main diffrence beetwen the 32 and 64 versions (if any) would be how it does memory adressing. and the vfw filter to make it 'work' with other 64 bit filters. if you do manage to get a 64 bit version it will still show 50% cpu usage just be slightly quicker because it is only using one proc. go into the settings of ffdshow and enable 2 threads and you will see about a 2x diffrence mainly in x264 encoding. others varies depending if the encoder is able to do multiple threads (believe theora can)
hope this helpsif all else fails read the manual -
oh yeah only time a 64 bit app will be 'faster' is if a 32 bit app had a routine that required 2 clock cycles to do a claculation. in 64 bit mode the number would fit in the register and would be able to be processed in i cycle. useful for code cracking, math , etc. music and video FOR NOW dont have any 'numbers' the wont fit in a 32 bit register so the speed diffrence is neglible in that area. but math,etc it is about twice as fast.
if all else fails read the manual -
Hmm ok
I have a computer that have dualcore and I was thinking about run windows XP (32 bit) or Ubuntu (32 or 64) and I was thinking what I can do so it use both of the proc.
I was just hopping that I can use ffmpeg faster when I convert my movie and I dont have to wait so long -
ffmpeg is the common name for the code that is used in linux and windows. ffmpeg compiled for win32/64 with with a vfw interface is reffered to as ffdshow. you you want 'ffmpeg' functionaltiy without the vfw interface look up apps that use mplayer as backend as it decoding/encoding routines are based off of ffmpeg or in linux libav and yes -threads is used for the cli not vfw. in vfw it is enabled in the encoder settings per codec
if all else fails read the manual
Similar Threads
-
LAME 32-bit or 64-bit in EAC under Windows 7 64-bit?
By flashandpan007 in forum AudioReplies: 1Last Post: 12th Apr 2011, 09:40 -
XP Pro 32-bit v. Windows 7 64 bit
By edong in forum ComputerReplies: 13Last Post: 12th Aug 2010, 12:28 -
What are the advantages of 64-bit over the 32-bit version of Windows?
By edong in forum ComputerReplies: 20Last Post: 30th Oct 2009, 11:20 -
32-bit program Micrografx on 64-bit windows vista?
By Obamargarine in forum ComputerReplies: 8Last Post: 11th Aug 2009, 18:56 -
Windows Vista: 32 bit or 64 bit?
By vid83 in forum ComputerReplies: 7Last Post: 12th Feb 2009, 03:57