hl-capture icon indicating copy to clipboard operation
hl-capture copied to clipboard

Export sound_extra to a separate sound file.

Open execut4ble opened this issue 6 years ago • 1 comments

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.

execut4ble avatar Jan 19 '18 16:01 execut4ble

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.

YaLTeR avatar Jan 19 '18 16:01 YaLTeR