<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Example 1</title><link>https://sourceforge.net/p/perkes-encode/wiki/Example%25201/</link><description>Recent changes to Example 1</description><atom:link href="https://sourceforge.net/p/perkes-encode/wiki/Example%201/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 27 Nov 2016 13:58:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/perkes-encode/wiki/Example%201/feed" rel="self" type="application/rss+xml"/><item><title>Example 1 modified by e-Paul</title><link>https://sourceforge.net/p/perkes-encode/wiki/Example%25201/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,5 @@
+# Example 1: Encoding To flac, mp3 &amp;amp; aac With Default Settings
+
 From a Windows command shell cd to the directory containing the source wav file directory:

    J:\&amp;gt;cd J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">e-Paul</dc:creator><pubDate>Sun, 27 Nov 2016 13:58:58 -0000</pubDate><guid>https://sourceforge.net532dc56e3db2f0617e80c244fff6bde35a7145d4</guid></item><item><title>Example 1 modified by e-Paul</title><link>https://sourceforge.net/p/perkes-encode/wiki/Example%25201/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">e-Paul</dc:creator><pubDate>Sun, 27 Nov 2016 13:53:48 -0000</pubDate><guid>https://sourceforge.netb9f5741ce39e79adfa657bccc64e547185758bd2</guid></item><item><title>Examples modified by e-Paul</title><link>https://sourceforge.net/p/perkes-encode/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,6 @@
    J:\&amp;gt;cd J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence

    J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence&amp;gt;dir/b
-   24-bit FLAC
    cover.jpg
    dreamtheater_sixdegreesofinnertur_748.jpg
    Equipment.txt
@@ -19,7 +18,7 @@
    Tracklist.xls
    WAV

-The info.txt file should contain the id3 tag information:
+This parent directory should contain the album artwork file, "cover.jpg", and the info.txt file containing the id3 tag information:

    J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence&amp;gt;cat info.txt
    Artist: The Dream Theater
@@ -124,7 +123,7 @@
                    ../info.txt
                    ../cover.jpg

-The following command will encode the wave files to flac, mp3 and aac with the default encoding settings:
+The following command will encode the wav files to flac, mp3 and aac files with the default encoding settings. The "-l" switch tells the script that the source is from an LP record and that the default LP comment tag should be used and "[LP]" should be added to the album name. I do this to keep track of which mp3's in my library were encoded from LP records and so that there won't be any conflict with digital albums of the same name that were purchased or encoded from CDs.

    J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence\WAV&amp;gt;encode.pl -lfmz

@@ -252,4 +251,4 @@
            39 finished and unjoined
            0 running and detached

-The default encoding options are flac compression level 8 (the best compression level), mp3 variable bitrate quality 0 (the best variable quality) and aac average bitrate of 320 (the best quality).
+The default encoding options are flac compression level 8 (the best compression level), mp3 variable bitrate quality 0 (the best variable quality) and aac average bitrate of 320 (the best quality). The script prints out detailed progress information and encoding statistics.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">e-Paul</dc:creator><pubDate>Sun, 27 Nov 2016 13:50:10 -0000</pubDate><guid>https://sourceforge.net27c9e15513d10690b5b401dad56a5151773a673f</guid></item><item><title>Examples modified by e-Paul</title><link>https://sourceforge.net/p/perkes-encode/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From a Windows command shell cd to the directory containing the source wav file directory:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;J:\&amp;gt;cd J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence

J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence&amp;gt;dir/b
24-bit FLAC
cover.jpg
dreamtheater_sixdegreesofinnertur_748.jpg
Equipment.txt
info.txt
save.csv
Six Degrees Of Inner Turbulence (Disc 1, Raw).wav
Six Degrees Of Inner Turbulence (Disc 1, Raw).wav.reapeaks
Six Degrees Of Inner Turbulence (Disc 2, Raw).wav
Six Degrees Of Inner Turbulence (Disc 2, Raw).wav.reapeaks
Six Degrees Of Inner Turbulence.RPP
Six Degrees Of Inner Turbulence.RPP-bak
tracklist.csv
Tracklist.xls
WAV
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The info.txt file should contain the id3 tag information:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence&amp;gt;cat info.txt
Artist: The Dream Theater
Album: Six Degrees Of Inner Turbulence
Year: 2001
Genre: Progressive Metal
*
01 The Glass Prison
02 Blind Faith

03 Misunderstood
04 The Great Debate

05 Disappear
06 I. Overture
07 II. About To Crash
08 III. War Inside My Head
09 IV. The Test That Stumped Them All

