<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>flummery</title>
  <link>https://flummery.dreamwidth.org/</link>
  <description>flummery - Dreamwidth Studios</description>
  <lastBuildDate>Sat, 12 Sep 2015 20:24:17 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>flummery</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/4512257/58151</url>
    <title>flummery</title>
    <link>https://flummery.dreamwidth.org/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/31753.html</guid>
  <pubDate>Sat, 12 Sep 2015 20:24:17 GMT</pubDate>
  <title>converting MKV to MP4 (Windows)</title>
  <link>https://flummery.dreamwidth.org/31753.html</link>
  <description>I&apos;m writing this down mostly so I don&apos;t forget it, but figured it might be helpful for other people as well. CAVEAT: I&apos;ve been using this method for a whopping 2 hours now. I cannot do any sort of troubleshooting for it, and I have no idea if it&apos;s the easiest/best method out there. It&apos;s just the first one I tried that worked pretty well and pretty quickly, so I said &quot;good enough!&quot; and am sticking with it, at least for now.&lt;br /&gt;&lt;br /&gt;I did try VLC first, which worked, but took a really long time, and stripped the audio. Which would be a bonus if I was only looking for a viddable mp4, but I wanted a watchable version first. Still, if you just want to do some conversions with familiar software, VLC will totally work.&lt;br /&gt;&lt;br /&gt;I got impatient, and went hunting, and stumbled over a video on Youtube where someone went through all the steps they used, including links to where they found their software. He didn&apos;t have audio, so wrote the steps up in a text doc as he went along, which worked for me, but YMMV. (I&apos;ve embedded the video below.)&lt;br /&gt;&lt;br /&gt;This process needs three pieces of software (all links go to videohelp.com): &lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.videohelp.com/software/MKVcleaver#features&quot;&gt;MKVcleaver&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.videohelp.com/software/mkvtoolnix&quot;&gt;MKVToolNix&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://www.videohelp.com/software/My-MP4Box-GUI&quot;&gt;My MP4Box GUI&lt;/a&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Download, extract if needed, and install all three. (As I write this, My MP4Box GUI comes zipped; the other two don&apos;t. This is different from the embedded video, so clearly things shift around from time to time.)&lt;br /&gt;&lt;br /&gt;Once you&apos;ve got them all installed, here are the steps:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open MKVcleaver&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;At the top right, there&apos;s a button that says &quot;Locate MKVToolNix&quot;. Click that, and browse to your installed MKVToolNix &lt;strong&gt;folder&lt;/strong&gt; (don&apos;t drill down to a specific component; you want the entire folder here).&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;That&apos;s all you need to do with MKVToolNix - it just runs in the background of MKVcleaver. You won&apos;t need to set this up again unless you move the folder.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;At the top left, there&apos;s a button that says &quot;Open MKV files to process&quot;. Click that, and browse to the first MKV file you want to convert.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you want to batch convert a bunch of files, keep adding files till you have everything you want.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;The files you include will show up in the left-hand pane. The right-hand pane will give you options on what you want to extract. I wanted video and audio, so I chose Video Track 1 and Audio Track 1.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you&apos;ve selected a batch of files to work with, whatever you pick in the right-hand pane will apply to everything. The program will skip any file that doesn&apos;t include everything you&apos;ve asked it to extract.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;Set your output directory below the left-hand pane. If you leave this blank, it will automatically save your files to the same directory/ies they came from.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click &quot;Extract Tracks !&quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for it to finish (but it doesn&apos;t take that long).&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;This gives you demuxed (split) audio (ac3) and video (h.264) files. You need to mux (combine) them to get a working mp4. Even if you only extracted the video, you&apos;ll need to run it through a muxer to use the file.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open My MP4Box GUI. It should open on the &quot;Mux&quot; tab, which is the one you want.&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Click &quot;Add&quot; to add a track. You can only add one track at a time.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;To mux files individually:&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Add whatever tracks were extracted from the original MKV (for me, that meant one video and one audio file per original MKV)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click the &quot;Mux&quot; button at the bottom.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Wait for the process to finish, then click &quot;Clear&quot; to clear the list of files, and &quot;Add&quot; to add your next file(s).&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;To mux multiple files at once:&lt;/li&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Add whatever tracks were extracted from the first original MKV (for me, that meant one video and one audio file per original MKV)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click the &quot;Add to Queue&quot; button at the bottom.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;A second box will pop open, showing the export path for the muxed file you want.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In the main box, your file name(s) will vanish, letting you move straight to adding the file(s) for the next one you want.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;When you have everything you want queued up, click &quot;Start&quot; in the Queue popup box.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The file(s) will automatically export to the same directory/ies the demuxed file(s) came from. &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt; &lt;br /&gt;You should now have working mp4 files that match the original mkv quality. \o/&lt;br /&gt;&lt;br /&gt;The batching works well in both programs, and speeds things up considerably.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/31753.html#cutid1&quot;&gt;12-minute Youtube tutorial&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=31753&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/31753.html</comments>
  <category>tools</category>
  <category>vidding</category>
  <category>tech</category>
  <category>software</category>
  <category>converting</category>
  <category>mkv</category>
  <lj:security>public</lj:security>
  <lj:reply-count>5</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/31585.html</guid>
  <pubDate>Sun, 09 Aug 2015 15:23:23 GMT</pubDate>
  <title>Vividcon Premiere: I Lived, MCU</title>
  <link>https://flummery.dreamwidth.org/31585.html</link>
  <description>If it&apos;s August, it must be Vividcon. And that means a new vid from Flummery. \o/ As always, feedback/comments/crit of any sort are most welcome.&lt;br /&gt;&lt;br /&gt;Title: I Lived&lt;br /&gt;Song Artist: OneRepublic&lt;br /&gt;Vidder: Flummery&lt;br /&gt;Website: &lt;a href=&quot;http://www.flummery.org&quot;&gt;http://www.flummery.org&lt;/a&gt;&lt;br /&gt;Fandom: MCU (Steve/Peggy)&lt;br /&gt;Length: 03:38&lt;br /&gt;Summary: Life goes on.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/31585.html#cutid1&quot;&gt;Streaming version&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Also on &lt;a href=&quot;http://archiveofourown.org/works/4558557&quot;&gt;AO3&lt;/a&gt; and &lt;a href=&quot;http://pureflummery.tumblr.com/post/126259244744/vividcon-premiere-i-lived-mcu-if-its-august-it&quot;&gt;Tumblr&lt;/a&gt;! Reblogging is love &amp;lt;3&lt;br /&gt;&lt;br /&gt;Normal Downloads (all mp4)&lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/lived/I_Lived1280_mcu_flummery.mp4&quot;&gt;1280 x 720, 161 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/lived/I_Lived640_mcu_flummery.mp4&quot;&gt;640 x 480, 66.5 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Super-huge HD download&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/lived/I_Lived1920_mcu_flummery.mp4&quot;&gt;1920 x 1080, 720 MB&lt;/a&gt; (Please note, this is a huge version, please don&apos;t download unless you are really sure you want something this big. We recommend the 1280 version unless you need this level of quality.)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=31585&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/31585.html</comments>
  <category>marvel cinematic universe</category>
  <category>vividcon</category>
  <category>fanvid</category>
  <category>mcu</category>
  <category>vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>39</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/31412.html</guid>
  <pubDate>Sun, 10 Aug 2014 18:49:18 GMT</pubDate>
  <title>VividCon Premiere: Every Day Is Exactly the Same</title>
  <link>https://flummery.dreamwidth.org/31412.html</link>
  <description>It&apos;s Vividcon 2014!  Time for a New Vid!&lt;br /&gt;&lt;br /&gt;We are having some problems streaming from our own website this year, but all files are available there in download form, and the streaming version here is linked from YouTube.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Title:&lt;/b&gt; Every Day is Exactly the Same&lt;br /&gt;&lt;b&gt;Song Artist:&lt;/b&gt; Nine Inch Nails&lt;br /&gt;&lt;b&gt;Vidder:&lt;/b&gt; Seah&lt;br /&gt;&lt;b&gt;Website:&lt;/b&gt; &lt;a href=&quot;http://www.flummery.org&quot;&gt;http://www.flummery.org&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Fandom:&lt;/b&gt; Walking Dead&lt;br /&gt;&lt;b&gt;Content Notes:&lt;/b&gt; violence, gore, child harm&lt;br /&gt;&lt;b&gt;Summary:&lt;/b&gt; Same shit, different day&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/31412.html#cutid1&quot;&gt;Streaming Version&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://archiveofourown.org/works/2113008&quot;&gt;Also Available at AO3!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Normal Downloads (all mp4)&lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flummery.org/everyday/everyday1280_wd_flummery.mp4&quot;&gt;1280 x 720, 161 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flummery.org/everyday/everyday720_wd_flummery.mp4&quot;&gt;720 x 480, 66.5 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Super-huge HD download&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flummery.org/everyday/everyday1920_wd_flummery.mp4&quot;&gt;1920 x 1080, 1070 MB&lt;/a&gt;  (Please note, this is a huge version, please don&apos;t download unless you are really sure you want something this big.  We recommend the 1280 version unless you need this level of quality)&lt;br /&gt;&lt;br /&gt;We will update later with the lyrics!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=31412&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/31412.html</comments>
  <category>content warning</category>
  <category>fanvid</category>
  <category>vividcon</category>
  <category>vids</category>
  <category>walking dead</category>
  <lj:music>Every Day Is Exactly The Same</lj:music>
  <lj:mood>inviderated</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/30844.html</guid>
  <pubDate>Sun, 18 Aug 2013 03:36:09 GMT</pubDate>
  <title>New vid! Some Nights (Person of Interest), VVC premiere</title>
  <link>https://flummery.dreamwidth.org/30844.html</link>
  <description>If we&apos;re posting, it must be Vividcon! \o/ (we should post more here...)&lt;br /&gt;&lt;br /&gt;This was our Premieres vid this year. As always, feedback of any sort, including crit, is warmly welcomed.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Title:&lt;/strong&gt; Some Nights&lt;br /&gt;&lt;strong&gt;Song Artist:&lt;/strong&gt; .fun&lt;br /&gt;&lt;strong&gt;Vidders:&lt;/strong&gt; Flummery&lt;br /&gt;&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href=&quot;http://flummery.org&quot;&gt;http://flummery.org&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Fandom:&lt;/strong&gt; Person of Interest&lt;br /&gt;&lt;strong&gt;Length:&lt;/strong&gt; 04:22&lt;br /&gt;&lt;strong&gt;Summary:&lt;/strong&gt; Team Machine&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/30844.html#cutid1&quot;&gt;Streaming&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Normal downloads (all mp4)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;  &lt;a href=&quot;http://flummery.org/somenights/somenights1280_poi_flummery.mp4&quot; title=&quot;Some Nights 1280x720&quot;&gt; 1280 x 720, 158 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  &lt;a href=&quot;http://flummery.org/somenights/somenights720_poi_flummery.mp4&quot; title=&quot;Some Nights 720x480&quot;&gt; 720 x 480, 100 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  &lt;a href=&quot;http://flummery.org/somenights/somenights640_poi_flummery.mp4&quot; title=&quot;Some Nights 640x360&quot;&gt; 640 x 360, 37 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  &lt;a href=&quot;http://flummery.org/somenights/somenights400_poi_flummery.mp4&quot; title=&quot;Some Nights 400x224&quot;&gt; 400 x 224, 13 MB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Super-huge HD download (mp4)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;  &lt;a href=&quot;http://flummery.org/somenights/somenights1920_poi_flummery.mp4&quot; title=&quot;Some Nights 1920x1080&quot;&gt; 1920 x 1080, 945 MB&lt;/a&gt; (nb: None of this is a typo, this version is HUGE, don&apos;t dl unless you are sure you want it.)&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___2&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/30844.html#cutid2&quot;&gt;Lyrics&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___2&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=30844&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/30844.html</comments>
  <category>vividcon</category>
  <category>vividcon vids</category>
  <category>person of interest</category>
  <category>vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>21</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/30282.html</guid>
  <pubDate>Tue, 19 Feb 2013 00:57:08 GMT</pubDate>
  <title>Vidding with iTunes Episodes</title>
  <link>https://flummery.dreamwidth.org/30282.html</link>
  <description>Thing 2 has posted a brief overview of using iTunes source to vid &lt;a href=&quot;http://therienne.dreamwidth.org/99925.html&quot;&gt;over at her journal.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=30282&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/30282.html</comments>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/30179.html</guid>
  <pubDate>Mon, 27 Aug 2012 17:45:29 GMT</pubDate>
  <title>where to find Flummery vids</title>
  <link>https://flummery.dreamwidth.org/30179.html</link>
  <description>We have kinda finally joined the 21st century, and have gotten a Youtube channel, tumblr, and twitter; &quot;flummery&quot; was taken pretty much everywhere, so we went with &quot;pureflummery&quot; across the board.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://youtube.com/pureflummery&quot;&gt;Youtube&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://pureflummery.tumblr.com/&quot;&gt;Tumblr&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://twitter.com/pureflummery&quot;&gt;Twitter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;All our vids will stay available on &lt;a href=&quot;http://flummery.org&quot;&gt;our website&lt;/a&gt;, with handy built-in streaming, but we figured it was time to branch out a bit again as well.&lt;br /&gt;&lt;br /&gt;We&apos;ll be slowly adding our vids to youtube and putting them on tumblr from there; right now all that&apos;s up there are this year&apos;s Vividcon premieres.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=30179&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/30179.html</comments>
  <category>pureflummery</category>
  <category>where to find us</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/29793.html</guid>
  <pubDate>Mon, 27 Aug 2012 16:02:59 GMT</pubDate>
  <title>Clip notes for &quot;Sexy and I Know It&quot;</title>
  <link>https://flummery.dreamwidth.org/29793.html</link>
  <description>We promised a list of what clips came from what sources, so here it is! We&apos;ve got episode titles for tv shows where we remembered them. In some cases we got footage off Youtube and don&apos;t know what the original ep was; in at least one we forgot to mark anything down when we grabbed the clip and there&apos;s not enough there for us to identify it beyond a guess. Sorry! &lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/29793.html#cutid1&quot;&gt;clip fandoms&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Phew.&lt;br /&gt;&lt;br /&gt;Here&apos;s the final list of 46 fandoms, in alphabetical order; some of these had only one clip, some had multiple, for no particular rhyme or reason other than what worked at the time.&lt;br /&gt;&lt;br /&gt;Avengers&lt;br /&gt;Big Eden&lt;br /&gt;Blazing Saddles&lt;br /&gt;Boston Legal&lt;br /&gt;Boy Meets World&lt;br /&gt;Buffy tVS &lt;br /&gt;Burn Notice&lt;br /&gt;Captain America&lt;br /&gt;Criminal Minds&lt;br /&gt;Crusoe&lt;br /&gt;Doctor Who&lt;br /&gt;Due South&lt;br /&gt;Farscape&lt;br /&gt;Firefly&lt;br /&gt;A Fish Called Wanda&lt;br /&gt;Haven&lt;br /&gt;Heroes&lt;br /&gt;Highlander&lt;br /&gt;Hornblower&lt;br /&gt;Hot Fuzz&lt;br /&gt;Iron Man (1 &amp; 2)&lt;br /&gt;I Spy&lt;br /&gt;In Living Color&lt;br /&gt;Invisible Man&lt;br /&gt;Leverage&lt;br /&gt;Life&lt;br /&gt;Life on Mars&lt;br /&gt;Lost Girl&lt;br /&gt;MASH &lt;br /&gt;News Radio&lt;br /&gt;Night Court&lt;br /&gt;Now and Again&lt;br /&gt;Odyssey 5&lt;br /&gt;Persuaders&lt;br /&gt;The Pretender&lt;br /&gt;Quantum Leap&lt;br /&gt;Red Dwarf&lt;br /&gt;Sherlock (BBC) &lt;br /&gt;Star Trek: TOS&lt;br /&gt;Stargate SG-1&lt;br /&gt;Supernatural&lt;br /&gt;This Is Spinal Tap &lt;br /&gt;Thor&lt;br /&gt;Veronica Mars&lt;br /&gt;White Collar&lt;br /&gt;WKRP in Cincinnati&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=29793&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/29793.html</comments>
  <category>vividcon vids</category>
  <category>vid notes</category>
  <category>club vivid</category>
  <category>multi</category>
  <category>vividcon</category>
  <category>vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/29299.html</guid>
  <pubDate>Tue, 14 Aug 2012 20:04:18 GMT</pubDate>
  <title>New vid! Ramalama (bang bang), Once Upon a Time</title>
  <link>https://flummery.dreamwidth.org/29299.html</link>
  <description>We managed not one, but two vids this year, for the first time in ages. \o/ This was our Premieres vid.&lt;br /&gt;&lt;br /&gt;As always, feedback of any sort, including crit, is warmly welcomed.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Title:&lt;/strong&gt; Ramalama (bang bang)&lt;br /&gt;&lt;strong&gt;Song Artist:&lt;/strong&gt; Róisín Murphy &lt;br /&gt;&lt;strong&gt;Vidders:&lt;/strong&gt; Flummery&lt;br /&gt;&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href=&quot;http://flummery.org&quot;&gt;http://flummery.org&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Fandom:&lt;/strong&gt; Once Upon a Time&lt;br /&gt;&lt;strong&gt;Length:&lt;/strong&gt; 03:39&lt;br /&gt;&lt;strong&gt;Summary:&lt;/strong&gt; &quot;Every one had teeth and claws.&quot;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Normal downloads&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/ramalama/ramalama1280_ouat_flummery.mp4&quot; title=&quot;Ramalama (bang bang) 1280x720&quot;&gt; mp4, 161 MB, 1280 x 720&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/ramalama/ramalama720_ouat_flummery.mp4&quot; title=&quot;Ramalama (bang bang) 720x480&quot;&gt; mp4, 80 MB, 720 x 480&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/ramalama/ramalama640_ouat_flummery.mp4&quot; title=&quot;Ramalama (bang bang) 640x360&quot;&gt; mp4, 30 MB, 640 x 360&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/ramalama/ramalama400_ouat_flummery.mp4&quot; title=&quot;Ramalama (bang bang) 400x224&quot;&gt; mp4, 10 MB, 400 x 224&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Super-huge download&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/ramalama/ramalama1920_ouat_flummery.mp4&quot; title=&quot;Ramalama (bang bang) 1920x1-80&quot;&gt; mp4, 752 MB, 1920 x 1080&lt;/a&gt; (nb: None of this is a typo, this version is HUGE, don&apos;t dl unless you are sure you want it.)&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/29299.html#cutid1&quot;&gt;Streaming&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___2&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/29299.html#cutid2&quot;&gt;Lyrics&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___2&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=29299&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/29299.html</comments>
  <category>vividcon vids</category>
  <category>vividcon</category>
  <category>once upon a time</category>
  <category>vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>22</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/29001.html</guid>
  <pubDate>Tue, 14 Aug 2012 20:01:25 GMT</pubDate>
  <title>New vid! Sexy and I Know It, Multi</title>
  <link>https://flummery.dreamwidth.org/29001.html</link>
  <description>This premiered at Vividcon this past weekend, at Club Vivid on Friday Night. It was the first Club Vivid vid we&apos;ve ever made, and we had a blast with it. &amp;lt;3&lt;br /&gt;&lt;br /&gt;As always, feedback of any sort, including crit, is warmly welcomed.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Title:&lt;/strong&gt; Sexy and I Know It&lt;br /&gt;&lt;strong&gt;Song Artist:&lt;/strong&gt; LMFAO&lt;br /&gt;&lt;strong&gt;Vidders:&lt;/strong&gt; Flummery&lt;br /&gt;&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href=&quot;http://flummery.org&quot;&gt;http://flummery.org&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Fandom:&lt;/strong&gt; Multi&lt;br /&gt;&lt;strong&gt;Length:&lt;/strong&gt; 03:19&lt;br /&gt;&lt;strong&gt;Summary:&lt;/strong&gt; Girl, look at those bodies.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Downloads&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;(right-click and save-as)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/sexy/sexy636_multi_flummery.mp4&quot; title=&quot;Sexy and I Know It, 636x368&quot;&gt; mp4, 75 MB, 636 x 368&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/sexy/sexy400_multi_flummery.mp4&quot; title=&quot;Sexy and I Know It, 400x240&quot;&gt; mp4, 28 MB, 400 x 240&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/sexy/sexy400sm_multi_flummery.mp4&quot; title=&quot;Sexy and I Know It, 400x240&quot;&gt; mp4, 10 MB, 400 x 240&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/29001.html#cutid1&quot;&gt;Streaming&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___2&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/29001.html#cutid2&quot;&gt;Lyrics&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___2&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;We didn&apos;t realize until after we were done that we had managed to get in footage from every decade from the 1960s through the 2010s. \o/&lt;br /&gt;&lt;br /&gt;At some point we&apos;ll post clip notes listing what sources were used for what, but we didn&apos;t have time to finish that before the con, and are currently too fried to tackle it. Soon, though!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;ETA&lt;/strong&gt;: &lt;a href=&quot;http://flummery.dreamwidth.org/29793.html&quot;&gt;The clip notes are up!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=29001&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/29001.html</comments>
  <category>vids</category>
  <category>multi</category>
  <category>vividcon vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>33</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/28189.html</guid>
  <pubDate>Sun, 14 Aug 2011 13:49:58 GMT</pubDate>
  <title>New Vid! Hold On (Whoniverse), Vividcon Premiere</title>
  <link>https://flummery.dreamwidth.org/28189.html</link>
  <description>We made it to Vividcon this year! We are so glad to be back! And we even managed to premiere a vid. \o/&lt;br /&gt;&lt;br /&gt;Feedback of any sort, including crit, is warmly welcomed.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Title:&lt;/b&gt; Hold On&lt;br /&gt;&lt;b&gt;Artist:&lt;/b&gt; KT Tunstall&lt;br /&gt;&lt;b&gt;Vidders:&lt;/b&gt; Seah and Margie (&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;https://flummery.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;https://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;https://flummery.dreamwidth.org/&apos;&gt;&lt;b&gt;flummery&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;)&lt;br /&gt;&lt;b&gt;Website:&lt;/b&gt; &lt;a href=&quot;http://flummery.org&quot;&gt;flummery.org&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Fandom:&lt;/b&gt; Whoniverse: Classic Who, New Who, Sarah Jane Adventures&lt;br /&gt;&lt;b&gt;Summary:&lt;/b&gt; Our Sarah Jane&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notes:&lt;/b&gt; With heartfelt thanks to Elisabeth Sladen, 1946-2011, for all she did.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/holdon/holdon_sarahjane_flummery.divx&quot;&gt;Right click to download&lt;/a&gt;, divx (33 MB, 640x352)&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/28189.html#cutid1&quot;&gt;streaming below the cut&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=28189&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/28189.html</comments>
  <category>vividcon</category>
  <category>sarah jane adventures</category>
  <category>doctor who</category>
  <category>vids</category>
  <category>sarah jane smith</category>
  <lj:security>public</lj:security>
  <lj:reply-count>23</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/27797.html</guid>
  <pubDate>Wed, 05 May 2010 00:38:21 GMT</pubDate>
  <title>the making of Handlebars</title>
  <link>https://flummery.dreamwidth.org/27797.html</link>
  <description>Over in Margie&apos;s personal journal, &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;https://marycrawford.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;https://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;https://marycrawford.dreamwidth.org/&apos;&gt;&lt;b&gt;marycrawford&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; asked for a &quot;making of&quot; for &lt;a href=&quot;http://flummery.dreamwidth.org/25300.html&quot;&gt;Handlebars&lt;/a&gt; for Three Weeks for Dreamwidth. Which is sort of nifty, as we don&apos;t have a vid that we can post for the fest, but hey, vid commentary! So Margie is writing most of this, but Seah is making assists. *g*&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27797.html#cutid1&quot;&gt;click for commentary!&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;We will happily answer any questions or clarify things, too. :) We&apos;re always happy to talk about our vids!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=27797&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/27797.html</comments>
  <category>meta</category>
  <category>vid commentary</category>
  <category>three weeks for dreamwidth</category>
  <category>doctor who</category>
  <category>handlebars</category>
  <lj:security>public</lj:security>
  <lj:reply-count>46</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/27231.html</guid>
  <pubDate>Thu, 15 Apr 2010 19:38:02 GMT</pubDate>
  <title>zines for sale</title>
  <link>https://flummery.dreamwidth.org/27231.html</link>
  <description>It&apos;s time to pare the zine collection down some more, so other people can enjoy these. This is an extensive list, but it still seemed easier to stick it all in one post than to split it out and spam the hell out of people.&lt;br /&gt;&lt;br /&gt;Prices do not include postage; add $3 for the first zine and $1 per additional zine for shipping within the US. I&apos;ll ship anywhere, but will need to figure postage for anywhere else. Zines are in good (minor wear) to excellent (like new) condition, unless otherwise indicated. All of these are coming from a non-smoking home with a cat.&lt;br /&gt;&lt;br /&gt;I&apos;ll accept Paypal (credit cards okay) or a money order. &lt;strong&gt;Please don&apos;t send any money&lt;/strong&gt; until you&apos;ve confirmed your order with me, to make sure the zines you want are still available.&lt;br /&gt;&lt;br /&gt;Comment here or send email directly to nocturnish at gmail dot com if you want any of these. If you want more info about something I&apos;ll do my best, but it&apos;s been a long time since I&apos;ve read some of these, so I may not remember plot details, etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid1&quot;&gt;Airwolf&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___2&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid2&quot;&gt;Blake&apos;s 7&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___2&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___3&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid3&quot;&gt;Due South&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___3&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___4&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid4&quot;&gt;Highlander&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___4&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___5&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid5&quot;&gt;Kung Fu: The Legend Continues&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___5&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___6&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid6&quot;&gt;Ladyhawke&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___6&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___7&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid7&quot;&gt;Man from UNCLE&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___7&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___8&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid8&quot;&gt;Professionals&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___8&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___9&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid9&quot;&gt;Quantum Leap&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___9&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___10&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid10&quot;&gt;Robin of Sherwood&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___10&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___11&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid11&quot;&gt;The Sentinel&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___11&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___12&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid12&quot;&gt;Starsky &amp; Hutch&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___12&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___13&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid13&quot;&gt;Star Trek: TOS&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___13&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___14&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid14&quot;&gt;Star Wars (original trilogy)&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___14&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___15&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid15&quot;&gt;X-Files&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___15&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___16&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/27231.html#cutid16&quot;&gt;Multi-Media&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___16&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=27231&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/27231.html</comments>
  <category>zines</category>
  <lj:security>public</lj:security>
  <lj:reply-count>14</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://flummery.dreamwidth.org/26397.html</guid>
  <pubDate>Mon, 01 Mar 2010 19:34:56 GMT</pubDate>
  <title>new vid! The Pirate Song (Crusoe), Escapade premiere</title>
  <link>https://flummery.dreamwidth.org/26397.html</link>
  <description>We finally managed to send a vid in to Escapade again this year, for the first time in far too long. \o/ We only wish we could have been there to see it air. *misses everyone at Escapade* &lt;br /&gt;&lt;br /&gt;As ever, feedback of any sort, including crit, is more than welcome.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Title:&lt;/b&gt; The Pirate Song&lt;br /&gt;&lt;b&gt;Song Artist:&lt;/b&gt; Grey Eye Glances&lt;br /&gt;&lt;b&gt;Vidders:&lt;/b&gt; Seah &amp; Margie (&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;https://flummery.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;https://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;https://flummery.dreamwidth.org/&apos;&gt;&lt;b&gt;flummery&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;)&lt;br /&gt;&lt;b&gt;Website:&lt;/b&gt; &lt;a href=&quot;http://flummery.org&quot;&gt;http://flummery.org&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Fandom:&lt;/b&gt; Crusoe&lt;br /&gt;&lt;b&gt;Summary:&lt;/b&gt; Stranded, but never alone.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://flummery.org/pirate/piratesong_crusoe_flummery.divx&quot;&gt;right-click to download&lt;/a&gt; (divx, 35MB, 640x352)&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cut-wrapper&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b class=&quot;cut-open&quot;&gt;(&amp;nbsp;&lt;/b&gt;&lt;b class=&quot;cut-text&quot;&gt;&lt;a href=&quot;https://flummery.dreamwidth.org/26397.html#cutid1&quot;&gt;streaming version and lyrics beneath the cut&lt;/a&gt;&lt;/b&gt;&lt;b class=&quot;cut-close&quot;&gt;&amp;nbsp;)&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=flummery&amp;ditemid=26397&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://flummery.dreamwidth.org/26397.html</comments>
  <category>escapade</category>
  <category>crusoe</category>
  <category>vids</category>
  <lj:security>public</lj:security>
  <lj:reply-count>7</lj:reply-count>
</item>
</channel>
</rss>
