unity3d-jp / FrameCapturer

export framebuffer, GBuffer or any RenderTextures from Unity to file. supported format: png, exr, gif, webm, mp4
MIT License
1.04k stars 164 forks source link

MP4: No audio track is created #6

Closed ClintChil closed 7 years ago

ClintChil commented 8 years ago

I haven't been able to record audio to MP4 videos created with FrameCapturer. The fcAPI.fcMP4AddAudioFrame(m_ctx, samples, samples.Length); method is called but an audio track is never created on the MP4 file. Is this a known issue?

ghost commented 8 years ago

Me,too

Knive commented 7 years ago

Same issue, too bad because the plugin itself has good performance

i-saint commented 7 years ago

fixed in recent versions. (switched encoder to WMF from OpenH264 & FAAC)