10 V. Goodnight Kiss
11 VI. Solitary Shell
12 VII. About To Crash (Reprise
13 VIII. Losing Time / Grand Finale
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Blank lines in info.txt are ignored. In this example I have used blank lines to deliniate the sides of the double album.&lt;/p&gt;
&lt;p&gt;cd to the directory containing the source wave files:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence&amp;gt;cd WAV

J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence\WAV&amp;gt;dir/b
01 The Glass Prison.wav
02 Blind Faith.wav
03 Misunderstood.wav
04 The Great Debate.wav
05 Disappear.wav
06 I. Overture.wav
07 II. About To Crash.wav
08 III. War Inside My Head.wav
09 IV. The Test That Stumped Them All.wav
10 V. Goodnight Kiss.wav
11 VI. Solitary Shell.wav
12 VII. About To Crash (Reprise.wav
13 VIII. Losing Time _ Grand Finale.wav
cover.jpg
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The "-h" switch to the encode.pl script will print out the script help:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="x"&gt;J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence\WAV&amp;gt;encode.pl -h&lt;/span&gt;
&lt;span class="x"&gt;encode.pl v6.19 (2016-11-27 Paul Rolan Perkes)&lt;/span&gt;

&lt;span class="x"&gt;Usage:&lt;/span&gt;
&lt;span class="x"&gt;        encode.pl [-c n ] [-v n] [*.wav]&lt;/span&gt;

&lt;span class="x"&gt;Examples (defaults):&lt;/span&gt;

&lt;span class="x"&gt;        encode.pl&lt;/span&gt;

&lt;span class="x"&gt;        encode.pl -v 0 *.wav      (default)&lt;/span&gt;

&lt;span class="x"&gt;        encode.pl -c 128 test.wav&lt;/span&gt;

&lt;span class="x"&gt;        encode.pl -w -o "../RAW" *.flac&lt;/span&gt;

&lt;span class="x"&gt;        -S      use standard options: -l -f -m -p&lt;/span&gt;
&lt;span class="x"&gt;        -V      print version number&lt;/span&gt;
&lt;span class="x"&gt;        -h      print help &lt;/span&gt;&lt;span class="err"&gt;{&lt;/span&gt;&lt;span class="x"&gt;this}&lt;/span&gt;
&lt;span class="x"&gt;        -o dir  set output directory to dir (default "../MP3/")&lt;/span&gt;
&lt;span class="x"&gt;        -m      encode wav to mp3&lt;/span&gt;
&lt;span class="x"&gt;        -c n    lame constant bitrate n&lt;/span&gt;
&lt;span class="x"&gt;        -v n    lame variable bitrate quality n [0..9] (default 0)&lt;/span&gt;
&lt;span class="x"&gt;        -f      encode wav to flac&lt;/span&gt;
&lt;span class="x"&gt;        -F n    set flac compression level to n [0..8] (default 8)&lt;/span&gt;
&lt;span class="x"&gt;        -z      encode wav to aac&lt;/span&gt;
&lt;span class="x"&gt;        -Z n    aac average bitrate n (default 320)&lt;/span&gt;
&lt;span class="x"&gt;        -g      encode wav to ogg vorbis&lt;/span&gt;
&lt;span class="x"&gt;        -G      set ogg quality [-2..10] (default 8)&lt;/span&gt;
&lt;span class="x"&gt;        -w      decode flac to wav&lt;/span&gt;
&lt;span class="x"&gt;        -W      decode mp3 to wav&lt;/span&gt;
&lt;span class="x"&gt;        -T n    use up to n threads (default 6)&lt;/span&gt;
&lt;span class="x"&gt;        -C str  use string str for id3 comment tag&lt;/span&gt;
&lt;span class="x"&gt;        -l      use "Encoded from LP Record by Paul R. Perkes" as id3 comment tag&lt;/span&gt;
&lt;span class="x"&gt;                and append " [LP]" to album name&lt;/span&gt;
&lt;span class="x"&gt;        -k      use "Encoded from Cassette Tape by Paul R. Perkes" as id3 comment tag&lt;/span&gt;
&lt;span class="x"&gt;                and append " [CASS]" to album name&lt;/span&gt;
&lt;span class="x"&gt;        -B str  use string str for albumartist (TPE2) id3 tag&lt;/span&gt;
&lt;span class="x"&gt;        -K      tag album as a compilation (TCMP)&lt;/span&gt;
&lt;span class="x"&gt;        -X      perform verification &lt;/span&gt;&lt;span class="err"&gt;{&lt;/span&gt;&lt;span class="x"&gt;flac only, VERY slow}&lt;/span&gt;
&lt;span class="x"&gt;        -d      debug mode - turn off silent encoding/decoding &lt;/span&gt;&lt;span class="err"&gt;{&lt;/span&gt;&lt;span class="x"&gt;verbose}&lt;/span&gt;
&lt;span class="x"&gt;        -M      debug mode - print out encoding commands&lt;/span&gt;
&lt;span class="x"&gt;        -t      test mode - don't actually encode/decode&lt;/span&gt;
&lt;span class="x"&gt;        -a str  append string str to output filenames&lt;/span&gt;
&lt;span class="x"&gt;        -q      operate silently (quiet)&lt;/span&gt;
&lt;span class="x"&gt;        -A      extract artist from track name "artist - track name"&lt;/span&gt;
&lt;span class="x"&gt;        -p      copy mp3's to "D:/My Music/Artist/&lt;/span&gt;&lt;span class="p"&gt;$&lt;/span&gt;&lt;span class="nv"&gt;tag&lt;/span&gt;&lt;span class="err"&gt;{&lt;/span&gt;&lt;span class="x"&gt;Artist}/&lt;/span&gt;&lt;span class="p"&gt;$&lt;/span&gt;&lt;span class="nv"&gt;tag&lt;/span&gt;&lt;span class="err"&gt;{&lt;/span&gt;&lt;span class="x"&gt;Album}/"&lt;/span&gt;
&lt;span class="x"&gt;        -P dir  copy mp3's to root directory dir (implies -p)&lt;/span&gt;
&lt;span class="x"&gt;        -R str  use argument str as the artist name for mp3 destination (implies -p)&lt;/span&gt;
&lt;span class="x"&gt;        -i img  use image file img&lt;/span&gt;

&lt;span class="x"&gt;        For encodig assumes the existence of:&lt;/span&gt;

&lt;span class="x"&gt;                ../info.txt&lt;/span&gt;
&lt;span class="x"&gt;                ../cover.jpg&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The following command will encode the wave files to flac, mp3 and aac with the default encoding settings:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;J:\Raw Audio\Dream Theater\Six Degrees Of Inner Turbulence\WAV&amp;gt;encode.pl -lfmz

================================================================================
encode.pl v6.19 (2016-11-27 Paul Rolan Perkes)
================================================================================

start: Sun Nov 27 06:27:38 2016

processing using up to 6 threads
using image file = "../cover.jpg"
reading "../info.txt"
Artist = The Dream Theater
Album = Six Degrees Of Inner Turbulence [LP]
Year = 2001
Genre = Progressive Metal
Comment = Encoded from LP Record by Paul R. Perkes
01 The Glass Prison
02 Blind Faith
03 Misunderstood
04 The Great Debate
05 Disappear
06 I. Overture
07 II. About To Crash
08 III. War Inside My Head
09 IV. The Test That Stumped Them All
10 V. Goodnight Kiss
11 VI. Solitary Shell
12 VII. About To Crash (Reprise
13 VIII. Losing Time / Grand Finale

--------------------------------------------------------------------------------

flac encoding...

file pattern = *.wav
flac 1.3.1
flac compression level = 8
output directory = ../24-bit FLAC/
encoding: 01 The Glass Prison.wav --&amp;gt; 01 The Glass Prison.flac
encoding: 02 Blind Faith.wav --&amp;gt; 02 Blind Faith.flac
encoding: 03 Misunderstood.wav --&amp;gt; 03 Misunderstood.flac
encoding: 04 The Great Debate.wav --&amp;gt; 04 The Great Debate.flac
encoding: 05 Disappear.wav --&amp;gt; 05 Disappear.flac
encoding: 06 I. Overture.wav --&amp;gt; 06 I. Overture.flac
encoding: 07 II. About To Crash.wav --&amp;gt; 07 II. About To Crash.flac
encoding: 08 III. War Inside My Head.wav --&amp;gt; 08 III. War Inside My Head.flac
encoding: 09 IV. The Test That Stumped Them All.wav --&amp;gt; 09 IV. The Test That Stumped Them All.flac
encoding: 10 V. Goodnight Kiss.wav --&amp;gt; 10 V. Goodnight Kiss.flac
encoding: 11 VI. Solitary Shell.wav --&amp;gt; 11 VI. Solitary Shell.flac
encoding: 12 VII. About To Crash (Reprise.wav --&amp;gt; 12 VII. About To Crash (Reprise.flac
encoding: 13 VIII. Losing Time _ Grand Finale.wav --&amp;gt; 13 VIII. Losing Time _ Grand Finale.flac

flac compressed size =  75.9%
flac encoding time = 43 seconds
throughput =  36.9 MB/sec

--------------------------------------------------------------------------------

mp3 encoding...

file pattern = *.wav
LAME 64bits version 3.99.5
lame bitrate = -V 0
output directory = ../MP3/
encoding: 01 The Glass Prison.wav --&amp;gt; 01 The Glass Prison.mp3
encoding: 02 Blind Faith.wav --&amp;gt; 02 Blind Faith.mp3
encoding: 03 Misunderstood.wav --&amp;gt; 03 Misunderstood.mp3
encoding: 04 The Great Debate.wav --&amp;gt; 04 The Great Debate.mp3
encoding: 05 Disappear.wav --&amp;gt; 05 Disappear.mp3
encoding: 06 I. Overture.wav --&amp;gt; 06 I. Overture.mp3
encoding: 07 II. About To Crash.wav --&amp;gt; 07 II. About To Crash.mp3
encoding: 08 III. War Inside My Head.wav --&amp;gt; 08 III. War Inside My Head.mp3
encoding: 09 IV. The Test That Stumped Them All.wav --&amp;gt; 09 IV. The Test That Stumped Them All.mp3
encoding: 10 V. Goodnight Kiss.wav --&amp;gt; 10 V. Goodnight Kiss.mp3
encoding: 11 VI. Solitary Shell.wav --&amp;gt; 11 VI. Solitary Shell.mp3
encoding: 12 VII. About To Crash (Reprise.wav --&amp;gt; 12 VII. About To Crash (Reprise.mp3
encoding: 13 VIII. Losing Time _ Grand Finale.wav --&amp;gt; 13 VIII. Losing Time _ Grand Finale.mp3

mp3 compressed size =  11.7%
mp3 encoding time = 45 seconds
throughput =  35.3 MB/sec

--------------------------------------------------------------------------------

aac encoding...

file pattern = *.wav
FAAC 1.28
aac bitrate = -b 320
output directory = ../AAC/
encoding: 01 The Glass Prison.wav --&amp;gt; 01 The Glass Prison.m4a
encoding: 02 Blind Faith.wav --&amp;gt; 02 Blind Faith.m4a
encoding: 03 Misunderstood.wav --&amp;gt; 03 Misunderstood.m4a
encoding: 04 The Great Debate.wav --&amp;gt; 04 The Great Debate.m4a
encoding: 05 Disappear.wav --&amp;gt; 05 Disappear.m4a
encoding: 06 I. Overture.wav --&amp;gt; 06 I. Overture.m4a
encoding: 07 II. About To Crash.wav --&amp;gt; 07 II. About To Crash.m4a
encoding: 08 III. War Inside My Head.wav --&amp;gt; 08 III. War Inside My Head.m4a
encoding: 09 IV. The Test That Stumped Them All.wav --&amp;gt; 09 IV. The Test That Stumped Them All.m4a
encoding: 10 V. Goodnight Kiss.wav --&amp;gt; 10 V. Goodnight Kiss.m4a
encoding: 11 VI. Solitary Shell.wav --&amp;gt; 11 VI. Solitary Shell.m4a
encoding: 12 VII. About To Crash (Reprise.wav --&amp;gt; 12 VII. About To Crash (Reprise.m4a
encoding: 13 VIII. Losing Time _ Grand Finale.wav --&amp;gt; 13 VIII. Losing Time _ Grand Finale.m4a

aac compressed size =  11.6%
aac encoding time = 64 seconds
throughput =  24.8 MB/sec

--------------------------------------------------------------------------------

end: Sun Nov 27 06:30:10 2016

total processing time = 152 seconds

13 flac files written to "../24-bit FLAC/" with  75.9% compressed size.
13 mp3 files written to "../MP3/" with  11.7% compressed size.
13 aac files written to "../AAC/" with  11.6% compressed size.

Perl exited with active threads:
        0 running and unjoined
        39 finished and unjoined
        0 running and detached
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The default encoding options are flac compression level 8 (the best compression level), mp3 variable bitrate quality 0 (the best variable quality) and aac average bitrate of 320 (the best quality).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">e-Paul</dc:creator><pubDate>Sun, 27 Nov 2016 13:37:31 -0000</pubDate><guid>https://sourceforge.net365e73291818336c8840f47a54e0b52d01af3757</guid></item></channel></rss>