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/08/06 17:00] – david | computers:media:encoding:start [2011/05/26 16:45] (current) – david | ||
---|---|---|---|
Line 108: | 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.1218042017.txt.gz · Last modified: 2008/08/06 17:00 by david