Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

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

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostMon May 10, 2021 5:08 pm

I downloaded two videos from my Wyze v2 cam (4.9.6.241) to my iPhone photo album, and then AirDropped them to my Mac (10.14.6) so I could put them together. There I imported them into DaVinci Resolve (17.1.1), and some bizarre bug resulted in the audio turning into what sounds like a Nintendo soundtrack :D :D

This is my first post, so I can't post URLs, but you can replace the DOTs with .s, or perhaps some kind soul can comment on this with the corrected URLs:

https://wwwDOTyoutubeDOTcom/watch?v=lKhKscwpFqI

The 2 original video files are here:

https://wwwDOTkanDOTorg/download/GraymondAscends.MP4

https://wwwDOTkanDOTorg/download/Graymo ... Whisps.MP4

The original video files play properly in QT Player (10.5) or VLC (3.0.12). VLC reports the audio as 16-bit, 8 kHz mono PCM ALAW (alaw). When imported into DaVinci the audio goes adorably awry!

I'm curious if this is a repeatable bug.

edit: fixed "alaw" (stupid auto-correct!)
Last edited by TheWaterbug on Wed May 12, 2021 7:48 pm, edited 1 time in total.
Offline

smunaut

  • Posts: 524
  • Joined: Sat Jan 30, 2021 6:15 pm
  • Real Name: Sylvain Munaut

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostTue May 11, 2021 9:18 am


https://www.kan.org/download/GraymondAscends.MP4
https://www.kan.org/download/GraymondDropsWhisps.MP4


Don't have a solution, obviously resolve doesn't like that audio codec so you'd have to convert it to something else. (no need to convert the video, just the audio).

For instance with ffmpeg :

Code: Select all
ffmpeg -i GraymondAscends.MP4 -c:v copy -ar 48000 -c:a pcm_s24le GraymondAscends.mov
Resolve Studio - Ryzen 5800X3D - AMD RX6600 / NVidia RTX 4070 (switching between the 2) - Linux
Offline

RikshaDriver

  • Posts: 653
  • Joined: Sun Aug 12, 2018 10:08 am
  • Location: Melbourne
  • Real Name: Asim Siddiqui

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostTue May 11, 2021 10:00 am

You've discovered a hidden plugin. The undocumented nintendoFX feature :lol:
GitHub Projects: https://github.com/xtremestuff/
Commercial Plugins: https://xtremestuff.net/store/
Offline

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostWed May 12, 2021 7:46 pm

RikshaDriver wrote:You've discovered a hidden plugin. The undocumented nintendoFX feature :lol:


:lol: :lol:
Offline

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostWed May 12, 2021 7:47 pm

smunaut wrote:Don't have a solution, obviously resolve doesn't like that audio codec so you'd have to convert it to something else. (no need to convert the video, just the audio).

For instance with ffmpeg :

Code: Select all
ffmpeg -i GraymondAscends.MP4 -c:v copy -ar 48000 -c:a pcm_s24le GraymondAscends.mov


Thanks for the tip, and for posting my links.

Is there a place to submit a bug request?

Is 16-bit, 8 kHz mono PCM ALAW (alaw) a common codec/format for audio that Resolve should be . . . resolving?
Offline

smunaut

  • Posts: 524
  • Joined: Sat Jan 30, 2021 6:15 pm
  • Real Name: Sylvain Munaut

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostWed May 12, 2021 10:02 pm

I've never seen that codec used before ... didn't even know you could do 16 bit non linear ...
Resolve Studio - Ryzen 5800X3D - AMD RX6600 / NVidia RTX 4070 (switching between the 2) - Linux
Offline

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostThu May 13, 2021 7:29 pm

smunaut wrote:I've never seen that codec used before ... didn't even know you could do 16 bit non linear ...


I wondered whether VLC was reporting it correctly, so I tried ffplay:

Code: Select all
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/steven/Desktop/temp/DeleteMe/GraymondAscends.MP4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: mp42isom
  Duration: 00:00:36.80, start: 0.000000, bitrate: 786 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 722 kb/s, 15 fps, 15 tbr, 90k tbn, 30 tbc (default)
    Metadata:
      encoder         : JVT/AVC Coding
    Stream #0:1(und): Audio: pcm_alaw (alaw / 0x77616C61), 8000 Hz, 1 channels, s16, 64 kb/s (default)
   3.07 A-V: -0.023 fd=  19 aq=   15KB vq=  167KB sq=    0B f=0/0   
Offline
User avatar

Charles Bennett

  • Posts: 7735
  • Joined: Sat Nov 05, 2016 11:55 am
  • Location: United Kingdom

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostThu May 13, 2021 7:57 pm

Resolve will not read an 8khz audio file and automatically resample it to 48k. You will have to do it in something like Handbrake or Shutter Encoder.
Resolve Studio 20.0 build 49
Dell XPS 8700 i7-4790, 24GB RAM, 2 x Evo SSDs, GTX1060/6GB (572.16 Studio Driver), Win10 Home, Speed Editor, Faderport 1, Calibrated Eizo ColorEdge CS230 + BenQ & Samsung monitors for UI, Canon C100mk2, Zoom H2n.
Offline

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostThu May 13, 2021 10:50 pm

smunaut wrote:
Code: Select all
ffmpeg -i GraymondAscends.MP4 -c:v copy -ar 48000 -c:a pcm_s24le GraymondAscends.mov


Yup! After a quick transcode, Resolve can import them properly:

Offline

TheWaterbug

  • Posts: 26
  • Joined: Mon May 10, 2021 5:02 pm
  • Real Name: Steven Kan

Re: Wyze v2–>iPhone–>Mac–>DVResolve=Nintendo Soundtrack :D

PostFri May 14, 2021 12:22 am

TheWaterbug wrote:Is there a place to submit a bug request?

Is 16-bit, 8 kHz mono PCM ALAW (alaw) a common codec/format for audio that Resolve should be . . . resolving?


The recent update to 17.2 does not fix this bug/omission.

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot] and 169 guests