-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge multiple ts videos into one mp4 file #421
Comments
isn't the basic usage example exactly that? |
I have tested that the synthesized video can be played in the video tag. If it is downloaded to the hard disk and played using the local player, the sound is out of sync with the video. |
It should be possible to download the resolution fmp4, and I'd expect it to play back the same as on the web. |
there may be some inconsistencies with the timing data of the video and audio of your source. you can try changing the keepOriginalTimestamps option. or your "local player" may just be bad, since you don't say what it is. |
same issue😭 |
Are any developers still paying attention to this library?
I'm working on a web app and I've converted multiple ts fragments into arraybuffer, I need to merge them into one mp4 file and download to hard drive.
Is it possible to merge multiple ts videos into one mp4 file?
The text was updated successfully, but these errors were encountered: