Sample Video: Freezing Bubble

Source Notebook

Video of a soap bubble freezing

Examples

Basic Examples

Retrieve the video:

In[1]:=
video = ResourceData["Sample Video: Freezing Bubble"]
Out[1]=

Show video information:

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

Show some of the video frames:

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

Scope & Additional Elements

See the file path containing the video file:

In[4]:=
dir = ResourceData["Sample Video: Freezing Bubble", "Directory"]
Out[4]=

Find the video file:

In[5]:=
FileNames["*.mp4", dir, Infinity]
Out[5]=

Processing & Analysis

Detect and show keypoints on some video frames:

In[6]:=
video = ResourceData["Sample Video: Freezing Bubble"];
In[7]:=
HighlightImage[#, ImageKeypoints[#, MaxFeatures -> 100] &] & /@ VideoFrameList[video, 3]
Out[7]=

Wolfram Research, "Sample Video: Freezing Bubble" from the Wolfram Data Repository (2021)  

License Information

Free for commercial use, no attribution required, https://pixabay.com/service/license/

Data Resource History

Source Metadata

Publisher Information