<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Parallel on Public Notes</title>
    <link>https://blog.cue4net.com/tags/parallel/</link>
    <description>Recent content in Parallel on Public Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 12 Sep 2024 08:40:39 +0200</lastBuildDate>
    <atom:link href="https://blog.cue4net.com/tags/parallel/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Batch Extract Audio From Video</title>
      <link>https://blog.cue4net.com/posts/batch-extract-audio-from-video/</link>
      <pubDate>Thu, 12 Sep 2024 08:40:39 +0200</pubDate>
      <guid>https://blog.cue4net.com/posts/batch-extract-audio-from-video/</guid>
      <description>Batch Extract Audio from Video The challenge was to extract the first audio track from a video file in all video files in a given folder. To do this efficiently and utilizing multiple CPU cores in parallel, I installed Parallel in Ubuntu:&#xA;sudo apt install parallel with the following script the passed folder as parameter will be scanned for mp4 files and every file&amp;rsquo;s first audio track will be extracted as m4a file: I made detailed comments on each line to explain exactly what it does.</description>
    </item>
  </channel>
</rss>
