computers:media:encoding:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:media:encoding:start [2008/06/30 18:22] – david | computers:media:encoding:start [2011/05/26 16:45] (current) – david | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Audio ====== | ====== Audio ====== | ||
| + | |||
| + | ===== flac to mp3 ===== | ||
| Conversion of **flac** files to **mp3** files in linux can be done with this shell script I found here online: | Conversion of **flac** files to **mp3** files in linux can be done with this shell script I found here online: | ||
| + | |||
| + | Example Usage: | ||
| + | < | ||
| + | cd / | ||
| + | nice -n 19 flac2mp3.sh /tmp/mp3 standard | ||
| + | </ | ||
| **Requires: | **Requires: | ||
| Line 100: | Line 108: | ||
| * [[http:// | * [[http:// | ||
| + | ===== Mythtv to AVI ===== | ||
| + | |||
| + | Well, I've not had too much success with Mythtv' | ||
| + | |||
| + | - First thing to do is make symbolic links to the recordings so I can copy them all properly named in human readable format. | ||
| + | - [[http:// | ||
| + | - This little bash script that will make symbolic links right where you are <code bash> | ||
| + | #!/bin/bash | ||
| + | for filename in / | ||
| + | do | ||
| + | # windows did not like the colons in the name, so changing to underscores and periods | ||
| + | fname=`mythname.pl --rep=. --subtitle $filename | tr : _ | tr '; | ||
| + | echo " | ||
| + | ln -s $filename $fname | ||
| + | done | ||
| + | exit 0 | ||
| + | </ | ||
| + | - Download everything to your PC with " | ||
| + | - Use this ({{: | ||
| + | - Dump all the files into SUPER and wait a very long time! | ||
| + | |||
| ===== Mythtv to DVD ===== | ===== Mythtv to DVD ===== | ||
computers/media/encoding/start.1214850126.txt.gz · Last modified: by david
