godot/modules/vorbis
Bernat Arlandis a16b04fe07 Add Ogg Theora support to MovieWriter
Movie Maker mode can now record files in `.ogv` format, which can be
directly viewed in Godot's VideoStreamPlayer node along with most
video players. This is a lossy format with inter-frame compression,
unlike AVI + MJPEG which only performs intra-frame compression.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Leo de Penning <leo.depenning@illuminoo.com>
2025-06-10 15:52:24 +02:00
..
doc_classes Add metadata tags to WAV and OGG audio streams 2025-05-31 11:43:01 +02:00
audio_stream_ogg_vorbis.cpp Add metadata tags to WAV and OGG audio streams 2025-05-31 11:43:01 +02:00
audio_stream_ogg_vorbis.h Add metadata tags to WAV and OGG audio streams 2025-05-31 11:43:01 +02:00
config.py Document editor import options in the class reference 2023-06-15 08:30:48 +02:00
register_types.cpp Register editor classes normally, rather than via ClassDB::set_current_api() 2025-03-13 15:17:45 -05:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
resource_importer_ogg_vorbis.cpp Add an actual name for Ogg Vorbis importer/visible name. 2025-04-08 11:47:46 -03:00
resource_importer_ogg_vorbis.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00