Sample Video: Practicing Yoga

Source Notebook

Video of a woman practicing yoga

Details

Size: 640x360
Video Codec: H264
Duration: 3.77s

Examples

Basic Examples

Retrieve the video:

In[1]:=
video = ResourceData[\!\(\*
TagBox["\"\<Sample Video: Practicing Yoga\>\"",
#& ,
BoxID -> "ResourceTag-Sample Video: Practicing Yoga-Input",
AutoDelete->True]\)]
Out[1]=

Show video information:

In[2]:=
Information[video]
Out[2]=

Show some of the video frames:

In[3]:=
VideoFrameList[video, 3]
Out[3]=

Processing

Retrieve the video:

In[4]:=
video = ResourceData[\!\(\*
TagBox["\"\<Sample Video: Practicing Yoga\>\"",
#& ,
BoxID -> "ResourceTag-Sample Video: Practicing Yoga-Input",
AutoDelete->True]\)]
Out[4]=

Apply a stylization effect to the video:

In[5]:=
VideoFrameMap[ImageEffect[#, "Stippling"] &, video]
Out[5]=

Display some frames from the result:

In[6]:=
VideoFrameList[%, 3]
Out[6]=

Analysis

Retrieve the video:

In[7]:=
video = ResourceData[\!\(\*
TagBox["\"\<Sample Video: Practicing Yoga\>\"",
#& ,
BoxID -> "ResourceTag-Sample Video: Practicing Yoga-Input",
AutoDelete->True]\)]
Out[7]=

Track the faces present in the video:

In[8]:=
faces = VideoMapList[FindFaces[#Image] &, video];
faces // Short
Out[9]=

Visualize the bounding boxes for the detected faces:

In[10]:=
HighlightImage[VideoExtractFrames[video, 3], DeleteCases[faces, {}]]
Out[10]=

Wolfram Research, "Sample Video: Practicing Yoga" from the Wolfram Data Repository (2021)  

License Information

Free for commercial use, no attribution required
https://www.pexels.com/license/

Data Resource History

Source Metadata

Publisher Information