Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuragpoolakkal/watchtime
YouTube watch time calculator using C++
https://github.com/anuragpoolakkal/watchtime
calculator cpp watchtime youtube
Last synced: about 20 hours ago
JSON representation
YouTube watch time calculator using C++
- Host: GitHub
- URL: https://github.com/anuragpoolakkal/watchtime
- Owner: anuragpoolakkal
- Created: 2021-12-29T08:45:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T11:14:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T07:16:20.747Z (6 months ago)
- Topics: calculator, cpp, watchtime, youtube
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Watch Time Calculator
YouTube watch hour calculator using C++. Using this program we can calculate any of the watch time, views and duration of a video using the other two values.This program is used to calculate YouTube watch hour with the input of video duration and number of views considering that viewers watched 100% of the video.
This will be the output when you run the program:
>YOUTUBE WATCHTIME CALCULATOR
>
>Select calculation method
>1. Calculate watch time
>2. Calculate views
>3. Calculate video duration
>Choose your calculation (1 / 2 / 3):Choose an option to perform the calculation you needed.
### 1. Calculate watch time
With video duration and views, we can calculate video watch time.
### 2. Calculate views
With video duration and watch hours, we can calculate views.
### 3. Calculate video duration
With watch hours and views, we can calculate video duration.