User Tools

Site Tools


computers:media:encoding:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:media:encoding:start [2011/03/12 18:29] davidcomputers:media:encoding:start [2011/05/26 16:45] (current) david
Line 118: Line 118:
 for filename in /var/lib/mythtv/recordings/*.mpg for filename in /var/lib/mythtv/recordings/*.mpg
 do do
-  fname=`mythname.pl --rep=. --subtitle $filename`+  # windows did not like the colons in the name, so changing to underscores and periods 
 +  fname=`mythname.pl --rep=. --subtitle $filename | tr : _ | tr ';.' .`.mpg
   echo "Linking $filename to $fname"   echo "Linking $filename to $fname"
   ln -s $filename $fname   ln -s $filename $fname
Line 125: Line 126:
 </code> </code>
   - Download everything to your PC with "Super" on it   - Download everything to your PC with "Super" on it
-  - Use this configuration for transcoding+  - Use this ({{:computers:media:encoding:super_transcodearthursettings.png?64|}}) configuration for transcoding 
   - Dump all the files into SUPER and wait a very long time!   - Dump all the files into SUPER and wait a very long time!
  
computers/media/encoding/start.1299954584.txt.gz · Last modified: 2011/03/12 18:29 by david