Group Abstract Group Abstract

Message Boards Message Boards

Accessing a YouTube video in a notebook

Posted 11 years ago

i am creating a notebook for my presentation at the wolfram Technology conferenc in October and wanted to show a Youtube video in the presentation. here's what i found out: you can call a youtube video from within a notebook if you can access wi-fi where you're showing the notebook. here's an example:

SystemOpen["https://www.youtube.com/watch?v=IaO69CF5mbY"]

if you don't have wi-fi where you use the computer, you can download and save a youtube file on your computer and then just double-click on it it to run the video. see

http://www.computerhope.com/issues/ch001002.htm

Attachments:
POSTED BY: Richard Gaylord
4 Replies
POSTED BY: David Reiss
POSTED BY: Marco Thiel
Posted 11 years ago

i don't understand how this works. attached is a youtube video file i downloaded and saved. how would i call it from within a notebook to play (i don't want to have to close the notebook, locate the file and play it (i do have VLC which is a free app) and then re-open the notebook. it makes for a poor presentation style.

Attachments:
POSTED BY: Richard Gaylord

That is very useful indeed! Thank you, I always had problems properly downloading videos for lectures. I have VLC installed. To use the video in my slideshow I found the following command quite useful:

Button["Play Movie", 
Run["/Applications/VLC.app/Contents/MacOS/VLC --fullscreen --input-repeat=0 --no-osd --no-video-title-show  -L ~/Desktop/video.mp4"] 
// Quiet]

It produces a button that opens the video in full screen.

Marco

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard