moneytoo / Player

▶ Simple and lightweight, yet polished and powerful Android video player based on ExoPlayer
https://play.google.com/store/apps/details?id=com.brouken.player
The Unlicense
1.44k stars 171 forks source link

Adjust audio sync #485

Closed Noitarud closed 10 months ago

Noitarud commented 1 year ago

Does Exo permit advancing or delaying audio track against video track? Care to add an interface for it? My other video player supports delaying by ms so I write what is required on the video filename, which may need to be set again if there is a corrupt spot in it.

For those interested in fixing theirs use mp4box. After extracting tracks, specify "-add filename#audio:delay=ms" for the audio (ms eg. "3000")

moneytoo commented 10 months ago

Duplicate of #6