I’m making an animatic, and want to know how to extract audio from a video and turn it into a file I can insert into a movie making program.

  • IIII@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 years ago

    With ffmpeg installed, you can extract just the audio. Here is a sample command usage:

    ffmpeg -i video_file.mp4 audio_file.mp3

    • IKnowYou@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      I’m trying to download it, but my Chromebook is making the file register as “read only.” How do I fix that?