Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Corrects for fps and timing errors present in Sky360 MKV dataset

License

Notifications You must be signed in to change notification settings

Sky360-Repository/MKV_correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MKV Correction

Introduction

This python script converts .mkv files to .mp4 files using ffmpeg. All the .mkv files from the input_folder are processed and saved in the output_folder. The script uses ffprobe to get the fps of the input file and then uses ffmpeg to convert the file. The script writes the progress of the conversion in a log file.

Dependencies

In order to run this script, you will need to have the ffmpeg binaries in your path

Usage

Set input folder path at the input_folder variable. Set output folder path at the output_folder variable. Run ConvertToMP4.py

Note: Make sure the folder paths are correct and the folders exist before running the script.

About

Corrects for fps and timing errors present in Sky360 MKV dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages