<a href="http://www.gdcl.co.uk/2013/02/15/PCM-in-MP4.html">http://www.gdcl.co.uk/2013/02/15/PCM-in-MP4.html</a><div><br></div><div>apparently way some muxers do it quite different from normal, so not as simple as adding codec_id to some table... <br><br>On Sunday, November 21, 2021, Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">from <a href="https://amp.reddit.com/r/ffmpeg/comments/ep61ig/uncompressed_audio_in_mp4_workarounds_or_hacks/" target="_blank">https://amp.reddit.com/r/<wbr>ffmpeg/comments/ep61ig/<wbr>uncompressed_audio_in_mp4_<wbr>workarounds_or_hacks/</a><div><br></div><div>====</div><div>You can use mp4box to mux PCM audio in MP4.</div><div><br></div><div>If the audio is in a separate file,</div><div><br></div><div>mp4box -add h264.mp4#video -add pcm.mov#audio -new h264pcm.mp4</div><div>If it's in the same file</div><div><br></div><div>mp4box -add h264pcm.mov -new h264pcm.mp4</div><div>2</div><div>Reply</div><div><br></div><div>jvaratos</div><div>·</div><div>1y</div><div>Success! This works perfectly and premiere accepts the file with ease. Thank you for this info!</div><div><br></div><div>For those attempting similar things, I used FFMPEG to create a standalone m4v file with a h.264 stream (encoded to my liking) as well as a mov file containing just a PCM audio stream (mp4box would not accept a wav file for some reason). Mp4box accepted both of those with the syntax mentioned above and gave me a single mp4 file that premiere was happy with.</div><div><br></div><div>====</div><div><br></div><div>may be ffmbc also accepts this. If 'support' was as simple as 'id case somewhere' - we probably can patch our ffmpeg too</div>
</blockquote></div>