Re: [videoblogging] Using video mime types (was: Live Clipboard - clipboard of the web standard)

2006-03-10 Thread Andreas Haugstrup
On Fri, 10 Mar 2006 01:16:10 +0100, Joshua Kinberg [EMAIL PROTECTED]  
wrote:

 While there are more redirect URLs such as you mention, its also easy
 to include something like type=.wmv at the end of the URL, which is
 kind of hackish but generally works.

Which will be ignored by all URL parsers since it's part of the query  
string and not the file name. You shouldn't force service providers to  
alter their URLs to a different format.

- Andreas
-- 
Andreas Haugstrup Pedersen
URL: http://www.solitude.dk/ 
Commentary on media, communication, culture and technology.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: Another Newbie Question About Really Simple Editiing and Uploading

2006-03-10 Thread Deirdre Straughan



You might have a look at Muvee http://www.muvee.com (there's a free trial you can play with). They got in touch with me a while ago asking me to do affiliate marketing on my website, but I wasn't convinced their product would be appealing to videobloggers. However, it might be just right for you.
While it's true that you're going to have to wade through all the video one way or another, both Windows Movie Maker (free) and Roxio VideoWave (cheap) do scene detection (WMM calls it create clips), which makes it quicker and easier to zero in on the interesting bits.
-- best regards,Deirdré Straughanwww.beginningwithi.com (personal)www.tvblob.com (work)





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Using video mime types (was: Live Clipboard - clipboard of the web standard)

2006-03-10 Thread Andreas Haugstrup
On Fri, 10 Mar 2006 09:52:01 +0100, Andreas Haugstrup  
[EMAIL PROTECTED] wrote:

 On Fri, 10 Mar 2006 01:16:10 +0100, Joshua Kinberg [EMAIL PROTECTED]
 wrote:

 While there are more redirect URLs such as you mention, its also easy
 to include something like type=.wmv at the end of the URL, which is
 kind of hackish but generally works.

 Which will be ignored by all URL parsers since it's part of the query
 string and not the file name. You shouldn't force service providers to
 alter their URLs to a different format.

Just to be absolutely clear: I do think the type attribute should be the  
gateway. Whatever software is generating the links, be it a Wordpress  
plugin or a bookmarklet can insert the correct content-type without  
hassle. The user doesn't ever have to know it's going on. Whether the  
plugin or bookmarklet does some amount of guessing is another matter  
(though I would certainly prefer a HEAD request, if text/plain is returned  
it can look at the file extension).

-- 
Andreas Haugstrup Pedersen
URL: http://www.solitude.dk/ 
Commentary on media, communication, culture and technology.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] ABC News Story

2006-03-10 Thread Aaron Valdez
Did I fall in a hole or has this already been passed around?  ABC News
story about Video Podcasting with Ask a Ninja, etc


http://www.culturalfarming.com/medianipple/211-230/215_ABC_News_Podcast_Report.mov

