Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#661 | Link |
Artem S. Tashkinov
Join Date: Dec 2006
Posts: 234
|
ACM Mile-High Video conference: Day 2 - some sad talks about VVC.
VVDec now sports a WASM (C to JS translator) decoder which can decode video using your CPU in a web browser without using any 3d-party codecs. There's a demo here as well but it's password protected. Last edited by birdie; 24th March 2022 at 13:13. |
![]() |
![]() |
![]() |
#663 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,671
|
WASM = webassemply (https://webassembly.org/)
|
![]() |
![]() |
![]() |
#664 | Link |
Artem S. Tashkinov
Join Date: Dec 2006
Posts: 234
|
It surely is: https://en.wikipedia.org/wiki/WebAssembly
|
![]() |
![]() |
![]() |
#665 | Link | |
Registered User
Join Date: Jun 2013
Posts: 93
|
Quote:
__________________
saldl: a command-line downloader optimized for speed and early preview. |
|
![]() |
![]() |
![]() |
#666 | Link |
Registered User
Join Date: Feb 2020
Posts: 263
|
It is impossible to translate C to Javascript. Even if not talking about atomics and memory APIs, there is no inline assembly and no intrinciscs used for AVX512 and stuff. Because Javascript has a virtual machine, and thus no access to assembly from code. Moreover its standard library is far from being mature. It cannot even do pow() correctly because it did not port open source C code Microsoft or GMP pow() used in glibc and C library of windows, instead v8 uses some garbage code google take from fdlibm. First link in google https://github.com/WebAssembly/design/issues/1206
Last edited by Balling; 29th March 2022 at 15:17. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|