Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerSchill committed Dec 16, 2016
1 parent 61f8eeb commit 32c58a0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# Udacity-Video-Processor
Script for taking downloaded Udacity video files and combine them into a format that is ideal for importing to media libraries.

## Getting Started

## Requirements

* Powershell 5.0 or later
* MacOS, Windows, Linux
* ffmpeg


## Instructions

1. Clone or download this repository.
2. Download ffmpeg for your platform from https://ffmpeg.org/download.html and extract into ./bin.
3. Download the Udacity video archive to the ./src folder and extract.
4. Run bin/Process-Videos.ps1 from Windows Powershell.
5. Final videos will be placed in ./out.
6. Import videos into your media Library. For some libraries, like iTunes, you will want to edit the media type and change it to "TV Show" to get the full benefits of the tags.


## Known Issues

## Support

Please use the GitHub [issue tracker](https://github.com/PowerSchill/Udacity-Video-Processor/issues) to submit issues or requests for new features. Screenshots and/or log outputs would be very helpful.

## Credit

0 comments on commit 32c58a0

Please sign in to comment.