ffmpeg workaround for AAC support in DaVinci Resolve for Linux

Опубликовано: 30 Октябрь 2021
на канале: Citadel Streaming
4,580
78

Using ffmpeg, you can quickly and easily work around the limitation DaVinci Resolve has with the AAC audio codec not being supported on Linux without having to re-encode the videos you have captured in OBS. This makes it easy for you to capture videos with OBS and then edit them later using your normal workflow.

ffmpeg -i input_video_path_here -vn -acodec flac audio_output_path_here.flac

#DaVinciResolve17 #LinuxVideoEditing