Toots for textovervideo@fosstodon.org account

Written by TOV on 2025-01-22 at 14:58

Scene.js is a JavaScript animation library used for creating animated websites.

Website

https://daybrush.com/scenejs/

GitHub

https://github.com/daybrush/scenejs

[#]javascript #animate #scenejs

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-20 at 18:54

While both use the same USB-C connector, Thunderbolt 4 is a significantly faster data transfer standard compared to standard USB-C.

[#]thunderbolt #USBC

=> More informations about this toot | View the thread

Written by TOV on 2025-01-20 at 17:57

There are also Thunderbolt video capture cards, but they are least popular because most computers do not have a thunderbolt port.

=> More informations about this toot | View the thread

Written by TOV on 2025-01-20 at 17:56

There are two modern ways to capture HDMI video into a computer using OBS. Both require a video capture card.

A PCIe video capture device allows you to capture and record video and audio from a device and save it to your computer through HDMI.

Besides a PCIe capture card, you can also use a USB video capture card. A USB video capture card is more portable, but you can only use one in each USB port.

[#]Linux #PCIe #USB #video #capture #card #Avermedia #Elgato #Blackmagic #Decklink #Mirabox

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-19 at 18:45

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine. It is available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.

Website

https://kodi.tv/

Flathub

https://flathub.org/apps/tv.kodi.Kodi

GitHub

https://github.com/xbmc/xbmc

[#]Linux #Kodi

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-19 at 08:35

What happened to the Kepler GeForce 600 and 700 series GPUs?

Announcement

Nvidia first announced the Kepler architecture in September 2010

Release

Nvidia released its Kepler GPU microarchitecture in April 2012.

Unsupported

NVIDIA officially stopped supporting drivers for the Kepler GPU architecture on August 2021.

[#]Nvidia #Kepler #GeForce

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-19 at 08:29

OBS Studio 31.0.1 released. The 3 major things to know about this release are:

  1. NVIDIA Kepler (600 and 700 series) GPUs are no longer supported for NVENC.

  1. NVIDIA users may need to update their GPU drivers to 551.76 (Windows) / 550.54.14 (Linux) or newer.

  1. The code signing certificate for OBS has been updated. This may impact game capture compatibility with some anti-cheat solutions with this OBS update.

[#]Linux #OBS #Nvidia

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-17 at 22:57

Solarus is a free, open source, 2D game engine primarily designed for creating Action-RPGs (often called "Zelda-like" games) that is written in C++ and allows users to script their game logic using Lua. It is considered open source because its code is publicly accessible and can be modified and distributed by anyone under the GPL v3 license.

Website

https://www.solarus-games.org/

Flathub Solarus Launcher

https://flathub.org/apps/org.solarus_games.solarus.Launcher

[#]Solarus #ARPG #RPG #gameengine

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-17 at 20:11

With access to so many open source 2D and 3D tools, I would like to see more individuals releasing open source projects showcasing these powerful tools.

Projects like ZeMarmot, a 2D animation movie to be released under Creative Common by-SA/Art Libre licenses and fully made with creative Free Software.

https://film.zemarmot.net/en/

[#]GIMP #Blender #Krita #Inkscape #Godot #Natron #Kdenlive #Shotcut #FFmpeg #Handbrake #imagemagick #SOX #Ardour #Audacity #OBS #VLC #MOC #ZeMarmot

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-17 at 19:07

How to get a GMRS license.

  1. Register for a 10-digit FCC Registration Number (FRN).

  1. Log in to the Universal Licensing System (ULS).

  1. Select "ZA – General Mobile Radio Service (GMRS)" from the drop-down list.

  1. Answer all the application questions and sign the application.

  1. Pay the application fee. A GMRS license in the United States is $35. This fee is valid for 10 years.

  1. Wait for the FCC to grant your license.

https://apps.fcc.gov/cores/userLogin.do

[#]FCC #GMRS #license #FRN

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-17 at 15:54

MURS (Multi-Use Radio Service), CB (Citizens Band) and FRS (Family Radio Service) do not require a FCC license.

But GMRS (General Mobile Radio Service), HAM (Amateur Radio Service) and LMR (Land Mobile Radio) do require a FCC license.

Usually any device that transmits at 4 watts or higher requires coordination (and, thereby, licensing) by the FCC.

[#]MURS #CB #FRS #GMRS #HAM #LMR #FCC #Radio #mobile #handheld #watts #license

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-16 at 17:03

How many video formats do you think FFmpeg supports?

FFmpeg supports the following file formats through the libavformat library.

https://ffmpeg.org/general.html#Video-Codecs

[#]FFmpeg #video #formats #libavformat

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-14 at 23:46

Being based on the powerful FFmpeg libraries, Kdenlive can use almost any audio and video formats directly without the need to convert or re-encode your clips.

[#]Linux #KDE #video #editor #FFmpeg

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-14 at 14:56

There is a Python library called librosa, which is a python package for music and audio analysis that provides the building blocks necessary to help create a music information retrieval systems.

Website

https://librosa.org/

Documentation

https://librosa.org/doc/latest/index.html

Github

https://github.com/librosa/librosa

[#]Python #librosa

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-14 at 14:45

On Linux, the Fraunhofer FDK AAC codec library is currently the highest-quality AAC encoder available with FFmpeg. Requires FFmpeg to be configured with --enable-libfdk-aac (and additionally --enable-nonfree if you're also using --enable-gpl).

[#]Linux #FFmpeg #Fraunhofer #FDK #AAC

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-14 at 04:23

FFmpeg supports three AAC-LC encoders (aac, libfdk_aac, aac_at) and two HE-AAC (v1/2) encoder (libfdk_aac, aac_at). But the license of libfdk_aac is not compatible with GPL.

https://trac.ffmpeg.org/wiki/Encode/AAC

[#]Linux #ffmpeg #acc #heaac #libfdk_aac #aac_at #libfdk_aac #AACLC

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-14 at 04:13

High-Efficiency Advanced Audio Coding (HE-AAC) is a lossy audio compression format that is used to compress digital audio data. It is an extension of the Advanced Audio Coding (AAC) standard and is well-suited for mobile telephony and streaming applications. HE-AAC is known for its ability to deliver high-quality audio at low bit rates.

[#]linux #heacc #acc #audio

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-13 at 20:17

A gnome is a mythological creature that is often depicted as a small, deformed humanoid who lives underground and guards treasure.

[#]Linux #gnome

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-12 at 20:35

Prosody XMPP server does not come with a web interface by default, but there is a module that provides a basic web administration interface.

https://modules.prosody.im/mod_admin_web

[#]Prosody #XMPP #server

=> View attached media

=> More informations about this toot | View the thread

Written by TOV on 2025-01-12 at 13:23

A TLS certificate, also commonly called an SSL certificate, is a digital certificate that verifies the identity of a website and encrypts data transmitted between a web browser and a server, ensuring secure communication over the internet, essentially acting as a digital "ID card" for a website to establish trust with users.

[#]TLS #SSL

=> View attached media

=> More informations about this toot | View the thread

=> This profile with reblog | Go to textovervideo@fosstodon.org account

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/405236
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
386.257229 milliseconds
Gemini-to-HTML Time
9.581016 milliseconds

This content has been proxied by September (ba2dc).