Skip to content

Simple Back End for my Web Application, Split and Analyze, through which, starting from a gameplay automatically loaded by the system, it will be possible to carry out the segmentation and evaluation of video clips.

Notifications You must be signed in to change notification settings

lucaselvaggio/video_analysis_BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2024-04-23 alle 09 43 14

Simple Back End for my Web Application, Split and Analyze, through which, starting from a gameplay automatically loaded by the system, it will be possible to carry out the segmentation and evaluation of video clips.

These operations will be necessary for the creation of a dataset that can be used in an automated approach that aims to categorize and identify the possible problems that may be present in a specific video game, identifying the context in which the problem occurs, such as the level of the game we are in, the type of problem and the description of the specific problem. To create the dataset, we will use evaluators, real users who have the ability to access the application and subsequently choose whether to segment a new gameplay or categorize an already segmented one.

Additional tools used:

Ffmpeg

Linux-based software suite, which allows you to manage everything related to multimedia files, in fact, it allows you to play, convert and record video and audio files.

  • In our case it was used to allow the user to extract, starting from the original video, a clip that could have a random start and end time.
Screenshot 2024-04-23 alle 09 37 19
  • To extract the tumblnail (preview image of the segment) from the newly created clip.
Screenshot 2024-04-23 alle 09 37 28

Pytube

Python library that allows you to download a YouTube video.

  • Through this function it is possible to implement the functionality concerning the addition of a video, specifying the URL of the YouTube video.
Screenshot 2024-04-23 alle 09 40 22

YouTube transcipt Api

Python API that allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles, also allowing, if available, their translation.

  • used to obtain transcriptions exclusively in English
Screenshot 2024-04-23 alle 09 41 57

About

Simple Back End for my Web Application, Split and Analyze, through which, starting from a gameplay automatically loaded by the system, it will be possible to carry out the segmentation and evaluation of video clips.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages