disguise-one / hap-encoder-adobe-cc

Community-supported exporter of HAP codec family for Adobe CC applications
Other
169 stars 15 forks source link

Export with embeded audio #21

Closed exscriber closed 5 years ago

exscriber commented 5 years ago

Will be great to export video with embeded audio track.

GregBakker commented 5 years ago

Soliciting feedback here regarding desired interleaving behaviour - the current intention is to match ffmpeg, ie tightly interleave audio and video frames.

bangnoise commented 5 years ago

My tuppence: I think interleaved makes sense for most scenarios, but would be good to have that confirmed for a few different players.

GregBakker commented 5 years ago

Merged and undergoing testing. Can be found on the releases page as the 1.0.9-RC1 prerelease.

Harvey3141 commented 5 years ago

It would also be useful to have the ability to embed non-interleaved mono channels. Currently, it's not possible to export anything over 5.1 without embedding the audio manually with ffmpeg.

GregBakker commented 5 years ago

@Harvey3141 I'll raise a separate issue for >5.1 support. Out of interest, why is non-interleaved desired? Are you using a tool that wants to a contiguous set of blocks for that mono channel?