User Tools

Site Tools


web:newscasts

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
web:newscasts [2008/05/07 09:31]
cedwards
web:newscasts [2009/02/20 13:58] (current)
cedwards The xml should be trackList not tracklist
Line 40: Line 40:
   - Double-click the file Avanti-GUI.exe   - Double-click the file Avanti-GUI.exe
   - Click the Folder Icon beside **Source 1** and locate the file you want to convert.   - Click the Folder Icon beside **Source 1** and locate the file you want to convert.
-  - Click the Folder Icon beside **Destination ** and locate the file you want to convert.  This will name the new file with the proper extension (.flv) for you.  I recommend a date based name such as 20080204 for February 04, 2008.  The year is first because a alphabetic ordering will put the most recent at the end of the list.  It also identifies the file clearly. **Do spaces in filenames**.  It will cause you no end of grief.+  - Click the Folder Icon beside **Destination ** and locate the file you want to convert.  This will name the new file with the proper extension (.flv) for you.  I recommend a date based name such as 20080204 for February 04, 2008.  The year is first because a alphabetic ordering will put the most recent at the end of the list.  It also identifies the file clearly. **Do not put spaces in filenames**.  It will cause you no end of grief.
   - Under ** Destination Audio settings ** change ** Bitrate (kbit/s) ** to 32   - Under ** Destination Audio settings ** change ** Bitrate (kbit/s) ** to 32
   - Under ** Destination Audio settings ** change ** Sample Frequency ** to 22050   - Under ** Destination Audio settings ** change ** Sample Frequency ** to 22050
Line 83: Line 83:
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <playlist version="1" xmlns="http://xspf.org/ns/0/"> <playlist version="1" xmlns="http://xspf.org/ns/0/">
-  <tracklist+  <trackList
-  </tracklist>+  </trackList>
 </playlist> </playlist>
 </code> </code>
Line 122: Line 122:
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <playlist version="1" xmlns="http://xspf.org/ns/0/"> <playlist version="1" xmlns="http://xspf.org/ns/0/">
-  <tracklist>+  <trackList>
     <track>     <track>
       <creator>Newscast</creator>       <creator>Newscast</creator>
Line 129: Line 129:
       <image>/newscast/media/200802.jpg</image>       <image>/newscast/media/200802.jpg</image>
     </track>     </track>
-  </tracklist>+  </trackList>
 </playlist> </playlist>
 </code> </code>
Line 150: Line 150:
       <image>/newscast/media/200802.jpg</image>       <image>/newscast/media/200802.jpg</image>
     </track>     </track>
-  </tracklist>+  </trackList>
 </playlist> </playlist>
 </code> </code>
web/newscasts.1210167096.txt.gz · Last modified: 2008/05/07 09:31 by cedwards