fix audio desync for realsies, stderr to log.txt

This commit is contained in:
2026-03-10 00:36:21 -04:00
parent c11b404392
commit 1b5ba6b584
13 changed files with 347 additions and 21 deletions

View File

@@ -37,5 +37,6 @@ namespace anm2ed
{
std::filesystem::path ffmpeg_log_path();
bool animation_render(const std::filesystem::path&, const std::filesystem::path&,
const std::vector<std::filesystem::path>&, AudioStream&, render::Type, int);
const std::vector<std::filesystem::path>&, const std::vector<double>&, AudioStream&,
render::Type, int);
}