Replies: 1 comment
-
|
Thanks again for your work on WebOne — it’s impressive how it enables older browsers to handle more modern content. I have a couple of suggestions specifically regarding the !player for videos: DynImg Audio: AVI Export with MS Video 1: Edit: But I got these results: ffmpeg -i test.mp4 -vf "scale=160:120,fps=10,format=pal8" -c:v msrle -c:a adpcm_ima_wav -ar 11025 -ac 1 "test_160x120_RLE_WORKING.avi" ffmpeg -i test.mp4 -vf "scale=160:120,fps=10" -c:v msvideo1 -b:v 100k -g 10 -c:a adpcm_ima_wav -ar 11025 -ac 1 "test_160x120_msvideo1_WORKING.avi" runs on small screen with slightly worse fidelity ffmpeg -i test.mp4 -vf "scale=160:120:flags=neighbor+accurate_rnd,fps=10" -c:v msvideo1 -b:v 75k -g 6 -c:a adpcm_ima_wav -ar 11025 -ac 1 "test_160x120_MSV1_ULTIMATE.avi" ffmpeg -i test.mp4 -vf "fps=10,scale=160:120:flags=neighbor+accurate_rnd,split[a][b];[a]palettegen=max_colors=64:stats_mode=full:reserve_transparent=0[p];[b][p]paletteuse=dither=none" -c:v msrle -c:a adpcm_ima_wav -ar 11025 -ac 1 "OUTPUT_160x120_RLE_BEST.avi" worst fidelity best playback (can't veify cause its close): ffmpeg -i test.mp4 -vf "scale=160:120:flags=neighbor+accurate_rnd,fps=10" -c:v msvideo1 -b:v 58k -g 3 -c:a adpcm_ima_wav -ar 11025 -ac 1 "test_160x120_MSV1_FULLSCREEN_FINAL.avi" ffmpeg -i test.mp4 -vf "fps=10,scale=160:120:flags=neighbor+accurate_rnd,unsharp=5:5:-1.5,format=pal8,split[a][b];[a]palettegen=max_colors=64:stats_mode=full[p];[b][p]paletteuse=dither=none" -c:v msrle -c:a adpcm_ima_wav -ar 11025 -ac 1 "test_160x120_RLE_FULLSCREEN_FINAL.avi" On the matter of compatility, even though it pretty much but not greatly loads on IE3 and OffByOne, I can only get a couple sites to load at all with Opera 3.62 win 95. I tried messing with security settings and typing out full urls even some internal page like the player wont load when they will on IE3 edit2: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
New stable release of WebOne, released on 1 Nov 2025 after 10 commits.
[ConnectPassThrough]section in configuration file to specify domains where the mode should be used.[NonHttpSslDecrypt]section in configuration file to specify domains where the mode should be used. Now you can use old clients like mIRC 6.x to connect to such servers when they're listed in configuration. By default Libera.Chat (which is an secure-IRC-only server) is added to the list.This discussion was created from the release WebOne 0.18.0.
Beta Was this translation helpful? Give feedback.
All reactions