from <a href="https://amp.reddit.com/r/ffmpeg/comments/ep61ig/uncompressed_audio_in_mp4_workarounds_or_hacks/">https://amp.reddit.com/r/ffmpeg/comments/ep61ig/uncompressed_audio_in_mp4_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>