1
0
Fork 0
godot/modules/jpg
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
..
SCsub Use libjpeg-turbo for improved jpg compatibility and speed 2025-05-02 11:47:56 +02:00
config.py
image_loader_libjpeg_turbo.cpp Remove redundant `queue_redraw()` & fix typo 2025-05-29 17:22:32 +02:00
image_loader_libjpeg_turbo.h Use libjpeg-turbo for improved jpg compatibility and speed 2025-05-02 11:47:56 +02:00
movie_writer_mjpeg.cpp Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
movie_writer_mjpeg.h Move MovieWriterMJPEG class to `jpg` module it depends on 2025-06-05 10:29:22 +02:00
register_types.cpp Move MovieWriterMJPEG class to `jpg` module it depends on 2025-06-05 10:29:22 +02:00
register_types.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00