Hi there 👋
I am Harsh Navdhare, from India
🇮🇳 . Welcome to myprofile.
-
💬 Ask me about Python, C, C++, Bash, Java -
😄 Pronouns: He/Him -
⚡ Fun fact: I can beatbox : P -
📫 Reach me at:
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse::========================================================================+
:: Author: Harsh Navdhare |
:: Description: This script takes a video file as an arguement and |
:: compresses it by encoding it in H265. |
:: See https://unix.stackexchange.com/a/38380 |
drive.mount("/content/drive")
print("Enter direct link of a file")
!read url && wget -P "/content/drive/My Drive" $url