MikeRochefort wrote:For video clips, we can decode (playback) anything using H.264, but can only encode (write) H.264 material if it is using the QuickTime .mov format. And this functionality is only available in the Studio version?
Last I checked,
h.264 import on Studio,
no h.264 export on the Linux Resolve.
BMD should just add both to Linux Lite, because this gets asked a lot.

MikeRochefort wrote:I decide an H.264 clip that contains audio, will I not be able to play it back?
Depends.
Of which I know of, you need wav or aiff on it. Mp3 is unsupported. Unless you have access to the masters (as it would make little sense to encode something
into h.264 for Resove import), you do need to transcode your audio beforehand.
You can use ffmpeg to create a stream copy from the h.264 video track and a .wav or .aiff of the audio track. How was it again...
- Code: Select all
ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 video_h264_audio_wav.mp4
This gives you a wholly importable h.264 clip, with sync sound.
John Morris wrote:lets hope the new scripting API will can be applied to import and export (or at least for transcoding in Media Management)
Let's.
Linux Mint 19.3 | DaVinci Resolve Studio 17.1 | 2700x 32gb Radeon VII | macOS Mojave