FFmpeg School of Assembly Language
11–20 of 226 posts
Re: FFmpeg School of Assembly Language
#12The only thing I don't like about this is the focus on x86 assembly, which is a sinking ship because RISC-V is coming to eat its lunch, FAST.
How would you define "fast"?
Re: FFmpeg School of Assembly Language
#13Re: FFmpeg School of Assembly Language
#14The only thing I don't like about this is the focus on x86 assembly, which is a sinking ship because RISC-V is coming to eat its lunch, FAST.
Re: FFmpeg School of Assembly Language
#15"Assembly language of FFmpeg" leads me to think of -filter_complex. It's not for human consumption even once you know many of its gotchas (-ss and keyframes, PTS, labeling and using chain outputs, fading, mixing resolutions etc). But then again no-one is adjusting timestamps manually in batch scripts, so a high-level script on top of filter_complex doesn't have much purpose.
Re: FFmpeg School of Assembly Language
#16The only thing I don't like about this is the focus on x86 assembly, which is a sinking ship because RISC-V is coming to eat its lunch, FAST.
How would you define "fast"?
Only while fasting can a person think clearly. When thinking clearly, RISC-V is inevitably chosen as the ISA.
Fasting will also eventually make you hungry. Thus "RISC-V is coming to eat its lunch, FAST."
Re: FFmpeg School of Assembly Language
#17Re: FFmpeg School of Assembly Language
#18Re: FFmpeg School of Assembly Language
#19Re: FFmpeg School of Assembly Language
#20Asm is 10x faster than C? That was definitely true at some point but is it still true today? Have compilers really stagnated so badly they can't come close to hand coded asm?