Author |
Message |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | well... however many could literally be up to the user... but for my case... just 1. I willl be using it for olnly a movie trailer... or a TV Show intro.
And no the videos are not local... using youtube they give you a code to put into an html file... and the video stays hosted on their site. all it really needs is a place to put their "embed Video" code for each profile. | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting Addicted2DVD: Quote: well... however many could literally be up to the user... but for my case... just 1. I willl be using it for olnly a movie trailer... or a TV Show intro.
And no the videos are not local... using youtube they give you a code to put into an html file... and the video stays hosted on their site. all it really needs is a place to put their "embed Video" code for each profile. Alright, then it's simple... going to code it now... bbl Let me just run this by you first. How about this: <youtube path=v code=RokR9Dx4R6g /> in notes. Would that be okay? |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | whatever works is cool by me! | | | Pete |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Xyrano, you really only need the code part, the base URL for YouTube is always
http://www.youtube.com/watch?v=
I think the v is there just for the rewrite url for Apache.. I'm guessing the URL are much more complicated "behind the scenes".
Unless you really want in embedded..
But I was thinking we could have a hybrid window for both YouTube and GoogleVideo ? | | | Last edited: by RossRoy |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Quoting RossRoy: Quote: Xyrano, you really only need the code part, the base URL for YouTube is always x: *
http://www.youtube.com/watch?v= x: This is good for a target="_new" link
I think the v is there just for the rewrite url for Apache.. I'm guessing the URL are much more complicated "behind the scenes". x: * Yea, the v seem frequent in youtube urls. For embed this seem to be ...youtube.com/v/CODE
Unless you really want in embedded.. x: I was thinking both a link and a embed option. Something that is decided in notes... like <youtube=code aslink /> which would render a link, <youtube=code /> would embed it ???
But I was thinking we could have a hybrid window for both YouTube and GoogleVideo ? Hybrid sounds good, only I don't know the code or url for googlevideos, right now. Can you take a crack at it? |
|
Registered: March 13, 2007 | Posts: 2,759 |
| Posted: | | | | Be aware that the copyright holder of the trailer / TV show intro may want Youtube to remove the copyrighted material from their site. I have seen a lot of clips disappear from Youtube with an error message indicating this. Therefore Youtube may not be the best place to host commercial trailers. |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Yeah... but I believe that is true with pretty much any online host isn't it? | | | Pete |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Quoting RHo: Quote: Be aware that the copyright holder of the trailer / TV show intro may want Youtube to remove the copyrighted material from their site. I have seen a lot of clips disappear from Youtube with an error message indicating this. Therefore Youtube may not be the best place to host commercial trailers. It always amazes me when I see a copyright holder demand that a trailer be removed from a website. It's free advertisement! Don't they spend enough already in advertisement? Now, if they have some sort of exclusive agreement with another site, I could understand, but why get, oh I don't know, the 1977 Star Wars trailer removed for copyright reason, is really beyond my understanding. I know they are well within their rights to do so, but I just can't understand the logic behind it. A TV show intro, OTOH, I can understand, even though if it is only the intro, I still see it as free advertisement and wouldn't see the problem with leaving it there. It's not like they are losing too much money with people seeing only the opening | | | Last edited: by RossRoy |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Here's 4 links for Google Videos, I guess only the docid is interesting. But some have a "-" in front, while others don't. Don't know what it changes, but I can confirm it is important.
http://video.google.ca/videoplay?docid=-7659511344206202037 http://video.google.ca/videoplay?docid=3432265409994388404 http://video.google.ca/videoplay?docid=-6710211402317199827 http://video.google.ca/videoplay?docid=-2562011283313707032
Google.ca or .com doesn't change anything, it points to the same video.
But I don't think you can embed Google Videos. I haven't seen any link to do so. | | | Last edited: by RossRoy |
|
Registered: March 13, 2007 | Posts: 582 |
| Posted: | | | | Quoting RossRoy: Quote: But I don't think you can embed Google Videos. I haven't seen any link to do so. <embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-2256927138583575552&hl=en-CA" flashvars=""> </embed> You can also add "autoplay" in the flashvars parameter to make it play automatically. Xyrano, if you put it in an HTML windows, how do you plan to link it to the correct profile ? | | | My 4x4 Club: Club FJ Cruiser Quebec DVDP Français: Forum DVD Profiler Français DVDCOL:DVD Collectors Online Video: LG RU-42PX10 Audio: Sony DreamSystem DAVFX100W |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Quoting Touti: Quote: <embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-2256927138583575552&hl=en-CA" flashvars=""> </embed> Nice! Quote: Xyrano, if you put it in an HTML windows, how do you plan to link it to the correct profile ? My guess is it will be the same way we did it for the Episode Guide and Gallery: put <youtube=<youtubeid>> or <googlevid=<googleid>> in the notes of the profile. |
|
Registered: March 13, 2007 | Posts: 793 |
| |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| |
Registered: March 13, 2007 | Posts: 582 |
| Posted: | | | | Quoting RossRoy: Quote: Quoting Touti:
Quote: <embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-2256927138583575552&hl=en-CA" flashvars=""> </embed>
Nice!
Nothing extraordinary, I just happened to have it because it's the last one I used. Quote:
Quote: Xyrano, if you put it in an HTML windows, how do you plan to link it to the correct profile ?
My guess is it will be the same way we did it for the Episode Guide and Gallery: put <youtube=<youtubeid>> or <googlevid=<googleid>> in the notes of the profile. The notes field is easy but I thought xyrano and addictedtodvd were talking about an html window. | | | My 4x4 Club: Club FJ Cruiser Quebec DVDP Français: Forum DVD Profiler Français DVDCOL:DVD Collectors Online Video: LG RU-42PX10 Audio: Sony DreamSystem DAVFX100W |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | yeah... as for the notes field we are talking about putting an indicator in the notes to show that there would be something to show in the new html window. | | | Pete |
|
Registered: March 13, 2007 | Posts: 582 |
| |