NasirKhalid24 / Wally

Open-WA based Whatsapp account to automate tasks
0 stars 1 forks source link

Youtube video to mp4 optimization #17

Closed adib1996 closed 3 years ago

adib1996 commented 4 years ago

Ensuring the optimal time to process a video, the right format must be chosen from the object "info.formats"

We need to select a format for videos below 5 minutes which supports the following:

  1. Below the filesize of 30000000 bytes
  2. is in mp4 format
  3. acodec of mp4a.40.2
  4. format of 360p

Suggestions for videos above 5 mins @NasirKhalid24 ?

NasirKhalid24 commented 4 years ago

Lets change from a video length limit to bytes (file size) limit so this way we can send long videos if their 144p versions are appropriate size.

Will probably need to trial and error to find file size limit in bytes

adib1996 commented 4 years ago

For now the file size has been limited to 25 mb and 15 mins max. Changes have been pushed to youtube-fix branch @NasirKhalid24

NasirKhalid24 commented 3 years ago

Has been merged with master branch