a project creating a relatively ergonomic SDK for making libretro frontends in Rust.
Go to file
Viv Lim 3beb1a8519 fix audio sync when being played by quicktime
the thing I was doing is on the audio, i was setting the pts (presentation timestamp) after the frame was filtered by ffmpeg, which could be frames later, and could be batched.
i set the pts before filtering, but that made things worse. for some reason, the audio filter is remapping the pts I use (frame count, 1/60) to the time base 1/44100.
the video filter does not do this, which is why I specifically remap it later
I had to make that remap step I added later skip the audio channel
2021-07-28 23:54:40 -07:00
examples fix audio sync when being played by quicktime 2021-07-28 23:54:40 -07:00
src use cargo examples semantically 2019-11-23 21:19:15 -08:00
.gitignore able to record ok-sounding audio from picodrive 2021-07-25 22:02:40 -07:00
Cargo.toml writes some garbage to file each frame (using .mp4 output). i'm not sure if this is an improvement 2021-04-19 01:06:47 -07:00
build.rs log support 2019-11-16 22:04:20 -08:00