from an excellent video blog 
http://www.culturalfarming.com





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: Using video mime types (was: Live Clipboard - clipboard of the web standar

2006-03-10 Thread Enric
--- In videoblogging@yahoogroups.com, Andreas Haugstrup
[EMAIL PROTECTED] wrote:

 On Fri, 10 Mar 2006 09:52:01 +0100, Andreas Haugstrup  
 [EMAIL PROTECTED] wrote:
 
  On Fri, 10 Mar 2006 01:16:10 +0100, Joshua Kinberg [EMAIL PROTECTED]
  wrote:
 
  While there are more redirect URLs such as you mention, its also easy
  to include something like type=.wmv at the end of the URL, which is
  kind of hackish but generally works.
 
  Which will be ignored by all URL parsers since it's part of the query
  string and not the file name. You shouldn't force service providers to
  alter their URLs to a different format.
 
 Just to be absolutely clear: I do think the type attribute should be
the  
 gateway. Whatever software is generating the links, be it a Wordpress  
 plugin or a bookmarklet can insert the correct content-type without  
 hassle. The user doesn't ever have to know it's going on. Whether the  
 plugin or bookmarklet does some amount of guessing is another matter  
 (though I would certainly prefer a HEAD request, if text/plain is
returned  
 it can look at the file extension).
 
 -- 
 Andreas Haugstrup Pedersen
 URL: http://www.solitude.dk/ 
 Commentary on media, communication, culture and technology.



This release is of a javascript file (vpip.js) with instructions on
installation in Blogger  Wordpress.  This will make it somewhat
universaly available without the wait for coding the UI features in
all the blogging systems.  

I will setup a web page where the specifications for a videoblog movie
entry can be put in and it'll generate the code to copy and paste
which will include the type={mime type}.  But the user can write the
code directly in their blogging software.  So I will make type={mime
type} optional but strongly recommended.  I'll code vpip so that it
will use type={mime type} first and if not available the file extension.

  -- Enric





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: Using video mime types (was: Live Clipboard - clipboard of the web standar

2006-03-10 Thread Andreas Haugstrup
On Fri, 10 Mar 2006 11:34:10 +0100, Enric [EMAIL PROTECTED] wrote:

 I will setup a web page where the specifications for a videoblog movie
 entry can be put in and it'll generate the code to copy and paste
 which will include the type={mime type}.  But the user can write the
 code directly in their blogging software.  So I will make type={mime
 type} optional but strongly recommended.  I'll code vpip so that it
 will use type={mime type} first and if not available the file  
 extension.

Do you want me to write a bookmarklet with Wordpress support? (Can be  
extended for Blogger and others with the switch of a variable)
It's a quick write and the link can be inserted into the user's blog post  
automagically (since it's a bookmarklet we don't need copy+paste) Because  
I'm a geek it would use AJAX to check the mime type via a HEAD request  
before inserting the link...

-- 
Andreas Haugstrup Pedersen
URL: http://www.solitude.dk/ 
Commentary on media, communication, culture and technology.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread gottadiva
Thanks to the wonderful community here I was able to get my new vlog
(and first vlog post) up within two days.

Please visit my new site at www.vlogdiva.com.  I would love for some
of you to post comments, as this is my first-ever video blog and I'm
totally excited.

The production quality is so-so, but I promise that the vlogs will get
better and better with every new post. My goal is to post a minimum of
one personal vlog an one business vlog a week.

Cheers
Monique (AKA VlogDiva)

BTW - to those of you who helped, I ended up going with Adobe Premeire
Elements and my own hosting. I decided not to use the flash player
because the video quality was poor, so the only videos that I have are
embedded with QuickTime (using the oh-so-cool link that one of you
provided). Also, I got my must at garagebands.com - a very cool site.

Adobe Premeire Elements is simple enough, but I still have lots to
learn to harness the power of the software.





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: do you have a video iPod?

2006-03-10 Thread wazman_au
OK, I uninstalled and reinstalled iTunes and QT Pro; re-encoded the 
creme brulee video with my usual settings; uploaded again; and 
updated the feed accordingly.

Could someone who's a video ipodder please delete Crash Test Kitchen 
from iTunes, including sending the files to trash, then resubscribe 
and download the creme brulee episode, and see if it works on the 
iPod?

If that doesn't fix it, I'm stumped. I have compared this file's 
specs to previous files that worked and it's pretty much identical, 
except for some minor differences in bitrate that I can't control 
anyway.

As background: I use Adobe Premiere Elements for my editing, export 
a full-sized AVI, then crunch that down into a H.264 .mov file with 
QT Pro. Recently I switched from an NTSC format camera to PAL but I 
can't see how that would make a difference - especially since our 
cappuccino and tajine episodes were shot on the PAL cam, and the 
tandoori one was actually shot ages ago on NTSC.

My backup plan is to use the official iPod video option in 
QuickTime but the files are pretty big and it doesn't allow for 
hyperlinks. 

And all this goes wrong just when we've been mentioned in Time 
magazine!

Thanks to everyone who's helping me with this.

Waz
www.crashtestkitchen.com

--- In videoblogging@yahoogroups.com, Sheldon Pineo [EMAIL PROTECTED] 
wrote:

 On 3/9/06, wazman_au [EMAIL PROTECTED] wrote:
 could you try the following on your iPod and let me know what 
happens?
  (You might have to download and then transfer manually to your 
iPod)
 
 Sorry.  No luck.  I went to your site and downloaded the Tandoori
 video.  It also didn't load.  I used iTunes format conveter and the
 resulting video did load.
 
 
 --
 www.icenrye.com
 www.icenrye.blogspot.com
 www.icenryelikes.blogspot.com







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread Markus Sandy
cute concept, nicely executed.  entertaining.  great job! 

two things ...

on my mac, your entries feed works fine in itunes but for some reason 
fireant indicates no new videos

if i browse channel manually in fireant, then i can download your 
episode that way.

maybe one of the fireant folks can advise you on that.



Also it sez your comments are closed :(

markus



gottadiva wrote:

Thanks to the wonderful community here I was able to get my new vlog
(and first vlog post) up within two days.

Please visit my new site at www.vlogdiva.com.  I would love for some
of you to post comments, as this is my first-ever video blog and I'm
totally excited.

The production quality is so-so, but I promise that the vlogs will get
better and better with every new post. My goal is to post a minimum of
one personal vlog an one business vlog a week.

Cheers
Monique (AKA VlogDiva)

BTW - to those of you who helped, I ended up going with Adobe Premeire
Elements and my own hosting. I decided not to use the flash player
because the video quality was poor, so the only videos that I have are
embedded with QuickTime (using the oh-so-cool link that one of you
provided). Also, I got my must at garagebands.com - a very cool site.

Adobe Premeire Elements is simple enough, but I still have lots to
learn to harness the power of the software.


  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: do you have a video iPod?

2006-03-10 Thread Markus Sandy






waz, 

i'm sorry to report that it did not work

i subscribed in itunes on mac tiger for first time (first time for
itunes that is, i already subscribe in fireant)

subscribed and downloaded last episode no problem (yea, that torch bit
has always been a real draw to a brulee)

but nothing updated on ipod


worse, i downloaded Tandoori episode and that did not transfer to ipod
either


i don't know if this will shed some light:

i used "convert selection for ipod" on the brulee episode (man, that
took a while on powerbook g4)

the resulting brulee video ended up on the ipod under "recent entires"
in "videos", but not in podcasts

as far as i can see this feed does not show up at all on my video ipod

markus


wazman_au wrote:

  OK, I uninstalled and reinstalled iTunes and QT Pro; re-encoded the 
creme brulee video with my usual settings; uploaded again; and 
updated the feed accordingly.

Could someone who's a video ipodder please delete Crash Test Kitchen 
from iTunes, including sending the files to trash, then resubscribe 
and download the creme brulee episode, and see if it works on the 
iPod?

If that doesn't fix it, I'm stumped. I have compared this file's 
specs to previous files that worked and it's pretty much identical, 
except for some minor differences in bitrate that I can't control 
anyway.

As background: I use Adobe Premiere Elements for my editing, export 
a full-sized AVI, then crunch that down into a H.264 .mov file with 
QT Pro. Recently I switched from an NTSC format camera to PAL but I 
can't see how that would make a difference - especially since our 
cappuccino and tajine episodes were shot on the PAL cam, and the 
tandoori one was actually shot ages ago on NTSC.

My backup plan is to use the "official" iPod video option in 
QuickTime but the files are pretty big and it doesn't allow for 
hyperlinks. 

And all this goes wrong just when we've been mentioned in Time 
magazine!

Thanks to everyone who's helping me with this.

Waz
www.crashtestkitchen.com

--- In videoblogging@yahoogroups.com, "Sheldon Pineo" [EMAIL PROTECTED] 
wrote:
  
  
On 3/9/06, wazman_au [EMAIL PROTECTED] wrote:
could you try the following on your iPod and let me know what 

  
  happens?
  
  

  (You might have to download and then transfer manually to your 
  

  
  iPod)
  
  
Sorry.  No luck.  I went to your site and downloaded the Tandoori
video.  It also didn't load.  I used iTunes format conveter and the
resulting video did load.


--
www.icenrye.com
www.icenrye.blogspot.com
www.icenryelikes.blogspot.com


  
  





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [videoblogging] Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread Markus Sandy






on more thing

the video embedded in your post is very different from the one in
downloaded by your feed

almost disturbingly so

feels a little like bait and switch

not saying that is bad in this case, just unexpected

markus



Markus Sandy wrote:

  cute concept, nicely executed.  entertaining.  great job! 

two things ...

on my mac, your entries feed works fine in itunes but for some reason 
fireant indicates "no new videos"

if i "browse" channel manually in fireant, then i can download your 
episode that way.

maybe one of the fireant folks can advise you on that.



Also it sez your comments are closed :(

markus



gottadiva wrote:

  
  
Thanks to the wonderful community here I was able to get my new vlog
(and first vlog post) up within two days.

Please visit my new site at www.vlogdiva.com.  I would love for some
of you to post comments, as this is my first-ever video blog and I'm
totally excited.

The production quality is so-so, but I promise that the vlogs will get
better and better with every new post. My goal is to post a minimum of
one personal vlog an one business vlog a week.

Cheers
Monique (AKA VlogDiva)

BTW - to those of you who helped, I ended up going with Adobe Premeire
Elements and my own hosting. I decided not to use the flash player
because the video quality was poor, so the only videos that I have are
embedded with QuickTime (using the oh-so-cool link that one of you
provided). Also, I got my must at garagebands.com - a very cool site.

Adobe Premeire Elements is simple enough, but I still have lots to
learn to harness the power of the software.


 


  
  

  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










[videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread gottadiva
--- In videoblogging@yahoogroups.com, Markus Sandy [EMAIL PROTECTED] wrote:

 on more thing
 
 the video embedded in your post is very different from the one in 
 downloaded by your feed
 
 almost disturbingly so..


Huh? I'm confused there!  The video is supposed to be the same. What
are you seeing in the feed? What are you seeing in the post?



 
 feels a little like bait and switch
 
 not saying that is bad in this case, just unexpected
 
 markus
 
 
 
 Markus Sandy wrote:
 
 cute concept, nicely executed.  entertaining.  great job! 
 
 two things ...
 
 on my mac, your entries feed works fine in itunes but for some reason 
 fireant indicates no new videos
 
 if i browse channel manually in fireant, then i can download your 
 episode that way.
 
 maybe one of the fireant folks can advise you on that.
 
 
 
 Also it sez your comments are closed :(
 
 markus
 
 
 
 gottadiva wrote:
 
   
 
 Thanks to the wonderful community here I was able to get my new vlog
 (and first vlog post) up within two days.
 
 Please visit my new site at www.vlogdiva.com.  I would love for some
 of you to post comments, as this is my first-ever video blog and I'm
 totally excited.
 
 The production quality is so-so, but I promise that the vlogs will get
 better and better with every new post. My goal is to post a minimum of
 one personal vlog an one business vlog a week.
 
 Cheers
 Monique (AKA VlogDiva)
 
 BTW - to those of you who helped, I ended up going with Adobe Premeire
 Elements and my own hosting. I decided not to use the flash player
 because the video quality was poor, so the only videos that I have are
 embedded with QuickTime (using the oh-so-cool link that one of you
 provided). Also, I got my must at garagebands.com - a very cool site.
 
 Adobe Premeire Elements is simple enough, but I still have lots to
 learn to harness the power of the software.
 
 
  
 
 
 
 
 
   
 
 
 
 -- 
 
 My name is Markus Sandy and I am app.etitio.us
 
 http://apperceptions.org
 http://digitaldojo.blogspot.com
 http://node101.org
 http://spinflow.org
 http://wearethemedia.com
 http://xpressionvlog.blogspot.com
 
 aim/ichat: [EMAIL PROTECTED]
 msn: [EMAIL PROTECTED]
 skype: msandy
 spin: [EMAIL PROTECTED]







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread gottadiva
OH - I see. The God Movie is showing. I had put that in as a place
holder yesterday. But I deleted it. I'm not sure why it's still
showing in the feed. Any idea how I can fix it?

 Markus Sandy wrote:
 
 cute concept, nicely executed.  entertaining.  great job! 
 
 two things ...
 
 on my mac, your entries feed works fine in itunes but for some reason 
 fireant indicates no new videos
 
 if i browse channel manually in fireant, then i can download your 
 episode that way.
 
 maybe one of the fireant folks can advise you on that.
 
 
 
 Also it sez your comments are closed :(
 
 markus
 
 
 
 gottadiva wrote:
 
   
 
 Thanks to the wonderful community here I was able to get my new vlog
 (and first vlog post) up within two days.
 
 Please visit my new site at www.vlogdiva.com.  I would love for some
 of you to post comments, as this is my first-ever video blog and I'm
 totally excited.
 
 The production quality is so-so, but I promise that the vlogs will get
 better and better with every new post. My goal is to post a minimum of
 one personal vlog an one business vlog a week.
 
 Cheers
 Monique (AKA VlogDiva)
 
 BTW - to those of you who helped, I ended up going with Adobe Premeire
 Elements and my own hosting. I decided not to use the flash player
 because the video quality was poor, so the only videos that I have are
 embedded with QuickTime (using the oh-so-cool link that one of you
 provided). Also, I got my must at garagebands.com - a very cool site.
 
 Adobe Premeire Elements is simple enough, but I still have lots to
 learn to harness the power of the software.
 
 
  
 
 
 
 
 
   
 
 
 
 -- 
 
 My name is Markus Sandy and I am app.etitio.us
 
 http://apperceptions.org
 http://digitaldojo.blogspot.com
 http://node101.org
 http://spinflow.org
 http://wearethemedia.com
 http://xpressionvlog.blogspot.com
 
 aim/ichat: [EMAIL PROTECTED]
 msn: [EMAIL PROTECTED]
 skype: msandy
 spin: [EMAIL PROTECTED]







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread Markus Sandy







the item in the feed is titled "Branding Power: A short skit"

the opening title of the movie says "the god who wasn't there - clip: -
did jesus begin as a myth?" 

what follows appears to be interviews with various people


i looked at your feed

you have two enclosures in your feed for this item

the first enclosure is:
http://www.thegodmovie.com/clips/JesusBeginMyth.mp4

the second is 
http://www.vlogdiva.com/videos/BrandingPower.mov"

the second one is probably the correct one

not sure how it got there (it's not in the post)

now you can see why i thought this was a bit odd


regards,
markus (not mark)



gottadiva wrote:

  --- In videoblogging@yahoogroups.com, Markus Sandy [EMAIL PROTECTED] wrote:
  
  
on more thing

the video embedded in your post is very different from the one in 
downloaded by your feed

almost disturbingly so..

  
  

Huh? I'm confused there!  The video is supposed to be the same. What
are you seeing in the feed? What are you seeing in the post?



  
  
feels a little like bait and switch

not saying that is bad in this case, just unexpected

markus



Markus Sandy wrote:



  cute concept, nicely executed.  entertaining.  great job! 

two things ...

on my mac, your entries feed works fine in itunes but for some reason 
fireant indicates "no new videos"

if i "browse" channel manually in fireant, then i can download your 
episode that way.

maybe one of the fireant folks can advise you on that.



Also it sez your comments are closed :(

markus



gottadiva wrote:

 

  
  
Thanks to the wonderful community here I was able to get my new vlog
(and first vlog post) up within two days.

Please visit my new site at www.vlogdiva.com.  I would love for some
of you to post comments, as this is my first-ever video blog and I'm
totally excited.

The production quality is so-so, but I promise that the vlogs will get
better and better with every new post. My goal is to post a minimum of
one personal vlog an one business vlog a week.

Cheers
Monique (AKA VlogDiva)

BTW - to those of you who helped, I ended up going with Adobe Premeire
Elements and my own hosting. I decided not to use the flash player
because the video quality was poor, so the only videos that I have are
embedded with QuickTime (using the oh-so-cool link that one of you
provided). Also, I got my must at garagebands.com - a very cool site.

Adobe Premeire Elements is simple enough, but I still have lots to
learn to harness the power of the software.




   


  
  
 

  


-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]


  
  





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 






  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread André Sala



You've got two enclosures for that first item:enclosure url="" href="http://www.thegodmovie.com/clips/JesusBeginMyth.mp4">http://www.thegodmovie.com/clips/JesusBeginMyth.mp4enclosure url="" href="http://www.vlogdiva.com/videos/BrandingPower.mov">
http://www.vlogdiva.com/videos/BrandingPower.movI'm not sure you meant to leave Jesus Begin in Myth on your feed...?On 3/10/06, gottadiva
 [EMAIL PROTECTED] wrote:
Huh? I'm confused there!The video is supposed to be the same. Whatare you seeing in the feed? What are you seeing in the post?





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread gottadiva
 
 I'm not sure you meant to leave Jesus Begin in Myth on your feed...?

No, I didn't.  So, basically folks are seeing the 'jesus' feed? Have
any idea on how I can get rid of it - it's not in my post.


 
 On 3/10/06, gottadiva [EMAIL PROTECTED] wrote:
 
 
  Huh? I'm confused there!  The video is supposed to be the same. What
  are you seeing in the feed? What are you seeing in the post?
 
 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread gottadiva
Thank you guys for your critiques. I figured out how to fix the
problem. I deleted the post, and recreated a new post. It seems fine now.




losures in your feed for this item
 
 the first enclosure is:
 http://www.thegodmovie.com/clips/JesusBeginMyth.mp4
 
 the second is
 http://www.vlogdiva.com/videos/BrandingPower.mov;
 
 the second one is probably the correct one
 
 not sure how it got there (it's not in the post)
 
 now you can see why i thought this was a bit odd
 
 
 regards,
 markus (not mark)
 
 
 
 gottadiva wrote:
 
 --- In videoblogging@yahoogroups.com, Markus Sandy markus@ wrote:
   
 
 on more thing
 
 the video embedded in your post is very different from the one in 
 downloaded by your feed
 
 almost disturbingly so..
 
 
 
 
 Huh? I'm confused there!  The video is supposed to be the same. What
 are you seeing in the feed? What are you seeing in the post?
 
 
 
   
 
 feels a little like bait and switch
 
 not saying that is bad in this case, just unexpected
 
 markus
 
 
 
 Markus Sandy wrote:
 
 
 
 cute concept, nicely executed.  entertaining.  great job! 
 
 two things ...
 
 on my mac, your entries feed works fine in itunes but for some
reason 
 fireant indicates no new videos
 
 if i browse channel manually in fireant, then i can download your 
 episode that way.
 
 maybe one of the fireant folks can advise you on that.
 
 
 
 Also it sez your comments are closed :(
 
 markus
 
 
 
 gottadiva wrote:
 
  
 
   
 
 Thanks to the wonderful community here I was able to get my new vlog
 (and first vlog post) up within two days.
 
 Please visit my new site at www.vlogdiva.com.  I would love for some
 of you to post comments, as this is my first-ever video blog and I'm
 totally excited.
 
 The production quality is so-so, but I promise that the vlogs
will get
 better and better with every new post. My goal is to post a
minimum of
 one personal vlog an one business vlog a week.
 
 Cheers
 Monique (AKA VlogDiva)
 
 BTW - to those of you who helped, I ended up going with Adobe
Premeire
 Elements and my own hosting. I decided not to use the flash player
 because the video quality was poor, so the only videos that I
have are
 embedded with QuickTime (using the oh-so-cool link that one of you
 provided). Also, I got my must at garagebands.com - a very cool
site.
 
 Adobe Premeire Elements is simple enough, but I still have lots to
 learn to harness the power of the software.
 
 
 
 

 
 
 
  
 
   
 
 -- 
 
 My name is Markus Sandy and I am app.etitio.us
 
 http://apperceptions.org
 http://digitaldojo.blogspot.com
 http://node101.org
 http://spinflow.org
 http://wearethemedia.com
 http://xpressionvlog.blogspot.com
 
 aim/ichat: markus.sandy@
 msn: msandy@
 skype: msandy
 spin: markus@
 
 
 
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
 
   
 
 
 
 -- 
 
 My name is Markus Sandy and I am app.etitio.us
 
 http://apperceptions.org
 http://digitaldojo.blogspot.com
 http://node101.org
 http://spinflow.org
 http://wearethemedia.com
 http://xpressionvlog.blogspot.com
 
 aim/ichat: [EMAIL PROTECTED]
 msn: [EMAIL PROTECTED]
 skype: msandy
 spin: [EMAIL PROTECTED]







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread hpbatman7
 On 3/9/06, hpbatman7 [EMAIL PROTECTED] wrote:
  I know I am opening a can of worms here (so to speak) and I may
  annoy some people with the question but.What makes 
a good
  vlog?
 

 Honestly, if
 someone isn't funny, I eventually stop watching their personal vlog.
 Why? Well, to be honest, I get enough of everyday people being very
 everyday in the rest of my life.

That's interesting..funny is important to me as well but not 
as important as I orginaly thought. And sometimes I like ordinary not 
everyday but I find it interesting meeting new people, maybe that's 
why I kinda like the ordinary, but I agree that after a while..
 
 Caveat: If it's the vlog of someone I've met in person, or gotten to
 know elsewhere, then it's automatically interesting enough to watch.
 But not necessarily interesting enough to show other people.

I would think the opposite would be true, at least for me, and don't 
you think that in a way you do get to know people from there vlogs?  
Especialy if they do share their lives.

Interesting feedback Stephanie.

 --Stephanie
 
 --
 Stephanie Bryant
 [EMAIL PROTECTED]
 Blogs, vlogs, and audioblogs at:
 http://www.mortaine.com/blogs







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] a video to make you smile

2006-03-10 Thread Markus Sandy
a friend sent me a link to a great video and I just had to make a post 
about it

i hope this makes you smile big time

happy weekend folks!

http://apperceive.blogs.com/apperceive/2006/03/hot_ukelele.html

-- 

Markus Sandy

http://apperceptions.org
http://node101.org




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Fwd: [rss-media] Announcing RSS feeds on Google Video (alpha)

2006-03-10 Thread Michael Sullivan



-- Forwarded message --From: googlerssmedia [EMAIL PROTECTED]Date: Mar 9, 2006 7:10 PM
Subject: [rss-media] Announcing RSS feeds on Google Video (alpha)To: [EMAIL PROTECTED]Google is pleased to announce an alpha release of RSS feeds on Google
Video.This is our first release of RSS feeds on Google Video and we'recontacting this group because we'd like to receive feedback on ourimplementation.Specifically, we've implemented portions of the
MediaRSS extension and would like to make sure that what we've done isstandards-compliant.We are also interested in feedback regardingadditional information that would be useful to include in the feeds.The RSS feature is not yet linked on our site, so to access it you'll
need to use the links below.To access a feed of popular videos, go tohttp://video.google.com/videofeed?type=popularnum=20output=rss
To access a feed of any search results page, go tohttp://video.google.com/videofeed?type=searchq=type%3Agpicknum=20output=rss
In both cases, the num parameter can take any value from 1 to 100.In the case of search, the q parameter is the search query, and socan be anything you might see in a Google Video search URL.
Furthermore, any other parameters that are accepted by Google Videosearch (e.g. for sort order) can be used here.Please respond to this post with any feedback you may have.Thanks for your help and for your interest in Google Video!
- The Google Video teamYahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/rss-media/
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Sullhttp://vlogdir.com 
http://SpreadTheMedia.org





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread jonny goldstein
So many things. One thing that works for me is when I see emotion.
Also, I like really short ones. I often skim longer posts. I'll watch
a few seconds at the beginning middle and end to see if I wanna watch
the whole thing.



--- In videoblogging@yahoogroups.com, hpbatman7 [EMAIL PROTECTED] wrote:

  On 3/9/06, hpbatman7 heathparks@ wrote:
   I know I am opening a can of worms here (so to speak) and I may
   annoy some people with the question but.What makes 
 a good
   vlog?
  
 
  Honestly, if
  someone isn't funny, I eventually stop watching their personal vlog.
  Why? Well, to be honest, I get enough of everyday people being very
  everyday in the rest of my life.
 
 That's interesting..funny is important to me as well but not 
 as important as I orginaly thought. And sometimes I like ordinary not 
 everyday but I find it interesting meeting new people, maybe that's 
 why I kinda like the ordinary, but I agree that after a while..
  
  Caveat: If it's the vlog of someone I've met in person, or gotten to
  know elsewhere, then it's automatically interesting enough to watch.
  But not necessarily interesting enough to show other people.
 
 I would think the opposite would be true, at least for me, and don't 
 you think that in a way you do get to know people from there vlogs?  
 Especialy if they do share their lives.
 
 Interesting feedback Stephanie.
 
  --Stephanie
  
  --
  Stephanie Bryant
  mortaine@
  Blogs, vlogs, and audioblogs at:
  http://www.mortaine.com/blogs
 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
That's a great piece!  That lucky ninja...

I find it troubling, though, that the ABC news anchor calls Rocketboom
fake news.  I mean, the news is real and they're reporting it... so
what makes it fake?

Kitka

--- In videoblogging@yahoogroups.com, Aaron Valdez [EMAIL PROTECTED]
wrote:

 Did I fall in a hole or has this already been passed around?  ABC News
 story about Video Podcasting with Ask a Ninja, etc
 
 

http://www.culturalfarming.com/medianipple/211-230/215_ABC_News_Podcast_Report.mov
 
 from an excellent video blog 
 http://www.culturalfarming.com








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: ABC News Story

2006-03-10 Thread BevSykes






I find it troubling, 
though, that the ABC news anchor calls Rocketboom"fake news". I mean, 
the news is real and they're reporting it... sowhat makes it 
fake?
Jon Stewart refers to "The Daily Show" as "faux news" too, though he 
has some of the best reporting around most of the time.




  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: do you have a video iPod?

2006-03-10 Thread wazman_au
bummer! 

i have admitted defeat and done a repost with an m4v file created in 
qt pro using the ipod export option. this will show up as an 
additional post, labelled repost, in itunes, above the glitchy 
one, when you update the podcast in itunes. any chance someone could 
try it on vidpod?

thanks for all your help guys.

waz
www.crashtestkitchen.com  

--- In videoblogging@yahoogroups.com, Markus Sandy [EMAIL PROTECTED] 
wrote:

 waz,
 
 i'm sorry to report that it did not work
 
 i subscribed in itunes on mac tiger for first time (first time for 
 itunes that is, i already subscribe in fireant)
 
 subscribed and downloaded last episode no problem (yea, that torch 
bit 
 has always been a real draw to a brulee)
 
 but nothing updated on ipod
 
 
 worse, i downloaded Tandoori episode and that did not transfer to 
ipod 
 either
 
 
 i don't know if this will shed some light:
 
 i used convert selection for ipod on the brulee episode  (man, 
that 
 took a while on powerbook g4)
 
 the resulting brulee video ended up on the ipod under recent 
entires 
 in videos, but not in podcasts
 
 as far as i can see this feed does not show up at all on my video 
ipod
 
 markus
 
 
 wazman_au wrote:
 
 OK, I uninstalled and reinstalled iTunes and QT Pro; re-encoded 
the 
 creme brulee video with my usual settings; uploaded again; and 
 updated the feed accordingly.
 
 Could someone who's a video ipodder please delete Crash Test 
Kitchen 
 from iTunes, including sending the files to trash, then 
resubscribe 
 and download the creme brulee episode, and see if it works on the 
 iPod?
 
 If that doesn't fix it, I'm stumped. I have compared this file's 
 specs to previous files that worked and it's pretty much 
identical, 
 except for some minor differences in bitrate that I can't control 
 anyway.
 
 As background: I use Adobe Premiere Elements for my editing, 
export 
 a full-sized AVI, then crunch that down into a H.264 .mov file 
with 
 QT Pro. Recently I switched from an NTSC format camera to PAL but 
I 
 can't see how that would make a difference - especially since our 
 cappuccino and tajine episodes were shot on the PAL cam, and the 
 tandoori one was actually shot ages ago on NTSC.
 
 My backup plan is to use the official iPod video option in 
 QuickTime but the files are pretty big and it doesn't allow for 
 hyperlinks. 
 
 And all this goes wrong just when we've been mentioned in Time 
 magazine!
 
 Thanks to everyone who's helping me with this.
 
 Waz
 www.crashtestkitchen.com
 
 --- In videoblogging@yahoogroups.com, Sheldon Pineo icenrye@ 
 wrote:
   
 
 On 3/9/06, wazman_au elefantman@ wrote:
 could you try the following on your iPod and let me know what 
 
 
 happens?
   
 
 (You might have to download and then transfer manually to your 
   
 
 iPod)
   
 
 Sorry.  No luck.  I went to your site and downloaded the Tandoori
 video.  It also didn't load.  I used iTunes format conveter and 
the
 resulting video did load.
 
 
 --
 www.icenrye.com
 www.icenrye.blogspot.com
 www.icenryelikes.blogspot.com
 
 
 
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
   
 
 
 
 -- 
 
 My name is Markus Sandy and I am app.etitio.us
 
 http://apperceptions.org
 http://digitaldojo.blogspot.com
 http://node101.org
 http://spinflow.org
 http://wearethemedia.com
 http://xpressionvlog.blogspot.com
 
 aim/ichat: [EMAIL PROTECTED]
 msn: [EMAIL PROTECTED]
 skype: msandy
 spin: [EMAIL PROTECTED]







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
 
 Jon Stewart refers to The Daily Show as faux news too, though he
has some of the best reporting around most of the time.


Well, all news to a certain point is faux (French for false), but John
Stewart is first and foremost a comedian (this is explained on that
fateful episode of CNN's Crossfire).  I remember learning this lesson
a long time ago in elementary school when I was told that most news
stories are cut up and pasted together to portray a certain
narrative... heck, a similar but more gruesome idea is even addressed
in George Orwell's Nineteen-Eighty-Four.  This is why liberal and
conservative media differ so greatly.

That said, however, I don't see how the validity of Rocketboom differs
from mainstream news.  Perhaps it's because RB allows for speculative
news (or buzz), while mainstream news anchors are too scared of
destroying their reputations (remember the Dan Rather debacle?).

If anything, I would say that SNL's Weekend Update is fake/faux news.
 The formula of their news stories start by telling the true news and
then leading into a fake story by saying stuff like and in other
news  I've done this once on my own show, but that's the only
time I believe I've said something fake.  

I may be wrong, but I don't remember one occassion where RB blatently
gave us false information for comedic purposes.

Kitka
http://www.kitkast.com/






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: ABC News Story

2006-03-10 Thread gottadiva
Wow - that is very cool. 
This whole vlogging thing is so exciting. I can't wait to see how it
evolves over the next year. 

Monique Danielle
(Aka VlogDiva)
http://www.vlogdiva.com







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
Yeah, did you also notice how the anchor said that there weren't very
many downloads last year?  Duh... videoblogging has been growing
exponentially in the past few months thanks to the video-iPod (and
similar portable technology, the emergence of new aggregators and
directories.  He makes it seem like videoblogging is never going to
hit it big... but it's making it big as we speak!

Oh well... I guess his piece is just another example of misleading
news that is put together to tell a certain narrative!

Kitka
http://www.kitkast.com/


--- In videoblogging@yahoogroups.com, gottadiva [EMAIL PROTECTED] wrote:

 Wow - that is very cool. 
 This whole vlogging thing is so exciting. I can't wait to see how it
 evolves over the next year. 
 
 Monique Danielle
 (Aka VlogDiva)
 http://www.vlogdiva.com







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Projected Growth of Vlogging in 2006?

2006-03-10 Thread gottadiva
I've been trying to find some stats about vlogging, but haven't had
any luck. Probably because I haven't slept in 24 hours! I got too
excited making my first vlog and researching vlogging.

Anyway, does anyone know how many vloggers there were at the start of
2005, how many there are now, and how many there are expected to me in
another year? Estimates, of course. 

Cheers
Monique Danielle
AKA VlogDiva
http://www.vlogdiva.com






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: ABC News Story

2006-03-10 Thread BevSykes





Yeah, did you also notice how 
the anchor said that there weren't verymany downloads last year? 
Duh... videoblogging has been growingexponentially in the past few months 
thanks to the video-iPod (andsimilar portable technology, the emergence of 
new aggregators anddirectories. He makes it seem like videoblogging is 
never going tohit it big...

In that I guess "real" news isn't that much different from SNL or The 
Daily Show, is it...the difference being that the end resultof the fact 
manipulationisn't intended to be "comedic," but something elseeither 
misleading, or the reporter didn't understand the subject at all.

-- BevBlog: http://funnytheblog.blogspot.com/Journal: 
http://funnytheworld.com




  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
Sorry, Bev, but can you re-write that... I'm not sure I understand
what you're trying to say.

Kitka

 In that I guess real news isn't that much different from SNL or
The Daily Show, is it...the difference being that the end result of
the fact manipulation isn't intended to be comedic, but something
elseeither misleading, or the reporter didn't understand the
subject at all.
 
 -- 
 Bev






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: ABC News Story

2006-03-10 Thread BevSykes





You talked about SNL and The Daily Show 
manipulating the news to make it humorous. If a reporter is manipulating 
the news (under-reporting the popularity of video blogs) for some reason, how 
does that make it any different from SNL or The Daily Show? (The only way 
it would be different is if the reporter was too clueless to actually do the 
research and find out the truth behind the story)
-- BevBlog: http://funnytheblog.blogspot.com/Journal: 
http://funnytheworld.com

  - Original Message - 
  From: 
  Kitka 
  To: videoblogging@yahoogroups.com 
  
  Sent: Friday, March 10, 2006 7:54 
AM
  Subject: [videoblogging] Re: ABC News 
  Story
  Sorry, Bev, but can you re-write that... I'm not sure I 
  understandwhat you're trying to say.Kitka In that I 
  guess "real" news isn't that much different from SNL orThe Daily Show, is 
  it...the difference being that the end result ofthe fact manipulation 
  isn't intended to be "comedic," but somethingelseeither misleading, or 
  the reporter didn't understand thesubject at all.  -- 
   
  Bev




  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: Using video mime types (was: Live Clipboard - clipboard of the web standar

2006-03-10 Thread Enric
--- In videoblogging@yahoogroups.com, Andreas Haugstrup
[EMAIL PROTECTED] wrote:

 On Fri, 10 Mar 2006 11:34:10 +0100, Enric [EMAIL PROTECTED] wrote:
 
  I will setup a web page where the specifications for a videoblog movie
  entry can be put in and it'll generate the code to copy and paste
  which will include the type={mime type}.  But the user can write the
  code directly in their blogging software.  So I will make type={mime
  type} optional but strongly recommended.  I'll code vpip so that it
  will use type={mime type} first and if not available the file  
  extension.
 
 Do you want me to write a bookmarklet with Wordpress support? (Can be  
 extended for Blogger and others with the switch of a variable)
 It's a quick write and the link can be inserted into the user's blog
post  
 automagically (since it's a bookmarklet we don't need copy+paste)
Because  
 I'm a geek it would use AJAX to check the mime type via a HEAD request  
 before inserting the link...
 
 -- 
 Andreas Haugstrup Pedersen
 URL: http://www.solitude.dk/ 
 Commentary on media, communication, culture and technology.



Sure, I'll have the code up on a instruction page later today (or
perhaps tomorrow depending on time zone.)  You can see vPIP operating
on the Cirne vlog at http://www.cirne.com/vlog.  When clicking on
another image the prior selected movie that was open will close to
it's image.

  -- Enric
  -==-
  http://www.cirne.com





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: ABC News Story

2006-03-10 Thread Enric
It's fake because videoblogging and sites like Rocketboom are
getting big enough to start competing with ABC News and other prior
media.  A new technological development is the darling of some in the
prior methods until it looks to overtake them.

  -- Enric
  -==-
  http://www.cirne.com

--- In videoblogging@yahoogroups.com, Kitka [EMAIL PROTECTED] wrote:

 That's a great piece!  That lucky ninja...
 
 I find it troubling, though, that the ABC news anchor calls Rocketboom
 fake news.  I mean, the news is real and they're reporting it... so
 what makes it fake?
 
 Kitka
 
 --- In videoblogging@yahoogroups.com, Aaron Valdez valdezfilm@
 wrote:
 
  Did I fall in a hole or has this already been passed around?  ABC News
  story about Video Podcasting with Ask a Ninja, etc
  
  
 

http://www.culturalfarming.com/medianipple/211-230/215_ABC_News_Podcast_Report.mov
  
  from an excellent video blog 
  http://www.culturalfarming.com
 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: ABC News Story

2006-03-10 Thread Enric
--- In videoblogging@yahoogroups.com, BevSykes [EMAIL PROTECTED] wrote:

 You talked about SNL and The Daily Show manipulating the news to
make it humorous.  If a reporter is manipulating the news
(under-reporting the popularity of video blogs) for some reason, how
does that make it any different from SNL or The Daily Show?  (The only
way it would be different is if the reporter was too clueless to
actually do the research and find out the truth behind the story)

Stupidity should not to be underestimated.

  ;)


 -- 
 Bev
 Blog:  http://funnytheblog.blogspot.com/
 Journal:  http://funnytheworld.com
 
   - Original Message - 
   From: Kitka 
   To: videoblogging@yahoogroups.com 
   Sent: Friday, March 10, 2006 7:54 AM
   Subject: [videoblogging] Re: ABC News Story
 
 
   Sorry, Bev, but can you re-write that... I'm not sure I understand
   what you're trying to say.
 
   Kitka
 
In that I guess real news isn't that much different from SNL or
   The Daily Show, is it...the difference being that the end result of
   the fact manipulation isn't intended to be comedic, but something
   elseeither misleading, or the reporter didn't understand the
   subject at all.

-- 
Bev
 
 
 
 
 
 
   SPONSORED LINKS Individual  Fireant  Use  
 
 

--
   YAHOO! GROUPS LINKS 
 
 a..  Visit your group videoblogging on the web.
   
 b..  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
 c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
 
 

--







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
 You talked about SNL and The Daily Show manipulating the news to
make it humorous.  If a reporter is manipulating the news
(under-reporting the popularity of video blogs) for some reason, how
does that make it any different from SNL or The Daily Show?  (The only
way it would be different is if the reporter was too clueless to
actually do the research and find out the truth behind the story)
 -- 
 Bev

Thank for clarifying your last point a bit better, Bev.  

The point I was getting to earlier is why does this news anchor claim
that Rocketboom is fake news while _his_ ABC webcast is real news.
 The point that you have just made agrees with my prior statement that
all news is fabricated, whether it is comedy or 'reality'.  The reason
for this is that reporters take what they want out of a story and
broadcast a fraction of the full picture.  

The difference between shows like SNL and this ABC webcast is that SNL
invents stories for comedic purposes, while this ABC reporter is
leaving out vital information explaining why there weren't very many
videoblog downloads last year.  I mean, he _could_ have added a
sentence saying something like However, with the growing popularity
of the video iPod and the growing online accessibility of vlogs from
places like iTunes, videoblog downloads in 2006 are _sure_ to overtake
any numbers from previous years.

Instead... he just made it look like videoblogs were unpopular and
that it's best to just sit back and watch television.  My best
explanation for WHY he reported the story in this fashion is that
although ABC has an online webcast, they fear that television
as-we-know-it will become extinct.  When I was talking with a CBC
reporter the other day, he said that he is terribly fearful that the
mainstream media will fall behind and die... this is a fear shared by
many in the mainstream.

Kitka
http://www.kitkast.com/





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: ABC News Story

2006-03-10 Thread Enric
--- In videoblogging@yahoogroups.com, Kitka [EMAIL PROTECTED] wrote:

  You talked about SNL and The Daily Show manipulating the news to
 make it humorous.  If a reporter is manipulating the news
 (under-reporting the popularity of video blogs) for some reason, how
 does that make it any different from SNL or The Daily Show?  (The only
 way it would be different is if the reporter was too clueless to
 actually do the research and find out the truth behind the story)
  -- 
  Bev
 
 Thank for clarifying your last point a bit better, Bev.  
 
 The point I was getting to earlier is why does this news anchor claim
 that Rocketboom is fake news while _his_ ABC webcast is real news.
  The point that you have just made agrees with my prior statement that
 all news is fabricated, whether it is comedy or 'reality'.  The reason
 for this is that reporters take what they want out of a story and
 broadcast a fraction of the full picture.  
 
 The difference between shows like SNL and this ABC webcast is that SNL
 invents stories for comedic purposes, while this ABC reporter is
 leaving out vital information explaining why there weren't very many
 videoblog downloads last year.  I mean, he _could_ have added a
 sentence saying something like However, with the growing popularity
 of the video iPod and the growing online accessibility of vlogs from
 places like iTunes, videoblog downloads in 2006 are _sure_ to overtake
 any numbers from previous years.
 
 Instead... he just made it look like videoblogs were unpopular and
 that it's best to just sit back and watch television.  My best
 explanation for WHY he reported the story in this fashion is that
 although ABC has an online webcast, they fear that television
 as-we-know-it will become extinct.  When I was talking with a CBC
 reporter the other day, he said that he is terribly fearful that the
 mainstream media will fall behind and die... this is a fear shared by
 many in the mainstream.
 
 Kitka
 http://www.kitkast.com/


Current mainstream media won't go away, just will become significantly
smaller in the future.  We still have Opera, just the percentage of
population going to see it is smaller.

  -- Enric
  -==-
  http://www.cirne.com






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
 Current mainstream media won't go away, just will become significantly
 smaller in the future.  We still have Opera, just the percentage of
 population going to see it is smaller.
 
   -- Enric

I agree, Enric.  After all, we videobloggers and bloggers who report
quoted news from mainstream sources will continue to depend on those
sources.

You can see how the mainstream media might be scared, though... they
may not go away, but it's quite possible they will downsize.

Kitka
http://www.kitkast.com/ 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: ABC News Story

2006-03-10 Thread Enric
--- In videoblogging@yahoogroups.com, Kitka [EMAIL PROTECTED] wrote:

  Current mainstream media won't go away, just will become significantly
  smaller in the future.  We still have Opera, just the percentage of
  population going to see it is smaller.
  
-- Enric
 
 I agree, Enric.  After all, we videobloggers and bloggers who report
 quoted news from mainstream sources will continue to depend on those
 sources.
 
 You can see how the mainstream media might be scared, though... they
 may not go away, but it's quite possible they will downsize.
 
 Kitka
 http://www.kitkast.com/


Yup, being top dog is nice.

   ;),

   Enric







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Stephanie Bryant
On 3/10/06, hpbatman7 [EMAIL PROTECTED] wrote:
  Honestly, if
  someone isn't funny, I eventually stop watching their personal vlog.
  Why? Well, to be honest, I get enough of everyday people being very
  everyday in the rest of my life.

 That's interesting..funny is important to me as well but not
 as important as I orginaly thought. And sometimes I like ordinary not
 everyday but I find it interesting meeting new people, maybe that's
 why I kinda like the ordinary, but I agree that after a while..

Yes, when I started, I liked watching everything, because it was
endlessly fascinating to watch strangers' lives. I'm more selective
now. I still subscribe to a bunch of vlogs that I don't watch much of.

  Caveat: If it's the vlog of someone I've met in person, or gotten to
  know elsewhere, then it's automatically interesting enough to watch.
  But not necessarily interesting enough to show other people.

 I would think the opposite would be true, at least for me, and don't
 you think that in a way you do get to know people from there vlogs?
 Especialy if they do share their lives.

I do, which is why I subscribe to vlogs that I don't watch. I
subscribe for a while, decide if I'm watching them regularly enough.
If not, then I eventually take them off my main vlog subscriptions.

Oh, and I'd second the short = good comment. The longest vlog I
subscribe to is Icenrye, and I have to say, I think it could be about
1/4 the length. Frequently, a lot of it (20 minutes or more) is him
just talking to the camera, which could be done just as well in text
or even audioblog format on the site, and then save the video download
MB's for the stuff that's actual video. BUT, I keep it as an example
of long-format videoblogging. Unfortunately, it takes a very long
time to download, and for power  settings reasons, I can't just leave
my downloads running overnight.

--Stephanie

--
Stephanie Bryant
[EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
http://www.mortaine.com/blogs


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: do you have a video iPod?

2006-03-10 Thread kelly belly
On Mar 10, 2006, at 08:45 , wazman_au wrote:
 i have admitted defeat and done a repost with an m4v file created in
 qt pro using the ipod export option. this will show up as an
 additional post, labelled repost, in itunes, above the glitchy
 one, when you update the podcast in itunes. any chance someone could
 try it on vidpod?

I unsubscribed, trashed the old files then resubscribed and  
redownloaded your recent shows. The creme brulee repost video copied  
to my iPod, the other recent videos didn't.

The first thing that popped in my head is that it's not on your side  
but instead related to the reportedly buggy v1.1 of the iPod firmware  
(http://forums.ilounge.com/showthread.php?threadid=143446), but I  
haven't upgraded my iPod yet so I don't think that can be it.

Has any of your software been upgraded recently?

Oh, and congrats on the Time Magazine mention!

/Kelly
-- 
http://kellybelly.net


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: Using video mime types (was: Live Clipboard - clipboard of the web standar

2006-03-10 Thread Michael Sullivan



Great work, enric!On 3/10/06, Enric [EMAIL PROTECTED] wrote:
--- In videoblogging@yahoogroups.com, Andreas Haugstrup[EMAIL PROTECTED] wrote: On Fri, 10 Mar 2006 11:34:10 +0100, Enric [EMAIL PROTECTED] wrote:
  I will setup a web page where the specifications for a videoblog movie  entry can be put in and it'll generate the code to copy and paste  which will include the type={mime type}.But the user can write the
  code directly in their blogging software.So I will make type={mime  type} optional but strongly recommended.I'll code vpip so that it  will use type={mime type} first and if not available the file
  extension. Do you want me to write a bookmarklet with Wordpress support? (Can be extended for Blogger and others with the switch of a variable) It's a quick write and the link can be inserted into the user's blog
post automagically (since it's a bookmarklet we don't need copy+paste)Because I'm a geek it would use AJAX to check the mime type via a HEAD request before inserting the link...
 -- Andreas Haugstrup Pedersen URL: http://www.solitude.dk/  Commentary on media, communication, culture and technology.Sure, I'll have the code up on a instruction page later today (or
perhaps tomorrow depending on time zone.)You can see vPIP operatingon the Cirne vlog at http://www.cirne.com/vlog.When clicking onanother image the prior selected movie that was open will close to
it's image.-- Enric-==-http://www.cirne.comYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/-- Sull
http://vlogdir.com http://SpreadTheMedia.org





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread hpbatman7
I have noticed a lot of short=good  what is considered short 
under 5 minutes?


--- In videoblogging@yahoogroups.com, Stephanie Bryant 
[EMAIL PROTECTED] wrote:

 On 3/10/06, hpbatman7 [EMAIL PROTECTED] wrote:
   Honestly, if
   someone isn't funny, I eventually stop watching their personal 
vlog.
   Why? Well, to be honest, I get enough of everyday people being 
very
   everyday in the rest of my life.
 
  That's interesting..funny is important to me as well but 
not
  as important as I orginaly thought. And sometimes I like ordinary 
not
  everyday but I find it interesting meeting new people, maybe 
that's
  why I kinda like the ordinary, but I agree that after a 
while..
 
 Yes, when I started, I liked watching everything, because it was
 endlessly fascinating to watch strangers' lives. I'm more selective
 now. I still subscribe to a bunch of vlogs that I don't watch much 
of.
 
   Caveat: If it's the vlog of someone I've met in person, or 
gotten to
   know elsewhere, then it's automatically interesting enough to 
watch.
   But not necessarily interesting enough to show other people.
 
  I would think the opposite would be true, at least for me, and 
don't
  you think that in a way you do get to know people from there 
vlogs?
  Especialy if they do share their lives.
 
 I do, which is why I subscribe to vlogs that I don't watch. I
 subscribe for a while, decide if I'm watching them regularly enough.
 If not, then I eventually take them off my main vlog subscriptions.
 
 Oh, and I'd second the short = good comment. The longest vlog I
 subscribe to is Icenrye, and I have to say, I think it could be 
about
 1/4 the length. Frequently, a lot of it (20 minutes or more) is him
 just talking to the camera, which could be done just as well in text
 or even audioblog format on the site, and then save the video 
download
 MB's for the stuff that's actual video. BUT, I keep it as an example
 of long-format videoblogging. Unfortunately, it takes a very long
 time to download, and for power  settings reasons, I can't just 
leave
 my downloads running overnight.
 
 --Stephanie
 
 --
 Stephanie Bryant
 [EMAIL PROTECTED]
 Blogs, vlogs, and audioblogs at:
 http://www.mortaine.com/blogs







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Stephanie Bryant
I'd say under 5 is excellent. 8-10 minutes is the limit. More than 10
minutes has to have a lot of great content.

I love very short vlogs, 2-4 minutes.

On 3/10/06, hpbatman7 [EMAIL PROTECTED] wrote:
 I have noticed a lot of short=good  what is considered short
 under 5 minutes?


 --- In videoblogging@yahoogroups.com, Stephanie Bryant
 [EMAIL PROTECTED] wrote:
 
  On 3/10/06, hpbatman7 [EMAIL PROTECTED] wrote:
Honestly, if
someone isn't funny, I eventually stop watching their personal
 vlog.
Why? Well, to be honest, I get enough of everyday people being
 very
everyday in the rest of my life.
  
   That's interesting..funny is important to me as well but
 not
   as important as I orginaly thought. And sometimes I like ordinary
 not
   everyday but I find it interesting meeting new people, maybe
 that's
   why I kinda like the ordinary, but I agree that after a
 while..
 
  Yes, when I started, I liked watching everything, because it was
  endlessly fascinating to watch strangers' lives. I'm more selective
  now. I still subscribe to a bunch of vlogs that I don't watch much
 of.
 
Caveat: If it's the vlog of someone I've met in person, or
 gotten to
know elsewhere, then it's automatically interesting enough to
 watch.
But not necessarily interesting enough to show other people.
  
   I would think the opposite would be true, at least for me, and
 don't
   you think that in a way you do get to know people from there
 vlogs?
   Especialy if they do share their lives.
 
  I do, which is why I subscribe to vlogs that I don't watch. I
  subscribe for a while, decide if I'm watching them regularly enough.
  If not, then I eventually take them off my main vlog subscriptions.
 
  Oh, and I'd second the short = good comment. The longest vlog I
  subscribe to is Icenrye, and I have to say, I think it could be
 about
  1/4 the length. Frequently, a lot of it (20 minutes or more) is him
  just talking to the camera, which could be done just as well in text
  or even audioblog format on the site, and then save the video
 download
  MB's for the stuff that's actual video. BUT, I keep it as an example
  of long-format videoblogging. Unfortunately, it takes a very long
  time to download, and for power  settings reasons, I can't just
 leave
  my downloads running overnight.
 
  --Stephanie
 
  --
  Stephanie Bryant
  [EMAIL PROTECTED]
  Blogs, vlogs, and audioblogs at:
  http://www.mortaine.com/blogs
 







 Yahoo! Groups Links










--
Stephanie Bryant
[EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
http://www.mortaine.com/blogs


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: ABC News Story

2006-03-10 Thread Steve Garfield
Let's ask him.

On Mar 10, 2006, at 11:46 AM, Kitka wrote:

 The point I was getting to earlier is why does this news anchor claim
 that Rocketboom is fake news while _his_ ABC webcast is real news.

--Steve
-- 
http://SteveGarfield.com
http://Rocketboom.com

My most recent post:

VLOG SOUP: Episode 12
http://stevegarfield.blogs.com/videoblog/2006/03/vlog_soup_episo.html

You are worth like 50 million danishes. - Amy Carpenter

Alternative reply address:
stephen.garfield [AT] comcast.net



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: ABC News Story

2006-03-10 Thread BevSykes





I did. No reply yet.

-- BevBlog: http://funnytheblog.blogspot.com/Journal: 
http://funnytheworld.com

  - Original Message - 
  From: 
  Steve 
  Garfield 
  To: videoblogging@yahoogroups.com 
  
  Sent: Friday, March 10, 2006 9:13 
AM
  Subject: Re: [videoblogging] Re: ABC News 
  Story
  Let's ask him.On Mar 10, 2006, at 11:46 AM, Kitka 
  wrote: The point I was getting to earlier is why does this news 
  anchor claim that Rocketboom is "fake news" while _his_ ABC webcast is 
  "real news".--Steve-- http://SteveGarfield.comhttp://Rocketboom.comMy most recent 
  post:VLOG SOUP: Episode 12http://stevegarfield.blogs.com/videoblog/2006/03/vlog_soup_episo.html"You 
  are worth like 50 million danishes." - Amy CarpenterAlternative reply 
  address:stephen.garfield [AT] comcast.net

  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread BevSykes





I love very short vlogs, 2-4 
minutes.

Just like a "real" news report, huh? We are the Sesame Street 
generation, the fast food generation, where we lose interest very quickly, so 
all the good stuff has to be pared down to fit into a 2-5 minute time slot. 
Which, of course, is a great way to learn how to edit effectively.

-- BevBlog: http://funnytheblog.blogspot.com/Journal: 
http://funnytheworld.com




  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: ABC News Story

2006-03-10 Thread Kitka
 Let's ask him.
 
 --Steve


Okay... I just re-watched the segment and the name of the ABC
correspondent who says there's a fake daily news podcast called
Rocketboom is Miguel Marquez, whose bio can be found here:

http://abcnews.go.com/WNT/story?id=1170622

The question is... how do we get in touch with him?  If you want to
contact anyone at ABC, you have to go through their online submission
form.

Kitka
http://www.kitkast.com/





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] What makes a good vlog?

2006-03-10 Thread Ted Tagami



What makes a good vlog? What makes a good vlog isn't the vlog, but the things around it:

The intro to the vlog (whether in stream or on the site which it is
hosted) is clear in it's subject, style, and intent; It uses keywords
to help peope locate it based on what the author believes it should be
categorically; it offers a way to subscribe (email or RSS); it's
compelling enough for you to forward to your friends.On 3/9/06, hpbatman7 [EMAIL PROTECTED] wrote:




I know I am opening a can of worms here (so to speak) and I may 
annoy some people with the question but.What makes a good 
vlog? 

I know that question is very subjective but I am new to all of this, 
just started at the end of December and I have been trying to find 
as many vlogs as possible. I have been to mefeedia, vlogdir, and of 
course just some old fashioned searching. I have found some I like, 
some I love and some. What's weird is that I am more drawn 
to things I never thought I would be, people and places, that 
probably under normal circumstances, I wuouldn't give 2 seconds to 
but now...

I never saw myself as a reality person...maybe because 
the reality that regular TV trys to feed us, feels 
soUNreal.

Now for me I like a mixture of stuff, ordinary, mixed with 
creativity, maybe because that is what I hope to accomplish on a 
regular basis. I also love the man on the street kinda things, 
inteviews and such (something I hope to get more comfortable doing)

Here are a few of the vlogs I visit, 
http://missbhavens.blogspot.com/
http://www.bicycle-sidewalk.com/
http://unholyknight.com/vlog/index.php
http://joshleo.blogspot.com/

I am just curious what other vlogs people think are good and why.

Heath - Batman Geek
http://batmangeek7.blogspot.com

You don't tug on Superman's cape, you don't spit into the wind, you 
don't pull the mask off of the Lone Ranger and you don't mess around 
with Batman! (Hey I'm called Batman Geek, what did you expect?)










  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  









-- Ted TagamiPrincipal, Universus NetworksU N I V E R S U S . N E T





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread duncan



hmmm... what about the more.. ahem..'arty' stuff steph? that seemed to be missing off your list.. here are some of my favourites.. i'm not going to write little descriptions of each one because sometimes that gives the wrong idea.. i would just say that all of the following constistently intrigue me, move me, or make me see the world a little differently. and none of them are funny (especially not you mr. nelson, we've had enough of your childish behaviour ;) )
 so..in no particular orderhttp://fastmovinganimals.blogspot.comhttp://www.bottomunion.com
http://nordark.blogs.com (although we've been a bit quiet recently haven't we kristina!)http://pouringdown.blogspot.comhttp://x.nnon.tv/vlog/
http://www.prototypen.com/blog/vjblog/http://www.nearlyenough.com/
http://gnitseretni.blogspot.com/and there are loads more.. so apologies to those i missed, don;t take it personally.. i just picked the first 8 from my 'art' tagsand yes.. generally these are all often short videos.. for me i just like short because of the fragmentation and the connections i can make between them hopefully my attention span is still there! i mean.. i still love tarkovsky :)
be welld-- URL: http://29fragiledays.blogspot.com URL: http://www.kleindesign.co.uk





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread duncan



On 3/10/06, duncan [EMAIL PROTECTED] wrote:
hmmm... what about the more.. ahem..'arty' stuff steph? that seemed to be missing off your list.. here are some of my favourites.. sorry... it wasn't stephs list.. my mistake! 
although the vlogs i listed in my last post shouldn;t be dismissed as 'eye-candy' - there's a lot more to all of them i think.d-- URL: http://29fragiledays.blogspot.com
 URL: http://www.kleindesign.co.uk





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Bill Streeter
I used to think this. But I'm getting away from it now. I like long 
videos if they are compelling. Drivetime is a good one that is long, 
as is The Pan. Nathan Miller has been posting 10 minute episodes 
lately and it's still not long enough for my wife, who is not a 
techie or a big vlog watcher. Also I wish This or That would stop 
cutting up theirs into 5 minute chunks and post entire shows. But 
maybe it's a bandwidth issue for them. And I've been toying with the 
idea of switching to a longer format too. 

I also think that the demand for longer video blog posts will go up 
as more people start to watch them on their TV's--and that's 
starting to happen as more people plug Mac Minis and Windows Media 
Centers into their tubes.

Bill Streeter
LO-FI SAINT LOUIS
www.lofistl.com

--- In videoblogging@yahoogroups.com, hpbatman7 [EMAIL PROTECTED] 
wrote:

 I have noticed a lot of short=good  what is considered short 
 under 5 minutes?
 
 
 --- In videoblogging@yahoogroups.com, Stephanie Bryant 
 mortaine@ wrote:
 
  On 3/10/06, hpbatman7 heathparks@ wrote:
Honestly, if
someone isn't funny, I eventually stop watching their 
personal 
 vlog.
Why? Well, to be honest, I get enough of everyday people 
being 
 very
everyday in the rest of my life.
  
   That's interesting..funny is important to me as well 
but 
 not
   as important as I orginaly thought. And sometimes I like 
ordinary 
 not
   everyday but I find it interesting meeting new people, maybe 
 that's
   why I kinda like the ordinary, but I agree that after a 
 while..
  
  Yes, when I started, I liked watching everything, because it was
  endlessly fascinating to watch strangers' lives. I'm more 
selective
  now. I still subscribe to a bunch of vlogs that I don't watch 
much 
 of.
  
Caveat: If it's the vlog of someone I've met in person, or 
 gotten to
know elsewhere, then it's automatically interesting enough 
to 
 watch.
But not necessarily interesting enough to show other people.
  
   I would think the opposite would be true, at least for me, and 
 don't
   you think that in a way you do get to know people from there 
 vlogs?
   Especialy if they do share their lives.
  
  I do, which is why I subscribe to vlogs that I don't watch. I
  subscribe for a while, decide if I'm watching them regularly 
enough.
  If not, then I eventually take them off my main vlog 
subscriptions.
  
  Oh, and I'd second the short = good comment. The longest vlog I
  subscribe to is Icenrye, and I have to say, I think it could be 
 about
  1/4 the length. Frequently, a lot of it (20 minutes or more) is 
him
  just talking to the camera, which could be done just as well in 
text
  or even audioblog format on the site, and then save the video 
 download
  MB's for the stuff that's actual video. BUT, I keep it as an 
example
  of long-format videoblogging. Unfortunately, it takes a very 
long
  time to download, and for power  settings reasons, I can't just 
 leave
  my downloads running overnight.
  
  --Stephanie
  
  --
  Stephanie Bryant
  mortaine@
  Blogs, vlogs, and audioblogs at:
  http://www.mortaine.com/blogs
 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread wlight

 and yes.. generally these are all often short videos.. for me i just like
 short because of the fragmentation and the connections i can make between
 them hopefully my attention span is still there!

When I was younger, I was like a lot of other film snobs- I believed that 
longer films were more artistic.  I think this was because a lot of 
Hollywood tripe is actually pretty short.  Eventually, though, I realized 
that extreme length is often a function of an editor not doing a good job 
or someone in the production crew being too in love with his/her work to 
leave it on the cutting room floor.  I just eventually saw enough art 
flicks to not be wooed by pretention and gimmicks.

Now, I love and praise anyone who can pack their entire point in to a 
small package, and my favorite format by far is the short.  It's like the 
difference between reading Sartre and Camus.  Sartre writes an 
imponderable 500-page tome that carries the same point that Camus makes in 
a paragraph.

Brevity is the friend of the artist.

--
Rhett.

-
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread David Howell
--- In videoblogging@yahoogroups.com, hpbatman7 [EMAIL PROTECTED] wrote:

 What makes a good vlog?  
 

That's like asking what is good art.

I personaly dont think there are good and bad vlogs. It's all a
matter of personal taste.






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] SXSW Saturday!

2006-03-10 Thread Halcyon Lujah
I got a last minute flight and added my name to the Wiki...

I'm going to come to SXSW sun-tues with camera in tow. :)

Planning on hitting web awards, fray cafe, blogger party, ???

Hoping to get as many people as possible to answer on camera What
does 'personal publishing' mean today? And where is it heading?

(I may refine the wording, but looking to see how innovators see the
individual's role changing/growing in the era of vlogging, tv/net
convergence, etc.)

Would love to get sound bites and hugs from anyone there! (I'll be the
one with pink hair)
xoxo
-Halcyon

www.spreadingthepink.com


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: Yes! Got my Vlog Up - Please Stop By

2006-03-10 Thread Michael Sullivan



Its ok at http://vlogdir.com/permalink/2073On 3/10/06, gottadiva 
[EMAIL PROTECTED] wrote: I'm not sure you meant to leave Jesus Begin in Myth on your feed...?
No, I didn't.So, basically folks are seeing the 'jesus' feed? Haveany idea on how I can get rid of it - it's not in my post. On 3/10/06, gottadiva [EMAIL PROTECTED] wrote: 
   Huh? I'm confused there!The video is supposed to be the same. What  are you seeing in the feed? What are you seeing in the post?  
Yahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/videoblogging/* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Sullhttp://vlogdir.com http://SpreadTheMedia.org






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Devlon



I second that.On 3/10/06, David Howell [EMAIL PROTECTED] wrote:




--- In videoblogging@yahoogroups.com, hpbatman7 [EMAIL PROTECTED] wrote:

 What makes a good vlog? 
 

That's like asking what is good art.

I personaly dont think there are good and bad vlogs. It's all a
matter of personal taste.










  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  









-- ~DevlonBlog: http://devlond.blogspot.com | http://loadedpun.comVlog: 
http://8bitme.blogspot.comhttp://mefeedia.com





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Kitka
--- In videoblogging@yahoogroups.com, Bill Streeter [EMAIL PROTECTED] wrote:

 I used to think this. But I'm getting away from it now. I like long 
 videos if they are compelling. Drivetime is a good one that is long, 
 as is The Pan. Nathan Miller has been posting 10 minute episodes 
 lately and it's still not long enough for my wife, who is not a 
 techie or a big vlog watcher. Also I wish This or That would stop 
 cutting up theirs into 5 minute chunks and post entire shows. But 
 maybe it's a bandwidth issue for them. And I've been toying with the 
 idea of switching to a longer format too. 
 

As someone who posts 10-13 minute episodes/week, I can see the
positive angle of having shorter posts.  Although it's nice to have a
show format, some people don't like downloading such large files... I
know a lot of technophobes who freak out when they notice something
downloading to their computer without their permission.  As a result,
I think it's easier to reach a wider audience if you have a shorter
vlog.  

 I also think that the demand for longer video blog posts will go up 
 as more people start to watch them on their TV's--and that's 
 starting to happen as more people plug Mac Minis and Windows Media 
 Centers into their tubes.
 

I agree... I'm sure the demand will go up as more people start to
watch them on their TVs, but a few problems we will face is hosting,
size/speed of download and content (with amateur video, it's more
entertaining to deliver a certain amount of content in a smaller
period of time than to drag it out... only Sergio Leone truly knew how
to drag out the moment without boring people to death!).  

It would really suck if videoblogs became so lengthy that they started
being more like podcasts... two guys talking about stuff and drinking
beers in front of a camera.  I think part of the attraction of
videoblogs is that they _are_ usually quite brief and to the point
(not unlike Samurai doctrine).  Perhaps once advertizing makes more of
its way into videoblogging there will be more of a demand (and a
realistically funded way) to create longer shows.   

The hardest part of making my show so long is not the amount of work
that is involved... it's that I have to work a full time job to
support the 'hobby'.  If funding was provided, making a longer show
would be easy.

Kitka
http://www.kitkast.com/







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Markus Sandy






did you notice the guy's tee-shirt in mica's recent mtaa post?

http://publicaddress.typepad.com/hello/2006/03/mtaa.html

"a lot of art is boring"



David Howell wrote:

  --- In videoblogging@yahoogroups.com, "hpbatman7" [EMAIL PROTECTED] wrote:
  
  
What makes a "good" vlog?  


  
  
That's like asking what is good art.

I personaly dont think there are "good" and "bad" vlogs. It's all a
matter of personal taste.

  


-- 
Markus Sandy
http://apperceptions.org







  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread robert a/k/a r
There are no good or bad vlogs, only good or bad vloggers.


/duckiing the plagiarist/remix police/



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Stephanie Bryant



On 3/10/06, duncan [EMAIL PROTECTED] wrote:



On 3/10/06, duncan [EMAIL PROTECTED]
 wrote:
hmmm... what about the more.. ahem..'arty'
stuff steph? that seemed to be missing off your list.. here are some of
my favourites.. sorry... it wasn't stephs list.. my mistake! 
although the vlogs i listed in my last post shouldn;t be dismissed as 'eye-candy' - there's a lot more to all of them i think.
Perhaps, but I categorize vlogs which have as their main priority a
visual art _expression_ as eye candy, because to call them art vlogs
would, I am sure, get people howling at me that their personal diary
vlogs are art, too. Which is true, but they aren't visual art.

Eye candy is not dismissive. It's a phrase that distinguishes between
art-as-political-commentary vlogs from art-as-a-visual-wow vlogs
from art-as-something-that-instructs-and-informs vlogs.

BTW: Since I watch vlogs mainly on my computer or my iPod, and not on
my TV, the shorter format is important. Just as you don't want to read
a novel on your computer, watching a long movie on the laptop is just
not right. There are too many distractions.
-- Stephanie Bryant[EMAIL PROTECTED]Blogs, vlogs, and audioblogs at:http://www.mortaine.com/blogs





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Devlon



A lot of art _is_ boring. It just gets my hackles up to read the 'what is a good vlog' thing come up :)It's all subjective. And to the credit of everyone that posted a reply, the information that came back was more to do with the format, length, etc. and less about the content/subject. You guys make me so proud :P
Vlog because you want to, vlog becuase you've got something to say, vlog because you can...vlog like no one is watching.Let the flames fly, I am off my soapbox now.On 3/10/06, 
Markus Sandy [EMAIL PROTECTED] wrote:



  




did you notice the guy's tee-shirt in mica's recent mtaa post?

http://publicaddress.typepad.com/hello/2006/03/mtaa.html

a lot of art is boring



David Howell wrote:

  --- In videoblogging@yahoogroups.com, hpbatman7 
[EMAIL PROTECTED] wrote:  
  
What makes a good vlog?  
  
  That's like asking what is good art.I personaly dont think there are good and bad vlogs. It's all amatter of personal taste.  


-- Markus Sandyhttp://apperceptions.org








  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  









-- ~DevlonBlog: http://devlond.blogspot.com | http://loadedpun.comVlog: 
http://8bitme.blogspot.comhttp://mefeedia.com





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] What makes a good vlog?

2006-03-10 Thread Michael Sullivan



I'd say Banana Mashing makes a good vlog ;-)http://thisorthat-video.blogspot.com/2006/03/banana-mashing.html
http://ia300236.us.archive.org/2/items/TT0618D2004/TT0618D2004.mp4honeslty, besides the 'shorter the better' rule... it really depends on you, unless we're talking production value and not 'content'.
sullOn 3/9/06, hpbatman7 [EMAIL PROTECTED]
 wrote:
I know I am opening a can of worms here (so to speak) and I mayannoy some people with the question but.What makes a goodvlog?I know that question is very subjective but I am new to all of this,
just started at the end of December and I have been trying to findas many vlogs as possible.I have been to mefeedia, vlogdir, and ofcourse just some old fashioned searching.I have found some I like,some I love and some.What's weird is that I am more drawn
to things I never thought I would be, people and places, thatprobably under normal circumstances, I wuouldn't give 2 seconds tobut now...I never saw myself as a reality person...maybe because
the reality that regular TV trys to feed us, feelssoUNreal.Now for me I like a mixture of stuff, ordinary, mixed withcreativity, maybe because that is what I hope to accomplish on a
regular basis.I also love the man on the street kinda things,inteviews and such (something I hope to get more comfortable doing)Here are a few of the vlogs I visit,

http://missbhavens.blogspot.com/http://www.bicycle-sidewalk.com/
http://unholyknight.com/vlog/index.php
http://joshleo.blogspot.com/I am just curious what other vlogs people think are good and why.Heath - Batman Geek
http://batmangeek7.blogspot.com
You don't tug on Superman's cape, you don't spit into the wind, youdon't pull the mask off of the Lone Ranger and you don't mess aroundwith Batman!(Hey I'm called Batman Geek, what did you expect?)

Yahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/-- Sullhttp://vlogdir.com
 http://SpreadTheMedia.org







  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Michael Sullivan



my favorite vlog is pouring downhttp://feeds.feedburner.com/pouringdownOn 3/10/06, 
Devlon [EMAIL PROTECTED] wrote:



A lot of art _is_ boring. It just gets my hackles up to read the 'what is a good vlog' thing come up :)It's all subjective. And to the credit of everyone that posted a reply, the information that came back was more to do with the format, length, etc. and less about the content/subject. You guys make me so proud :P
Vlog because you want to, vlog becuase you've got something to say, vlog because you can...vlog like no one is watching.Let the flames fly, I am off my soapbox now.
On 3/10/06, 
Markus Sandy [EMAIL PROTECTED] wrote:




  




did you notice the guy's tee-shirt in mica's recent mtaa post?

http://publicaddress.typepad.com/hello/2006/03/mtaa.html

a lot of art is boring



David Howell wrote:

  --- In videoblogging@yahoogroups.com, hpbatman7 

[EMAIL PROTECTED] wrote:  
  
What makes a good vlog?  
  
  That's like asking what is good art.I personaly dont think there are good and bad vlogs. It's all amatter of personal taste.  


-- Markus Sandyhttp://apperceptions.org








  
  
SPONSORED LINKS
  
  
  



Individual
  
  


Fireant
  
  


Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.


  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service

.



  









-- ~DevlonBlog: 
http://devlond.blogspot.com | http://loadedpun.comVlog: 

http://8bitme.blogspot.comhttp://mefeedia.com





  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  








-- Sullhttp://vlogdir.com http://SpreadTheMedia.org





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Christian Wach
On 10 Mar 2006, at 19:59, Devlon wrote:

 vlog like no one is watching

LOL - for the vast majority of us, that's probably true.

If you like it, it's good, if you don't, well, duh! ;)
Anyone bold enough to claim they are objectively right?

Thought not.

My £0.02,

Christian

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread David Howell
I'll echo Sull's posting.

I wish Pouring Down had new vids every single day.

David
http://www.taoofdavid.com

--- In videoblogging@yahoogroups.com, Michael Sullivan
[EMAIL PROTECTED] wrote:

 my favorite vlog is pouring down
 
 http://feeds.feedburner.com/pouringdown
 
 
 On 3/10/06, Devlon [EMAIL PROTECTED] wrote:
 
  A lot of art _is_ boring.  It just gets my hackles up to read the
'what is
  a good vlog' thing come up :)
 
  It's all subjective.  And to the credit of everyone that posted a
reply,
  the information that came back was more to do with the format,
length, etc.
  and less about the content/subject.  You guys make me so proud :P
 
  Vlog because you want to, vlog becuase you've got something to
say, vlog
  because you can...vlog like no one is watching.
 
  Let the flames fly, I am off my soapbox now.
 
 
  On 3/10/06, Markus Sandy [EMAIL PROTECTED] wrote:
  
did you notice the guy's tee-shirt in mica's recent mtaa post?
  
   http://publicaddress.typepad.com/hello/2006/03/mtaa.html
  
   *a lot of art is boring*
  
  
  
  
   David Howell wrote:
  
   --- In videoblogging@yahoogroups.com, hpbatman7
   heathparks@ heathparks@ wrote:
  
What makes a good vlog?
  
That's like asking what is good art.
  
   I personaly dont think there are good and bad vlogs. It's all a
   matter of personal taste.
  
  
   --
   Markus Sandy
   http://apperceptions.org
  
  
  
SPONSORED LINKS

Individualhttp://groups.yahoo.com/gads?t=msk=Individualw1=Individualw2=Fireantw3=Usec=3s=38.sig=OHeQJKby66gg3t35np-qiw
  
Fireanthttp://groups.yahoo.com/gads?t=msk=Fireantw1=Individualw2=Fireantw3=Usec=3s=38.sig=hK8TfZa7ClhTIxDJdP6Cbw
  
Usehttp://groups.yahoo.com/gads?t=msk=Usew1=Individualw2=Fireantw3=Usec=3s=38.sig=fljF53rXtnOMjmpIySYbqA
--
   YAHOO! GROUPS LINKS
  
  
  -  Visit your group
videoblogginghttp://groups.yahoo.com/group/videoblogging
  on the web.
  
  -  To unsubscribe from this group, send an email to:
   
[EMAIL PROTECTED][EMAIL PROTECTED]
  
  -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/ .
  
  
--
  
 
 
 
  --
  ~Devlon
  Blog: http://devlond.blogspot.com | http://loadedpun.com
  Vlog: http://8bitme.blogspot.com
  http://mefeedia.com
 
   SPONSORED LINKS
   
Individualhttp://groups.yahoo.com/gads?t=msk=Individualw1=Individualw2=Fireantw3=Usec=3s=38.sig=OHeQJKby66gg3t35np-qiw
 
Fireanthttp://groups.yahoo.com/gads?t=msk=Fireantw1=Individualw2=Fireantw3=Usec=3s=38.sig=hK8TfZa7ClhTIxDJdP6Cbw
 
Usehttp://groups.yahoo.com/gads?t=msk=Usew1=Individualw2=Fireantw3=Usec=3s=38.sig=fljF53rXtnOMjmpIySYbqA
   --
  YAHOO! GROUPS LINKS
 
 
 -  Visit your group
videoblogginghttp://groups.yahoo.com/group/videoblogging
 on the web.
 
 -  To unsubscribe from this group, send an email to:
 
[EMAIL PROTECTED][EMAIL PROTECTED]
 
 -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.
 
 
   --
 
 
 
 
 --
 Sull
 http://vlogdir.com
 http://SpreadTheMedia.org








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Kitka
I agree... most art _is_ boring.  Good art to me is the set design on
the space station in 2001: A Space Odyssey.  Ikea catalogues are like
porn to me...

Kitka
http://www.kitkast.com/


--- In videoblogging@yahoogroups.com, David Howell [EMAIL PROTECTED]
wrote:

 In my opinion, I do find a lot of art boring. Regardless of my B.F.A.,
 which gives the assumption by some that I should know what I am
 talking about, that is only my opinion. Worth only what goes on in
 my own head :)
 
 David
 http://www.taoofdavid.com
 
 --- In videoblogging@yahoogroups.com, Markus Sandy markus@ wrote:
 
  did you notice the guy's tee-shirt in mica's recent mtaa post?
  
  http://publicaddress.typepad.com/hello/2006/03/mtaa.html
  
  a lot of art is boring
  
  
  
  David Howell wrote:
  
  --- In videoblogging@yahoogroups.com, hpbatman7 heathparks@
wrote:

  
  What makes a good vlog?  
  
  
  
  
  That's like asking what is good art.
  
  I personaly dont think there are good and bad vlogs. It's all a
  matter of personal taste.
  

  
  
  -- 
  Markus Sandy
  http://apperceptions.org
 







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Devlon



On 3/10/06, Christian Wach [EMAIL PROTECTED] wrote:




On 10 Mar 2006, at 19:59, Devlon wrote:

 vlog like no one is watching

LOL - for the vast majority of us, that's probably true.heh, yeah, we don't have to try to hard for that one.

If you like it, it's good, if you don't, well, duh! ;)
Anyone bold enough to claim they are objectively right?

Thought not.

My £0.02,

Christian





  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  









-- ~DevlonBlog: http://devlond.blogspot.com | http://loadedpun.comVlog: 
http://8bitme.blogspot.comhttp://mefeedia.com





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread hpbatman7
I know it's subjective, and I agree that when you get caught up in 
whats good or bad it is all a matter of opinion, I guess for me, as 
someone new, I just wondered, if there was a standard and if so 
why..

being a comic geek, we have these sort of debates all the time and 
personly I enjoy it because it forces my out of my comfort zone, to 
explore thoughts, opinion's, attitudes, etc that under normal 
circumstances I would never get exposed to.  I find that 
interesting..of course I may be the only one  ;)


--- In videoblogging@yahoogroups.com, Christian Wach [EMAIL PROTECTED] wrote:

 On 10 Mar 2006, at 19:59, Devlon wrote:
 
  vlog like no one is watching
 
 LOL - for the vast majority of us, that's probably true.
 
 If you like it, it's good, if you don't, well, duh! ;)
 Anyone bold enough to claim they are objectively right?
 
 Thought not.
 
 My £0.02,
 
 Christian







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Devlon



On 3/10/06, hpbatman7 [EMAIL PROTECTED] wrote:




I know it's subjective, and I agree that when you get caught up in 
whats good or bad it is all a matter of opinion, I guess for me, as 
someone new, I just wondered, if there was a standard and if so 
why..I see where you are coming from now. I wasn't faulting the question per se, but not knowing the motive behind the question I assumed :)

being a comic geek, we have these sort of debates all the time and 
personly I enjoy it because it forces my out of my comfort zone, to 
explore thoughts, opinion's, attitudes, etc that under normal 
circumstances I would never get exposed to. I find that 
interesting..of course I may be the only one ;)These are always good things. 

--- In videoblogging@yahoogroups.com, Christian Wach [EMAIL PROTECTED] wrote:

 On 10 Mar 2006, at 19:59, Devlon wrote:
 
  vlog like no one is watching
 
 LOL - for the vast majority of us, that's probably true.
 
 If you like it, it's good, if you don't, well, duh! ;)
 Anyone bold enough to claim they are objectively right?
 
 Thought not.
 
 My £0.02,
 
 Christian











  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  









-- ~DevlonBlog: http://devlond.blogspot.com | http://loadedpun.comVlog: 
http://8bitme.blogspot.comhttp://mefeedia.com





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: Using video mime types (was: Live Clipboard - clipboard of the web standar

2006-03-10 Thread Enric
Thanks :)

Those that want an early version, I quickly put up a page on my new
utilities site, http://utilities.cinegage.com , that allows a download
and has a very brief description:

http://www.utilities.cinegage.com/?page_id=4

I've got to do some things and will be back later to put in real
instructions and usage information.  

  -- Enric

--- In videoblogging@yahoogroups.com, Michael Sullivan
[EMAIL PROTECTED] wrote:

 Great work, enric!
 
 On 3/10/06, Enric [EMAIL PROTECTED] wrote:
 
  --- In videoblogging@yahoogroups.com, Andreas Haugstrup
  solitude@ wrote:
  
   On Fri, 10 Mar 2006 11:34:10 +0100, Enric enric@ wrote:
  
I will setup a web page where the specifications for a
videoblog movie
entry can be put in and it'll generate the code to copy and paste
which will include the type={mime type}.  But the user can
write the
code directly in their blogging software.  So I will make
type={mime
type} optional but strongly recommended.  I'll code vpip so
that it
will use type={mime type} first and if not available the file
extension.
  
   Do you want me to write a bookmarklet with Wordpress support?
(Can be
   extended for Blogger and others with the switch of a variable)
   It's a quick write and the link can be inserted into the user's blog
  post
   automagically (since it's a bookmarklet we don't need copy+paste)
  Because
   I'm a geek it would use AJAX to check the mime type via a HEAD
request
   before inserting the link...
  
   --
   Andreas Haugstrup Pedersen
   URL: http://www.solitude.dk/ 
   Commentary on media, communication, culture and technology.
  
 
 
  Sure, I'll have the code up on a instruction page later today (or
  perhaps tomorrow depending on time zone.)  You can see vPIP operating
  on the Cirne vlog at http://www.cirne.com/vlog.  When clicking on
  another image the prior selected movie that was open will close to
  it's image.
 
-- Enric
-==-
http://www.cirne.com
 
 
 
 
 
 
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 --
 Sull
 http://vlogdir.com
 http://SpreadTheMedia.org







 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Christian Wach
On 10 Mar 2006, at 20:19, hpbatman7 wrote:

 I know it's subjective, and I agree that when you get caught up in
 whats good or bad it is all a matter of opinion, I guess for  
 me, as
 someone new, I just wondered, if there was a standard and if so
 why..

Then perhaps you meant to ask: What makes a *popular* vlog?

Good/bad questions will usually provoke flame wars since people tend
to forget that they have no monopoly on truth, regardless of how much
they may claim they do.

:)

Christian


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread hpbatman7
True...but you could also make the same argument about popular 
as well...and I guess in my limited way of thinking sometimes I 
equate good as popular, which is stupid and limiting I know but hey I 
am working on it  :)  

And I've learned I need to be a bit clearer in my thought process 
sometimes..although were is the fun in that.  ;)

Although I am glad people did give me examples of vlogs they like 
etc, I will have plenty of stuff to look at this weekend.

Heath - Batman Geek
http://batmangeek7.blogspot.com

--- In videoblogging@yahoogroups.com, Christian Wach [EMAIL PROTECTED] 
wrote:

 On 10 Mar 2006, at 20:19, hpbatman7 wrote:
 
  I know it's subjective, and I agree that when you get caught up in
  whats good or bad it is all a matter of opinion, I guess for  
  me, as
  someone new, I just wondered, if there was a standard and if so
  why..
 
 Then perhaps you meant to ask: What makes a *popular* vlog?
 
 Good/bad questions will usually provoke flame wars since people tend
 to forget that they have no monopoly on truth, regardless of how 
much
 they may claim they do.
 
 :)
 
 Christian








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Loiez D.
Hi all,

I am looking to make a musical collaboratif work .

You just have to make a note with a bottle of beer.

An example here:
http://www.loiez.org/beer1.mov

Format : DV
Beer: That you want
background : black if you can
cadrage similar as mine

With all the footage i would like to make a beer symphony


Thank for all contributions
Special thank for australians and bretons vloggers


Just for art fun


Send please your work at :
[EMAIL PROTECTED]


Loiez
http://www.loiez.org





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Christian Wach
On 10 Mar 2006, at 21:02, hpbatman7 wrote:

 True...but you could also make the same argument about
 popular as well...and I guess in my limited way of thinking
 sometimes I equate good as popular, which is stupid and limiting
 I know but hey I am working on it  :)

At least popular is measurable - well, more so than good at
least, though it is often debatable what the download statistics
actually mean.

 Although I am glad people did give me examples of vlogs they
 like etc, I will have plenty of stuff to look at this weekend.

Yeah, that has been the best thing about this thread - always
good to find out what people like and recommend.

Cheers,

Christian


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Ted Tagami



ingenious!On 3/10/06, Loiez D. [EMAIL PROTECTED] wrote:




Hi all,

I am looking to make a musical collaboratif work .

You just have to make a note with a bottle of beer.

An example here:
http://www.loiez.org/beer1.mov

Format : DV
Beer: That you want
background : black if you can
cadrage similar as mine

With all the footage i would like to make a beer symphony


Thank for all contributions
Special thank for australians and bretons vloggers


Just for art fun


Send please your work at :
[EMAIL PROTECTED]


Loiez
http://www.loiez.org









  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  









-- Ted TagamiPrincipal, Universus NetworksU N I V E R S U S . N E T





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Markus Sandy
don't forget that there is a classic one here (not sure if it's beer 
however)

http://fauxpress.blogspot.com/2005/08/vlogosphere-is-hot-and-that-means-sexy.html




Loiez D. wrote:

Hi all,

I am looking to make a musical collaboratif work .

You just have to make a note with a bottle of beer.

An example here:
http://www.loiez.org/beer1.mov

Format : DV
Beer: That you want
background : black if you can
cadrage similar as mine

With all the footage i would like to make a beer symphony


Thank for all contributions
Special thank for australians and bretons vloggers


Just for art fun


Send please your work at :
[EMAIL PROTECTED]


Loiez
http://www.loiez.org





 
Yahoo! Groups Links



 





  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Stephanie Bryant
I am SO into that! YEAH

Besides, I need more beer on my vlog!

I should do a vlog of just me drinking a beer. Because Hold my beer
and watch this! has never yet, in any episode, shown me with beer,
except in the ID tag.

--Stephanie

On 3/10/06, Loiez D. [EMAIL PROTECTED] wrote:
 Hi all,

 I am looking to make a musical collaboratif work .

 You just have to make a note with a bottle of beer.

--
Stephanie Bryant
[EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
http://www.mortaine.com/blogs


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Loiez D.


Thx allmay be i could do another noteBut tonight it will be  very difficulu ;-)I see Leornard Cohen in Stephanie,s profil : a great singer and poet  Drink a beer and make a footageDon't be in laterAll european vloggers are drinking beer  now:-)Thx all for your participation on this projectLoiezLe 10 mars 06 à 23:30, Stephanie Bryant a écrit :  I am SO into that! YEAH  Besides, I need more beer on my vlog!  I should do a vlog of just me drinking a beer. Because "Hold my beer and watch this!" has never yet, in any episode, shown me with beer, except in the ID tag.  --Stephanie  On 3/10/06, Loiez D. [EMAIL PROTECTED] wrote:  Hi all,   I am looking to make a musical collaboratif work .   You just have to make a note with a bottle of beer.  -- Stephanie Bryant [EMAIL PROTECTED] Blogs, vlogs, and audioblogs at: http://www.mortaine.com/blogs   SPONSORED LINKS  Individual  Fireant  Use YAHOO! GROUPS LINKS  Visit your group "videoblogging" on the web.    To unsubscribe from this group, send an email to: [EMAIL PROTECTED]    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  








Re: [videoblogging] New Sony Vegas Mpeg-4 / iPod Encoder (+AAC)

2006-03-10 Thread WWWhatsup
Yes, I've messed with it and it does seem faster.

I'm yet to see a way to make a file ipod-compatible AND streamable online
like qt pro, but maybe it's there.

joly

At 01:23 AM 3/9/2006, you wrote:
Sony has released a Vegas update with easier setup for mpeg-4 renders, plus 
what are apparently some neat AVC customizations

*nice!  AAC is now an accepted codec, which makes my life a lot easier.

update link 
http://www.sonymediasoftware.com/download/step2.asp?DID=579http://www.sonymediasoftware.com/download/step2.asp?DID=579

via
http://www.camcorderinfo.com/content/Vegas-6-Eases-Exporting-to-iPod.htmhttp://www.camcorderinfo.com/content/Vegas-6-Eases-Exporting-to-iPod.htm


Ronen





--

---
 WWWhatsup NYC
http://pinstand.com - http://punkcast.com
--- 



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Markus Sandy






ok, so I set up a video conference for 6pm-6:30pm California time

i'll bring a beer, you bring a beer and conditions 1 and 2 will be
satisfied (at least virtually)

let's see if we can get 23 more people to have a beer together and set
a max record

http://flash.kmi.open.ac.uk:8080/fm/index.php?pwd=5e7af9-3617

that's in one hour from sending this

cheers, markus

p.s. if this were really virtual, we'd do it now cause it's 6pm in the
next timezone and we could project you there =)


Stephanie Bryant wrote:
I have to wait at least an hour and a half. 
  
Two reasons:
  
1) Even though I freelance, I have a rule about drinking at work (not
to do it), and my work day has not ended. When my work evening begins
(that's when I work past 6 PM), then I get to drink.
  
2) I don't drink alone. Bad habit to start. The #1 hazard of being a
writer is the risk of becoming an alcoholic. Therefore, I have to wait
till my husband returns at 6. Then he can mock me for vlogging while
drinking.
  
Do you only want single notes?
  
--Stephanie
  
  On 3/10/06, Loiez D. [EMAIL PROTECTED]
wrote:
  

I see Leornard Cohen in Stephanie,s profil : a great singer
and poet

  
  
  
An AWESOME singer and poet. 
  
  
  

Drink a beer and make a footage
Don't be in later
All european vloggers are drinking beer
now:-)


  
  
  
-- 
Stephanie Bryant
  [EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
  http://www.mortaine.com/blogs
  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [videoblogging] Beer symphony ( a collaboratif work)

2006-03-10 Thread Stephanie Bryant



Markus, you rock.

--SOn 3/10/06, Markus Sandy [EMAIL PROTECTED] wrote:



  




ok, so I set up a video conference for 6pm-6:30pm California time

i'll bring a beer, you bring a beer and conditions 1 and 2 will be
satisfied (at least virtually)

let's see if we can get 23 more people to have a beer together and set
a max record

http://flash.kmi.open.ac.uk:8080/fm/index.php?pwd=5e7af9-3617

that's in one hour from sending this

cheers, markus

p.s. if this were really virtual, we'd do it now cause it's 6pm in the
next timezone and we could project you there =)


Stephanie Bryant wrote:
I have to wait at least an hour and a half. 
  
Two reasons:
  
1) Even though I freelance, I have a rule about drinking at work (not
to do it), and my work day has not ended. When my work evening begins
(that's when I work past 6 PM), then I get to drink.
  
2) I don't drink alone. Bad habit to start. The #1 hazard of being a
writer is the risk of becoming an alcoholic. Therefore, I have to wait
till my husband returns at 6. Then he can mock me for vlogging while
drinking.
  
Do you only want single notes?
  
--Stephanie
  
  On 3/10/06, Loiez D. [EMAIL PROTECTED]

wrote:
  

I see Leornard Cohen in Stephanie,s profil : a great singer
and poet

  
  
  
An AWESOME singer and poet. 
  
  
  

Drink a beer and make a footage
Don't be in later
All european vloggers are drinking beer
now:-)


  
  
  
-- 
Stephanie Bryant
  [EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
  http://www.mortaine.com/blogs
  



-- My name is Markus Sandy and I am app.etitio.us
http://apperceptions.org
http://digitaldojo.blogspot.comhttp://node101.org
http://spinflow.orghttp://wearethemedia.com
http://xpressionvlog.blogspot.comaim/ichat: [EMAIL PROTECTED]msn: 
[EMAIL PROTECTED]skype: msandyspin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group videoblogging on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  









-- Stephanie Bryant[EMAIL PROTECTED]Blogs, vlogs, and audioblogs at:
http://www.mortaine.com/blogs





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] reminder ... help with wife's birthday

2006-03-10 Thread Markus Sandy






bumping this back up as a reminder about your wife's birthday videos

here's my video Richard

http://apperceive.com/videos/flash-hb-maureen.mov

hope you and all the other vloggers enjoy Austin and SxSW


Richard Show wrote:
This is just a friendly reminder to video bloggers
everywhere, about a note I sent Sunday, where I requested short clips
for my wife's birthday ... I've already got some great ones, but the
more the merrier!
  
original message from this past sunday, 12th 
  
  
Videoblogging buddies, pals, colleagues, and all around nice and
wonderful people,
  
Tuesday, March 13 is Richard's Wife's (Maureen's) birthday.
  
On
March 13 I will be at SXSW in Austin cavorting with videobloggers,
while my poor wife will be in Rolla, left to celebrate her birthday by
her lonesome.
  
  
Of course, as you might suspect, this note isn't about her,
rather it's about me and the amount of trouble I am in regarding this
whole predicament, and how you can help.
  
So, what I am hoping is
that a lot of you ... some of you ... somebody besides me ... would be
willing to make a short video clip wishing my wife a happy birthday and
maybe even mentioning something about how her husband loves her ... of
course, if you want to be really cool and add something else
interesting or funny or otherwise creative, which is the way of
videobloggers, feel free to do that, but just a "happy birthday
richard's wife" would be really great, and would go a long way to
helping Richard, which is, of course, everyone's goal in life ... or
should be ... 
  
If you could send a url to me, where this clip is posted, by
Saturday morning, March 10, then I will put all the clips together into
something and post it on the Richard Show as a surprise present for my
wife on the 13th. I will be in Austin Friday evening, and my cheap
hotel is supposed to have wireless, so I'm hoping I can put something
together some time around the convention stuff on the weekend, or at
least by Tuesday. If you go to the trouble of making any sort of clip,
I will definatley include it. You can certainly say something about
your vlog and put a url for that and, in fact, it might be cooler if
you do. And I'm thinking I will be in far less trouble after I post
this.
  
  
I would be really most very appreciative to you and forever
grateful. One other thing, in case you make some masterpiece and you
feel like posting it on your vlog, I would prefer that you wait until
after the 13th - that you would put it up on the web somewhere besides
your vlog with your feed, because I subscribe to a lot of your vlogs
and I sit around lots of evenings watching vlogs on the TV and Maureen
often watches with me. Luckily, she doesn't subscribe to the Yahoo
group, so I'm hoping it will be a surprise.
  
  
I
know it's short notice - only a week - but, if you do this thing for
me, I can guarentee you massivly stupendus kharma (not the mention
exposure to the vast multitude that is the Richard Show audience - ok,
maybe not exactly vast, but the kharma thing is for sure).
  
  
... your most humble servant and fellow video blogging companion ...
Richard
  

  
-- 
Richard 
  http://www.richardshow.com 
  



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "videoblogging" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










[videoblogging] video conference and a beer

2006-03-10 Thread Markus Sandy
hi all

come have a beer and toot a note for Loiez

http://flash.kmi.open.ac.uk:8080/fm/index.php?pwd=5e7af9-3617

markus



-- 

My name is Markus Sandy and I am app.etitio.us

http://apperceptions.org
http://digitaldojo.blogspot.com
http://node101.org
http://spinflow.org
http://wearethemedia.com
http://xpressionvlog.blogspot.com

aim/ichat: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: msandy
spin: [EMAIL PROTECTED]



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: What makes a good vlog?

2006-03-10 Thread Rich Hand
Okay this might be corny, but here goes...

a good vlog is one that evokes some emotion using just the right
amount of air time with a memorable hook.

ask a ninja is an example of this.  so is F.E.M.

And yes there are bad vlogs.  What makes them bad?

Dishonesty.

Not being honest with yourself or the viewer.

Good news, there are a bunch of bad videos, but I haven't found a
truly bad vlog.  Although I am always open to be proven wrong.  Does
anyone have a list of bad vlogs?   






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/