How to import webm video to DaVinci Resolve ?

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

harsha20599

  • Posts: 1
  • Joined: Sun Jan 27, 2019 3:18 pm
  • Real Name: Harsha Vardhan

How to import webm video to DaVinci Resolve ?

PostSun Jan 27, 2019 3:22 pm

I've been scratching my head for a while for finding ways to import my webm videos to DaVinci Resolve. I know there is a way with the converters but, seeking for the optimal one.
Offline
User avatar

Remco Hekker

  • Posts: 91
  • Joined: Tue Aug 28, 2012 12:28 pm
  • Location: The Netherlands

Re: How to import webm video to DaVinci Resolve ?

PostTue Aug 27, 2019 9:33 am

I'm interested in this as well.
BUMBP ;)
System:
Windows 10 Pro 64-bit (version 20H2 O.S. build 19042.685)
Gigabyte Technology Co. Z390 DESIGNARE.
Intel Core i9-9900K @3.6GHz
32GB Ram
GeForce RTX 2080 Ti
Blackmagic Design Mini Monitor
Offline

Mads Johansen

  • Posts: 909
  • Joined: Mon Dec 19, 2016 10:51 am

Re: How to import webm video to DaVinci Resolve ?

PostThu Aug 29, 2019 3:34 am

Webm is not a supported container.
There are 2 ways to get to a supported container: 1) Change container and 2) recompress.
Since webm supports VP8, VP9 and AV1 and Resolve only supports VP9 (https://documents.blackmagicdesign.com/ ... c_List.pdf ) you need to make sure it's a VP9 file before progressing the first path.

If it IS a VP9 it's a simple container change. Any ffmpeg frontend (or the program itself) can do that.


The second path is to convert the codec to a supported one. There are many options here, for true losless/ease of use some people prefer DNxHR/Prores, I prefer mpeg4 (the fmpeg codec, not the container) Constant Quantizer 0.


I prefer Xmedia Recode (https://www.xmedia-recode.de/en/download.html) but handbrake or Convert V6 are other options. The workflow is the same (as they are all ffmpeg frontends): Open program, open files, set container (MOV or MP4), set video codec (as above), set audio codec, convert.
I have tested that despite what that Supported Codec List says, Resolve supports VP9 in a MP4 container.
Davinci Resolve Studio 19B Build 20, Windows 11, Nvidia 3060 TI, 552.22 Studio
Offline
User avatar

UserOS

  • Posts: 51
  • Joined: Sat Aug 24, 2019 9:45 pm
  • Real Name: Oleg Shtyk

Re: How to import webm video to DaVinci Resolve ?

PostTue Sep 01, 2020 5:00 pm

You can try this program


http://www.avidemux.org/nightly/
Ryzen 9 5950X / MSI RTX 4090 Liquid X / DDR4 64Gb / Samsung 970 EVO Plus 500Gb / Windows 11 Pro 23H2 / BMPCC 4K
Offline

coolaj86

  • Posts: 3
  • Joined: Sat Apr 10, 2021 10:23 pm
  • Real Name: AJ ONeal

Re: How to import webm video to DaVinci Resolve ?

PostFri Sep 10, 2021 5:11 pm

For those interested in the exact solution:

Code: Select all
ffmpeg -i ./YouTube-livestream-download-1440p.webm \
  -c:a copy -c:v copy \
  ./YouTube-livestream-download-1440p.mkv


Easiest way to get `ffmpeg`: https://webinstall.dev/ffmpeg
Offline

GoDlike

  • Posts: 2
  • Joined: Fri Oct 28, 2022 10:34 am
  • Real Name: Daniel Kucner

Re: How to import webm video to DaVinci Resolve ?

PostFri Oct 28, 2022 10:38 am

Thanks for the tip @coolaj86 unfortunately this won't work if you use DaVinci Resolve 16 because it does not support MKV.

It does support MP4 with VP9 though, so you can use ffmpeg to copy video stream to mp4, and transcode WebM opus audio into AAC.

Code: Select all
 ffmpeg.exe -i .\menu.webm -c:a aac -b:
a 192k -c:v copy menu2.mp4


This command will produce file compatible with DaVinci Resolve 16. You still need to transform color space from HDR to SDR but it's easily done in color tab.
Offline

georgev

  • Posts: 12
  • Joined: Sat Aug 01, 2020 2:14 pm
  • Real Name: George Varnfield

Re: How to import webm video to DaVinci Resolve ?

PostMon Jan 30, 2023 10:47 am

I know I might be a tad late but why not use the "Swiss Army knife" of video transcoder/converters ...

https://handbrake.fr/

Supports webm, mkv, and mp4

https://handbrake.fr/features.php

https://handbrake.fr/downloads.php

https://handbrake.fr/docs/

https://github.com/HandBrake/HandBrake

works with Mac, Windoze :P and Linux

GV

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot], BoundlessRoads, Frank Fischer, Majestic-12 [Bot], panos_mts, Steve Alexander and 299 guests