Sample Video: Wild Ducks in the Park

Source Notebook

Video of several ducks moving around and eating bread tossed from off-camera

Examples

Basic Examples

Retrieve the video:

In[1]:=
video = ResourceData["Sample Video: Wild Ducks in the Park"]
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: Wild Ducks in the Park", "Directory"]
Out[4]=

Find the video file:

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

Processing & Analysis

Find and highlight objects in some video frames:

In[6]:=
video = ResourceData["Sample Video: Wild Ducks in the Park"];
In[7]:=
HighlightImage[#, ImageBoundingBoxes] & /@ VideoFrameList[video, 3]
Out[7]=

Wolfram Research, "Sample Video: Wild Ducks in the Park" from the Wolfram Data Repository (2021)  

License Information

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

Data Resource History

Source Metadata

Publisher Information