The repository contains following files:
model_transcoding_mesurment.ipynbcontain the models and training and their accuracy score along some plots.transcoding_mesurment.tsvcontain the dataset we will be using to predict transcoding time .transcoding_mesurment_vizualisation.ipynbcontains the data analysis of the dataset through plots and the data preprocessing later used inmodel_transcoding_mesurment.ipynb.image_presentation_pythoncontains interestings plot save for the ppt .youtube_videos_vizualisation.ipynbcontain the data vizualisation for the other datasetyoutube_videos.tsv.Python_project_presentation.pptxcontain the presentation of the project.README.mdthis file
This section is about the transcoding_mesurment.tsv dataset:
idvideo id of the video .durationduration of the video in seconds.codeccoding standard used for the video .widthwidth of the video in pixel.bitratebitrate bitrate(video) = video bitrate .framerateheight of the video in pixel. .inumber of i frames in the video .pnumber of p frames in the video .bnumber of b frames in the video .framesnumber of frames in the video .i_sizetotal size in byte of i videos .p_sizetotal size in byte of p videos .b_sizetotal size in byte of b videos .sizetotal size in byte of videos .o_codecoutput codec used for transcoding .o_bitrateoutput bitrate used for transcoding .o_framerateoutput framerate used for transcoding.o_widthoutput width in pixel used for transcoding.o_heightoutput height in pixel used for transcoding.umemtotal codec allocated memory for transcoding .utimetotal transcoding time for transcoding the data we try to predict