All Projects → Tortar → PowerPointAudio-Extractor

Tortar / PowerPointAudio-Extractor

Licence: MIT license
Python script which extracts and joins audio files from powerpoints

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PowerPointAudio-Extractor

YaEtl
Yet Another ETL in PHP
Stars: ✭ 60 (+400%)
Mutual labels:  extractor, joiner
CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+675%)
Mutual labels:  extractor
gr-eventstream
gr-eventstream is a set of GNU Radio blocks for creating precisely timed events and either inserting them into, or extracting them from normal data-streams precisely. It allows for the definition of high speed time-synchronous c++ burst event handlers, as well as bridging to standard GNU Radio Async PDU messages with precise timing easily.
Stars: ✭ 38 (+216.67%)
Mutual labels:  extractor
jupyterlab powerpoint
Creating PowerPoints from jupyter notebooks and vice versa
Stars: ✭ 19 (+58.33%)
Mutual labels:  powerpoint
electron-video-downloader
A minimal Electron application to download videos, eg from youtube, and associated captions (optional). Uses youtube-dl under the hood.
Stars: ✭ 22 (+83.33%)
Mutual labels:  extractor
RecursiveExtractor
RecursiveExtractor is a .NET Standard 2.0 archive extraction Library, and Command Line Tool which can process 7zip, ar, bzip2, deb, gzip, iso, rar, tar, vhd, vhdx, vmdk, wim, xzip, and zip archives and any nested combination of the supported formats.
Stars: ✭ 109 (+808.33%)
Mutual labels:  extractor
date-extractor
Extract dates from text
Stars: ✭ 58 (+383.33%)
Mutual labels:  extractor
SchemaMapper
A .NET class library that allows you to import data from different sources into a unified destination
Stars: ✭ 41 (+241.67%)
Mutual labels:  powerpoint
ingredients
Extract recipe ingredients from any recipe website on the internet.
Stars: ✭ 96 (+700%)
Mutual labels:  extractor
proc-that
proc(ess)-that - easy extendable ETL tool for Node.js. Written in TypeScript.
Stars: ✭ 25 (+108.33%)
Mutual labels:  extractor
undock
Extract contents of a container image in a local folder
Stars: ✭ 119 (+891.67%)
Mutual labels:  extractor
npk-tools
Mikrotik's NPK files managing tools
Stars: ✭ 63 (+425%)
Mutual labels:  extractor
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (+141.67%)
Mutual labels:  powerpoint
reveal-template
Simple reveal.js template with mathjax support and no node or npm dependencies, just a good old Makefile
Stars: ✭ 20 (+66.67%)
Mutual labels:  powerpoint
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+216.67%)
Mutual labels:  extractor
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (+91.67%)
Mutual labels:  powerpoint
ppt-ndi
A PowerPoint plugin for the NewTek NDI integration
Stars: ✭ 151 (+1158.33%)
Mutual labels:  powerpoint
crohme-data-extractor
A modified extractor for the CROHME handwritten math symbols dataset.
Stars: ✭ 18 (+50%)
Mutual labels:  extractor
RemixIcon-Slides
Remix Icon for PowerPoint and Keynote
Stars: ✭ 50 (+316.67%)
Mutual labels:  powerpoint
OfficeExtractor
Extracts embedded OLE objects from Word, Excel, PowerPoint, Open Office and RTF files without needing the original programs
Stars: ✭ 67 (+458.33%)
Mutual labels:  powerpoint

PowerPointAudio-Extractor

Are you tired to listen to powerpoint audios at normal speed or to extract audio files from it manually ? Use this script !

For each powerpoint in the same folder of the script , it extracts and joins audio files in a single file .wav: you can easily speed up the audio from here.

Don't worry about moving on with the slides: a cute bell sound will warn you ! (you can change the new_slide.wav sound if you don't like it, you just have to mantain the same name for the new file)

Setup

First, if you don't have it, download and install python3 (remember to check the 'add python to PATH' tick box during the installation).

Make sure you have installed pydub module on your computer. You can install it via command prompt with :

> pip install pydub

You need also to download ffmpeg software for your operating system .

If you have Windows, you need to add the absolute path of the bin folder of ffmpeg to the Windows environment variables : you have to modify the variable where the python path is located adding the absolute path of ffmpeg bin folder. For other operating systems the procedure is similar.

Lastly, you need to put your powerpoints(.pptx) inside the py_extractor folder. That's it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].