Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Export sound_extra to a separate sound file. #4

Open
execut4ble opened this issue Jan 19, 2018 · 1 comment
Open

Export sound_extra to a separate sound file. #4

execut4ble opened this issue Jan 19, 2018 · 1 comment

Comments

@execut4ble
Copy link

Currently it appends it to the video file making video and audio track lengths differ, this makes the clip unaccessible past the video track in programs like Adobe Premiere CC, possibly some others too.

Either separate the extra sound in another file or fill the remaining video track with last frame/black to match the length.

@YaLTeR
Copy link
Owner

YaLTeR commented Jan 19, 2018

Oh, another Premiere stupidity, what a surprise.

As a workaround, you can separate out the audio track using ffmpeg -i input.mp4 -map 0:1 -c copy out.mp4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants