HELP! Audio Podcast Marker Image Being Compressed to Mangled Blob

I am trying to create an audio podcast in STP2.
I add an image for the Marker by selecting "Image Source Other" and select a 2444x1583 jpeg image. The image shows up in the preview box and it looks good. I activate Show External Video (^V) and the image looks perfect.
However as soon as I select any tab, track, whatever... and the image preview box disappears, and I then come back to the marker image preview, the image has now been processed and compressed to a completely unrecognizable blob! If I go ahead and export the podcast, the marker image is displayed in iTunes looking exactly like the mangled image in STP and has been reduce to 53Wx35H pixels!!!
This mangling also occurs with the Episode image, although it actually does not even get exported to the final podcast.
To create the podcast I make sure the file type is AAC/Podcast File > Podcast > Enhanced (Images).
Can someone PLEASE help me figure why the images are being mangled and how I can get a full quality marker image displayed?
BTW - I have tried various file formats including PDF and PNG and the results are the same - ALWAYS a 53Wx35H pixel image.
Any help or suggestions would be greatly appreciated!!
ASIDE - I created the same podcast in Garageband 09 and the images are Crystal clear. However, the marker image ALWAYS gets distorted form wide screen format to square, so that it become useless for distribution.
TIA for anyone that reads this and responds.

OK - Got It Figured Out!!! Woo Hoo!!
I am able to do exactly what I want in Compressor... go figure!!
1. Select "AAC for Audio Podcast" preset.
2. In the Encoder Audio tab, select "Enhanced Padcast (m4a file)"
3. Change "Fit marker images within" to "1280" by "1024"
4. Add Chapter marker and edit
5. Change Type to "Podcast"
6. Select Image "From file" and select the HR file - could drag from Finder as well.
7. Save
8. Submit (took about 30 seconds to run)
Viola!! A nice, tight, small, HR slide show; 5 minutes long and ONLY 4.5 MB - about .1 MB larger than the audio alone! The entire process (once the new preset is saved) takes less than a minute - as long as you know the time code for the marker image placement.
Took a weekend to figure out, but well worth it!
Off to make the Client VERY happy!!

Similar Messages

  • Images being compressed or resized before printing ??

    I have a 50MB PNG image that I just printed using the built in Kodak printing system. When the image was actually being uploaded, though, it was only 3.2MB in size. What happened to the photo? Did it get converted to a JPEG or PDF? Was it resized? What settings are applied to the image before the upload?
    The image came from a scan of a film negative, and I purposely increased the image size in Photoshop and saved in a lossless format so that it could be printed as high quality as possible. The photo was originally 6000x9000 in size, corresponding to a 300dpi printing. I'm a bit worried that the "compressed/ resized/ whatever was done to it" photo that actually got uploaded will have more visible artifacts...

    If you edit an image with Photoshop from within iPhoto it can either save as a jpg or a psd depending on what edits were performed. Some simple edits with photoshop will keep the jpg extension and that will become the modified version in iPhoto. However if the edits are extensive or layers are created then you either do a Save As to the Desktop an import as a new file or flatten the image and force save as a jpg.
    As far as the 500 MB image getting reduced for uploading I believe iPhoto may do what it does for books and calendars - convert very large files to PDF files. That would account for the much smaller sized uploaded file.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB file backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HELP...DVD image file compression settings for youtube.

    HELP...I am mounting a DVD Image from a file on the HD. I would like to compress to use on Youtube.
    What are the best settings? I have a account with YT which allows for more than the 15minute standard. I will be uploading 2hrs worth at times
    Can I batch compress several mounted images?
    I'm using Compressor bu if it is easier I have Handbrake and Mpeg SteamClip.
    Thanks
    Bill
    [email protected]

    Compressor has a preset for youTube videos... Pick the one that closely matches your video:
    Compressor YouTube settings has Frame Reorder set to on by default. YouTube doesn't like Frame Reorder, set it to off. Here are YouTube guidelines for Video set to them:
    http://support.google.com/youtube/bin/static.py?hl=en&topic=1728570&guide=172858 5&page=guide.cs
    Click the links to the left for more info about encoding videos.

  • How to prevent images being compressed inside Jar?

    Hi There. I'm creating an applet that uses a Jar file. The Jar file contains three packages. A problem I'm having is when I create the jar using the switches -cvf all the files including some images that are used are compressed, then when the images are used in my application they are corrupted.
    I can switch off the compression entirely using the -0 switch, this fixes the problem but makes my Jar file 1.5 MB instead of 300KB! Is there any way when creating the Jar file to prevent it from compressing the images?
    Thanks.

    If you are using ImageIO, you should (for now) wrap the stream into a new BufferedInputStream.
    BufferedImage i = ImageIO.read(new BufferedInputStream(getClass().getResourceAsStream(path)));That does the trick ;)

  • Need help centering different sized images being loaded from a container

    stop();
    mainArea_mc.visible = false;
    home_btn.addEventListener(MouseEvent.CLICK, function () { gotoAndStop("Home Template")} );
    var totalImages:int = 0;
    var imageDirectory : String = "";
    var currentImage:int = 1;
    var filePrefix : String = "";
    var loader1 : Loader = new Loader(); // 2 loaders so we can fade an image on top of the other
    var loader2 : Loader = new Loader();
    pic_mc.addChild(loader1);
    pic_mc.addChild(loader2);
    loader1.name = "loader1";
    loader2.name = "loader2";
    loader1.contentLoaderInfo.addEventListener(Event.COMPLETE , resizeFadeImage);
    loader2.contentLoaderInfo.addEventListener(Event.COMPLETE , resizeFadeImage);
    info_mc.title_txt.autoSize = TextFieldAutoSize.LEFT;
    if (presModeSlides)  // Setup slide viewer vars
        totalImages = slides[currentSlideNumber].numSlides
        imageDirectory = "Data/slides/"+slides[currentSlideNumber].directory+"/";
        filePrefix = "slide";
        info_mc.title_txt.text = slides[currentSlideNumber].title
        info_mc.speaker_txt.text = slides[currentSlideNumber].speaker
        info_mc.university_txt.text = slides[currentSlideNumber].university
    else  // Setup picture viewer vars
        totalImages = 233;
        imageDirectory = "Data/pictures/";
        filePrefix = "picture";
        info_mc.title_txt.text =  "3rd International BioPlex® 2200 User Meeting";
        info_mc.speaker_txt.text = "Pictures";
        info_mc.university_txt.text = "";
    info_mc.speaker_txt.y += info_mc.title_txt.height;  // Position sublines so they are directly under title
    info_mc.university_txt.y += info_mc.title_txt.height;
    leftArrow_btn.addEventListener(MouseEvent.CLICK, prevImage);
    rightArrow_btn.addEventListener(MouseEvent.CLICK, nextImage);
    showImage(currentImage)
    function showImage(num:int)
        if (pic_mc.getChildIndex(loader1) > pic_mc.getChildIndex(loader2))  // Place the jpg into which ever container is on top at the moment
            loader1.load(new URLRequest(imageDirectory+filePrefix+currentImage+".jpg"));
        else
            loader2.load(new URLRequest(imageDirectory+filePrefix+currentImage+".jpg"));
    function resizeFadeImage(e:Event)
        e.currentTarget.loader.alpha = 0;
        Tweener.addTween(e.currentTarget.loader, {alpha:1, time:0.4, onComplete: removeOtherImage , onCompleteParams:[e.currentTarget.loader]});
        e.currentTarget.loader.scaleX = 0.75;
        e.currentTarget.loader.scaleY = 0.75;
        var bitMap : Bitmap = Bitmap(e.currentTarget.loader.content);
        bitMap.smoothing = true;
    function removeOtherImage(l:Loader)
        if (l.name=="loader1")
            pic_mc.setChildIndex(loader1,0);
            if (loader2.content != null)
                if (loader2.content is Bitmap)
                    (loader2.content as Bitmap).bitmapData.dispose();
        else
            pic_mc.setChildIndex(loader2,0);
            if (loader1.content != null)
                if (loader1.content is Bitmap)
                    (loader1.content as Bitmap).bitmapData.dispose();
    function nextImage(e:Event)
        if ((!Tweener.isTweening(loader1)) && (!Tweener.isTweening(loader2)))
            if (currentImage < totalImages)
                currentImage ++;
            else
                currentImage = 1;
            showImage(currentImage);
    function prevImage(e:Event)
        if ((!Tweener.isTweening(loader1)) && (!Tweener.isTweening(loader2)))
            if (currentImage > 1)
                currentImage --;
            else
                currentImage = totalImages;
            showImage(currentImage);

    function resizeFadeImage(e:Event)
        e.currentTarget.loader.alpha = 0;
        Tweener.addTween(e.currentTarget.loader, {alpha:1, time:0.4, onComplete: removeOtherImage , onCompleteParams:[e.currentTarget.loader]});
        e.currentTarget.loader.scaleX = 0.75;
        e.currentTarget.loader.scaleY = 0.75;
    e.currentTarget.loader.x = (stage.stageWidth-e.currentTarget.loader.width)/2;
    e.currentTarget.loader.y = (stage.stageHeight-e.currentTarget.loader.height)/2;
        var bitMap : Bitmap = Bitmap(e.currentTarget.loader.content);
        bitMap.smoothing = true;

  • AUDIO PODCASTS ARE DOWNLOADING BACKWARDS "IN REVERSE ORDER"

    HELLO,
    I HAVE BEEN "DL (DOWNLOADING) "FREE AUDIO PODCASTS" FROM THE ITUNES STORE. I AM HAVING A HUGE PROBLEM WITH THE "EPISODES BEING DL TO MY IPOD CLASSIC "BACKWARDS". I HAVE TRIED DL FROM CHAPTER 1 THRU THE FINAL CHAPTER, AND HAVE IT DOWNLOADS ONTO MY IPOD AS THE LAST CHAPTER 1st,& THE 1st CHAPTER LAST. THEN I HAVE TURNED AROUND AND DL THE SAME PODCAST FROM THE "LAST CHAPTER" 1st THRU THE TO THE 1st CHAPTER LAST, AND IT STILL DOWNLOADS FROM THE LAST CHAPTER 1st THRU TO THE 1st CHAPTER LAST.
    I HAVE TRIED THIS MANY,MANY TIMES, AND IT KEEPS DOING THE SAME THING.
    FOR EXAMPLE: THE PODCAST NAMED "FORT LARAMIE". IT HAS 39 CHAPTERS, I HAVE DL IT FROM CHAPTER 1(PLAYING INDIAN), THRU THE FINAL CHAPTER #39(ARMY WIFE). AND WHEN I LOOK AT THE "DOWNLOADING PAGE, IT SHOWS THAT THEY ARE BEING DL IN THE CORRECT ORDER. BUT THEN WHEN I DL THE PODCAST, IT SHOWS THE LAST CHAPTER(ARMY WIFE) AS THE 1st CHAPTER, AND THE 1st CHAPTER(PLAYING INDIAN) AS THE LAST CHAPTER. THEN I HAVE TRIDE REVERSING THE ORDER (chapter #39-1ST, & chapter #1 last). AND IT STILL DL ONTO MY IPOD FROM THE LAST CHAPTER 1st & THE 1st CHAPTER LAST.
    THIS ONLY HAPPENS ON SOME OF THE PODCASTS. I HAVE TRIED CONTACTING THE WEBSITES OF THE PODCASTS THAT I HAVE HAD THESE PROBLEMS WITH, AND THEY ""NEVER"" REPLY BACK. I AM SO FRUSTRAITED .
    I HAVE TRIED EVERYTHING FROM "REFRESHING MY LIBRARY", "RUNNING FULL DIAGNOSTIC TESTS" (which always comes back and says my system is running correctly), ect.
    I AM TOTALLY LOST.
    WOULD SOMEONE PLEASE, PLEASE HELP ME? I WOULD BE VERY GRATEFUL. IF I COULD AFFORD TO HAVE APPLE SUPPORT HELP ME, I WHOUD. BUT I AM RETIRED AND ON A FIXED BUDGET AND BARELY MAKE ENDS MEET. SO I AM HOPING THAT SOME INTELLIGENT INDIVIDUAL OUT THERE WILL BE KIND ENOUGH TO HELP ME?
    THANK YOU VERY MUCH TO WHOMEVER (if anyone) HAS THE KNOWLEDGE ANBOUT THIS STUFF TO HELP ME.
    GOF BLESS EVERYONE,
    75 STINGRAY

    jfauth,
    Welcome to Apple Discussions.
    If you ultimately obtained the chronological order that you desired and expected by clicking on the "Date Received" column, why would there be a problem?
    The fact that the user controls the eventual order is more important than the arbitrary default setting.
    ;~)

  • Please Help! Podcast episodes not updating

    Hi,
    My podcast channel is located here
    http://itunes.apple.com/podcast/mycarnatic/id391305257
    I added multiple episodes to the podcast but they are not showing up on iTunes, only the original episode that I included originally is showing. I am also pasting the xml code here, could somebody please tell me what I'm doing wrong? Thanks
    <?xml version="1.0" encoding="utf-8"?>
    <rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
    <channel>
    <title>MyCarnatic</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/</link>
    <description>MyCarnatic is a nonprofit organization aimed at helping promote Carnatic Music, the Classical Music System of South India.</description>
    <itunes:subtitle>MyCarnatic Podcasts are a series of weekly podcasts where we interview Carnatic Music personalities, ranging from artists, rasikas (knowledgable Carnatic Music listeners), teachers, organizations, and any personality associated with the music system. </itunes:subtitle>
    <itunes:summary>MyCarnatic is a nonprofit organization aimed at helping promote Carnatic Music, the Classical Music System of South India.</itunes:summary>
    <language>en-us</language>
    <managingEditor>[email protected]</managingEditor>
    <webMaster>[email protected] (MyCarnatic)</webMaster>
    <generator>The Podcast RSS Buddy 3.0 http://www.tolley.info/rssbuddy/index.html</generator>
    <copyright>(c) 2010 MyCarnatic</copyright>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner><itunes:name>MyCarnatic</itunes:name>
    <itunes:email>[email protected]</itunes:email></itunes:owner>
    <image><url>http://img508.imageshack.us/img508/747/logogt.jpg</url><title>MyCarnatic</title><link>http://mycarnatic.org/podcast/</link></image>
    <itunes:link rel="image" type="video/jpeg" href="http://img508.imageshack.us/img508/747/logogt.jpg">MyCarnatic</itunes:lin k>
    <category>Music</category>
    <itunes:category text="Music" />
    <pubDate>Mon, 06 Sep 2010 02:04:18 -0800</pubDate>
    <lastBuildDate>Mon, 06 Sep 2010 02:04:18 -0800</lastBuildDate>
    <item>
    <title>MyCarnatic Interview with Sri Chitraveena Ravikiran on the Emphasis on Lyrics in Carnatic Music for Saturday, July 26, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=6</link>
    <description><![CDATA[Raghu Kumar and Anita Balasubramanian interview Sri. Chitraveena Ravikiran on the importance of proper pronounciation in Carnatic Music.]]></description>
    <itunes:subtitle>Raghu Kumar and Anita Balasubramanian interview Sri. Chitraveena Ravikiran on the importance of proper pronounciation in Carnatic Music.</itunes:subtitle>
    <itunes:summary>Raghu Kumar and Anita Balasubramanian interview Sri. Chitraveena Ravikiran on the importance of proper pronounciation in Carnatic Music.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Sat, 28 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/66_Ravikiran_Interview finishedrevision7.mp3" length="19855176" type="audio/mpeg"/>
    <guid isPermaLink="false">RSSBUDDY748634-1</guid>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Ravikiran</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Ravikiran</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with K.N. Shashikiran on the Topic of Voice Culture in Carnatic Music for Saturday, August 08, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=7</link>
    <description><![CDATA[The prevalence of Voice Culture in Carnatic Music has taken more prominence in the system music in recent decades than ever before. K.N. Shashikiran discusses different aspects relating to the topic.]]></description>
    <itunes:subtitle>The prevalence of Voice Culture in Carnatic Music has taken more prominence in the system music in recent decades than ever before. K.N. Shashikiran discusses different aspects relating to the topic.</itunes:subtitle>
    <itunes:summary>The prevalence of Voice Culture in Carnatic Music has taken more prominence in the system music in recent decades than ever before. K.N. Shashikiran discusses different aspects relating to the topic.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Sat, 08 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/7_Final-20100811.mp3" length="24895488" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Shashikiran</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Shashikiran</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with Nisha Rajagopalan on the Topic of Commercialization of Carnatic Music for Friday, August 13, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=9</link>
    <description><![CDATA[Nisha Rajagopalan shares her thoughts on the recent trends in Carnatic Music in terms of its commercialization aspect.]]></description>
    <itunes:subtitle>Nisha Rajagopalan shares her thoughts on the recent trends in Carnatic Music in terms of its commercialization aspect.</itunes:subtitle>
    <itunes:summary>Nisha Rajagopalan shares her thoughts on the recent trends in Carnatic Music in terms of its commercialization aspect.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Sat, 13 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/9_9-Nisha.mp3" length="19021824" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Nisha Rajagopalan</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Nisha Rajagopalan</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with Smt. Rajeswari Satish on the Topic of Teaching Methods in Carnatic Music for Friday, August 13, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=10</link>
    <description><![CDATA[Smt. Rajeswari Satish shares with us her unique views on teaching students in the USA, as well as comparing tradtional v.s. modern teaching methods.]]></description>
    <itunes:subtitle>Smt. Rajeswari Satish shares with us her unique views on teaching students in the USA, as well as comparing tradtional v.s. modern teaching methods.</itunes:subtitle>
    <itunes:summary>Smt. Rajeswari Satish shares with us her unique views on teaching students in the USA, as well as comparing tradtional v.s. modern teaching methods.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Sat, 13 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/1010-Rajeswari_Satish20100811.mp3" length="10327680" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Rajeswari Satish</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Rajeswari Satish</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with Sandeep Narayan for Friday, August 13, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=11</link>
    <description><![CDATA[Sandeep Narayan, a Carnatic Music vocalist who grew up and was raised in the West, has been living in Chennai for for the past four years in the hopes of making it as a full time Carnatic Music musician. He shares his insights on his unique experiences.]]></description>
    <itunes:subtitle>Sandeep Narayan, a Carnatic Music vocalist who grew up and was raised in the West, has been living in Chennai for for the past four years in the hopes of making it as a full time Carnatic Music musician. He shares his insights on his unique experiences.</itunes:subtitle>
    <itunes:summary>Sandeep Narayan, a Carnatic Music vocalist who grew up and was raised in the West, has been living in Chennai for for the past four years in the hopes of making it as a full time Carnatic Music musician. He shares his insights on his unique experiences.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Sat, 13 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/11_8-Sandeep.mp3" length="26295168" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Sandeep Narayan</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Sandeep Narayan</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with Sri. Madurai Sundar for Tuesday, August 24, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=12</link>
    <description><![CDATA[Sri. Madurai Sundar shares his insights into the evolution of the RTP and its place in the Carnatic Music platform today.]]></description>
    <itunes:subtitle>Sri. Madurai Sundar shares his insights into the evolution of the RTP and its place in the Carnatic Music platform today.</itunes:subtitle>
    <itunes:summary>Sri. Madurai Sundar shares his insights into the evolution of the RTP and its place in the Carnatic Music platform today.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Tue, 24 Aug 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/1212_maduraiSundarfinal.mp3" length="29236608" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Madurai Sundar</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Madurai Sundar</comments>
    </item>
    <item>
    <title>MyCarnatic Interview with Sri VV Cleveland Sundaram on the Cleveland Thyagaraja Aradhana for Monday, September 06, 2010</title>
    <itunes:author>MyCarnatic</itunes:author>
    <link>http://mycarnatic.org/podcast/?title=13/</link>
    <description><![CDATA[Sri. VV Cleveland Sundaram, one of the head founders of the annual Thyagaraja Cleveland Aradhana, shares his insights into the annual festival.]]></description>
    <itunes:subtitle>Sri. VV Cleveland Sundaram, one of the head founders of the annual Thyagaraja Cleveland Aradhana, shares his insights into the annual festival.</itunes:subtitle>
    <itunes:summary>Sri. VV Cleveland Sundaram, one of the head founders of the annual Thyagaraja Cleveland Aradhana, shares his insights into the annual festival.</itunes:summary>
    <author>[email protected]</author>
    <pubDate>Mon, 06 Sep 2010 02:04:18 -0800</pubDate>
    <category>Music</category>
    <enclosure url="http://mycarnatic.org/uploads/podcast/139final.mp3" length="29124096" type="audio/mpeg"/>
    <itunes:category text="Music" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:30:20</itunes:duration>
    <itunes:keywords>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Cleveland Aradhana</itunes:keywords>
    <comments>MyCarnatic, podcast, podcasting, podcaster, Interviews, Carnatic Music, Cleveland Aradhana</comments>
    </item>
    </channel>
    </rss>

    Please when you have a question post the URL of the feed, not its contents. For the record, your feed is at
    http://www.mycarnatic.org/MyCarnaticRSSFeed.xml
    There are seven episodes in your feed, seven in the iTunes Store and seven when subscribing; so everything is working normally.
    The FeedValidator reportthrows up some minor errors which you might want to look at, though none of them seems to be upsetting iTunes/
    In line 2 it should be <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> (not 'DTD')
    The 'itunes:category' tag should be in the top section of the feed, not in the items.
    Line 54 - August 8th was not a Saturday.
    A 'guid' tag in each 'item' is advised but not essential (it would be a unique identifier, usually the episode URL).
    Line 37 - you can ignore this, I don't know what it's complaining about.
    The other errors are unimportant: and as I say none of them is actually causing a problem.

  • Cover art error message when submitting podcast, but image is the propper size.

    I'm using Soundcloud to host a podcast.  I tried submitting my RSS feed to itunes today, and I keep getting the error stating that my cover art must be at least 1400 x 1400 ect.  The image being used is a 1400 x 1400 .jpg, so I can't figure out what the problem is.  Can someone help me through this?
    Here is my RSS Feed: http://feeds.soundcloud.com/users/soundcloud:users:118687921/sounds.rss

    The image is still 600 x 600 - http://i1.sndcdn.com/avatars-000122042307-vnef41-original.jpg - it looks as if SoundCloud is 'helpfully' reducing the size to what used to apply several years ago. I don't know what you can do about this.
    There are several ways of looking at the coding for your feed. The simplest is to control-click on its URL
    http://feeds.soundcloud.com/users/soundcloud:users:118687921/sounds.rss
    and choose 'Download' or 'Save linked file' or similar to download it. Then drag it onto the TextEdit icon to open it. Alternatively nominate a browser as your RSS reader - FireFox is good: Safari almost as good - in FireFox his command-u; in Safari you can access the source code from menus which differer with the version.

  • Why are my outgoing email attachments being compressed?

    How do I stop my outgoing email photo attachments from being compressed when they arrive at their destination? I send a photo at 3.0MB and the client receives a 98KB size. Is there a particular photo format that does not compress? I am usng Mountain Lion with an iMac. All photos are processed with Adobe Illustrator CS5.1 and Graphic Converter 8.5.1.
    I have reviewed all system, mail and third-party preferences to make sure nothing is checked to "adjust for web", or the like. Your thoughts will be much appreciated to help solve this vexing mystery.

    Be sure the Image Size pop-up at the upper right corner of the message body, after attaching a picture, is set to "Actual Size".

  • Podcast Cover Image & Recent Podcasts Not Appearing

    I know this question has been asked before, but I can't seem to get the Podcast Cover Image to appear on my client's iTunes podcast page both within iTunes and on Apple's iTunes website. When I'm subscribed to it, it does show up. What am I doing wrong?
    Additionally I'm having a problem with my last 3 podcasts not appearing, and I can't figure out what happened there.
    Below are links to the page on Apple site and the feed I'm using, but please let me know if I need to provide more. Any help would be greatly appreciated!
    https://itunes.apple.com/podcast/living-grace-lutheran-church/id348311926?mt=2
    feed://livinggraceomaha.org/lg-sermonpodcasts.xml

    Your feed is OK, except that most of your episodes do not have 'guid' tags, and your enclosure tags are missing the 'length' attribute which should show the file size in bytes. Neither of these is serious and they would not cause a problem.
    The Store does go through slow patches sometimes: there have been numerous occasions when people have complained about not seeing updates for two or three weeks, and I'm afraid that you've probably just hit one of these. There isn't really anything you can do about it. You could try emailing them at podcasts 'at' apple.com, but frankly you are likely to get a form answer telling you how to add episodes (which you already know). I'm afraid that it's just a question of waiting.

  • Audio Stream Recorder - Error: Audio device is already being used by another prog

    I realized that Audio Stream Recorder is does not "work" through server list feature. So I am simply trying to use the manual method of adding URL's to the interface. However regardless of the type of stream, shoutcast, windows media or real audio, I receive the error "audio device is already being used by another program". Does anyone know how to fix this? I have closed my audio application etc to no avail. <RANT WARNING> I was very excited about using this application when I read about it. However an application that provides none of the stated features is not an application, its false advertising, since it clearly states on the box, help files and website this products "features". Anyway, it'ss very disappointing. Also, does anyone know what the supported steaming formats are, the help file say the application requires RealONE and Windows Media Player but does not mention audio stream formats? Thanks you in advance for any help.

    I have the same issue. I updated to the latest software, to no avail. My first suspicion is that some Microsoft patch caused this, but I cannot verify this.
    Apparently no one at Creative is very interested in this issue.

  • TS4040 I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs re

    I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs repairing. So I click on Repair, and once again I'm prompted for a password, which I enter, then the same error box opens, and so it goes. Can anyone help me with this problem? I'd greatly appreciate it.
    Thor

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Step 1 should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary, and if everything is working as expected after step 1.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Grid View: Flags, Rating, Color Label read only? / Mark Images Read only?

    Hi
    I'd like to see the flag-status, rating and color label assigned to an image as cell icons. But if I show them as Cell Icons, I am also able to change them, which happens to me quite often accidentally when I click into the frame of a image to change selections.
    Is it possible to show these markers for each image without being able to change them in the frame? I would be quite happy being able to change them from the tool bar, but still being able to see them on the single image.
    Related to this:
    Is it somehow possible to mark images as read only, so that further changes (development, metadata etc.) can be made impossible? This would be nice for older images, which have been processed completely and should stay that way, inhibiting accidental changes to images. Sometimes it is difficult to even notice when one accidentally changes metadata on an image.
    Thanks for your thoughts
    Beat Gossweiler
    Switzerland

    Yes it's a bug. I see it on Mac platform.

  • Streaming audio podcast randomly unpauses when paused

    Often when I listen to streaming audio podcasts on iTunes, if I have to pause it for any reason, it will unpause itself after a few seconds and resume playing. This can be irritating, because usually when I'm pausing it's because I need to step away, which means the heaphones come off. Then I will return and the podcast is already playing. If I don't mark the time when I pause it, I could lose several minutes.
    I have been pausing the stream lately just to watch iTunes's behavior. Sometimes, sure enough, I'll see it automatically resume playback with no accidental button pushing or screen tapping.
    Can anyone explain why it does this? It should always remain paused until I unpause it. Every time.

    I see a similar problem with music loaded into the iPod software on my iPhone 3G. In this case, when I remove the headphones from the headphone jack (ie. not Bluetooth), the iPod software will suddenly kick in and begin playing the last music I was listening to. Note, this music in the iPod software is paused and still lists as "Now Playing" because there does not appear to be a way to tell the iPod software that you are done listening to that music.
    This is a basic flaw with the iPhone software. It seems you cannot tell any software to "Exit" because you are done -- you can only hit the "Home" button and leave the software in background. This can be a plus in some circumstances in that the software will start up again much faster, but it can also be a negative in that the running software is vulnerable to doing unexpected things.
    Message was edited by: DavidMasterson

  • Playing audio podcasts from my iPod on TV

    I have no problem playing video podcasts from my iPod on TV, using the Apple AV cable and a scart adapter.
    However, when I play an audio podcast, I hear the audio on the TV, but I don't see the accompanying visuals that are part of the audio podcast.
    I tried to find a "TV on" setting for audio podcasts (similar to that used for video podcasts) but couldn't.
    Can anyone help/advise?
    Thanks in advance!

    I belive your Ipod is operating normally!
    I belive the only time you'll get a visual is when your playing back Video, Music video and Video podcast.
    There are no visuals output to Tv for audio programs;only on the Ipod itself!
    Compaq PC / 1GB Ipod Nano & 80GB Video   Windows XP   Pent 2.53 GHZ 512MHZ MB RAM 120GB HD

Maybe you are looking for