CyrexEnterprise / mp4-to-mpegdash

Script to convert a MP4 file into MPEG-DASH
GNU General Public License v3.0
23 stars 18 forks source link

Script fails with 1920 input #3

Open tilsammans opened 6 years ago

tilsammans commented 6 years ago

The script assumes input resolution higher than 1920.

ricmalta commented 6 years ago

Hi @tilsammans, This was for 2 reasons: 1 - the input should be a high resolution video. But this could change ofc. 2 - My original base videos when I made the script had a higher resolution than 1920 too.

I could make the script more flexible, however, I can’t help you right now! Can you try to fixe it and pushing a pull request? Same to #2

tilsammans commented 6 years ago

I already have a pull request open though, are you merging?