gigantic nightmare ffmpeg + components pr #12

Merged
vivlim merged 38 commits from viv/ffmpeg2 into matriarch 2021-08-17 16:22:08 -07:00
Owner

i want to start sifting through what I actually changed over the last year and doing cleanup so we can work off of matriarch again

i want to start sifting through what I actually changed over the last year and doing cleanup so we can work off of matriarch again
vivlim added 28 commits 2021-08-01 02:57:43 -07:00
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
vivlim added 1 commit 2021-08-17 15:33:52 -07:00
vivlim added 7 commits 2021-08-17 15:36:01 -07:00
vivlim added 2 commits 2021-08-17 16:16:23 -07:00
vivlim changed title from gigantic nightmare ffmpeg pr to gigantic nightmare ffmpeg + components pr 2021-08-17 16:19:18 -07:00
vivlim merged commit 12b879ac9f into matriarch 2021-08-17 16:22:08 -07:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cinnabon/rustro#12
No description provided.