1
0
Fork 0
godot/modules/theora
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
editor Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
SCsub Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
config.py
register_types.cpp Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
register_types.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
video_stream_theora.cpp Theora: Fix UV channel offset when cropping region 2025-05-24 20:00:41 +02:00
video_stream_theora.h Full Theora video support in VideoStreamPlayer 2025-05-22 14:00:57 +02:00