All Projects → SKGHD → Handy

SKGHD / Handy

Licence: other
Convert videos with HandBrake online in Google Colab. Mount Cloud drives with rclone in colab. Burn/Hardcode subtitles. Extract/mute audio from video. Get email notification when tasks finish running.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Handy

minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (-51.43%)
Mutual labels:  cloud-drive, rclone
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+308.57%)
Mutual labels:  rclone, colab
AnimeGANv3
Use AnimeGANv3 to make your own animation works, including turning photos or videos into anime.
Stars: ✭ 878 (+2408.57%)
Mutual labels:  colab
gclone
fork from https://github.com/donwa/gclone
Stars: ✭ 83 (+137.14%)
Mutual labels:  rclone
picatrix
Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.
Stars: ✭ 35 (+0%)
Mutual labels:  colab
saisoku
Saisoku is a Python module that helps you build complex pipelines of batch file/directory transfer/sync jobs.
Stars: ✭ 40 (+14.29%)
Mutual labels:  rclone
MIPT-Opt
A course on Optimization Methods
Stars: ✭ 128 (+265.71%)
Mutual labels:  colab
TorrentLeechBot
A powerful telegram mirror bot..
Stars: ✭ 94 (+168.57%)
Mutual labels:  rclone
Tensorflow2-ObjectDetectionAPI-Colab-Hands-On
Tensorflow2 Object Detection APIのハンズオン用資料です(Hands-on documentation for the Tensorflow2 Object Detection API)
Stars: ✭ 33 (-5.71%)
Mutual labels:  colab
colab ssh
Create SSH tunel to a running colab notebook
Stars: ✭ 48 (+37.14%)
Mutual labels:  colab
stylegan2
StyleGAN2 - Official TensorFlow Implementation with practical improvements
Stars: ✭ 121 (+245.71%)
Mutual labels:  colab
edge-computer-vision
Edge Computer Vision Course
Stars: ✭ 41 (+17.14%)
Mutual labels:  colab
ob bulkstash
Bulk Stash is a docker rclone service to sync, or copy, files between different storage services. For example, you can copy files either to or from a remote storage services like Amazon S3 to Google Cloud Storage, or locally from your laptop to a remote storage.
Stars: ✭ 113 (+222.86%)
Mutual labels:  rclone
docker-volume-rclone
Use Rclone as a backend for docker volume (also as a plugin). This permit to easely mount a lot of cloud provider (https://rclone.org/overview).
Stars: ✭ 97 (+177.14%)
Mutual labels:  rclone
Bash-Backup-Script
A small script to upload backup tar to an external storage service
Stars: ✭ 21 (-40%)
Mutual labels:  rclone
Torrent-To-Google-Drive-Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
Stars: ✭ 256 (+631.43%)
Mutual labels:  colab
Numerical-Analysis-Python
Python notebooks for Numerical Analysis
Stars: ✭ 82 (+134.29%)
Mutual labels:  colab
data-science-learning
📊 All of courses, assignments, exercises, mini-projects and books that I've done so far in the process of learning by myself Machine Learning and Data Science.
Stars: ✭ 32 (-8.57%)
Mutual labels:  colab
ccViewer
CryptCloudViewer source codes
Stars: ✭ 66 (+88.57%)
Mutual labels:  rclone
home-assistant-addons
Alex's Home Assistant Add-ons
Stars: ✭ 28 (-20%)
Mutual labels:  rclone

HandBrakeCLI-ColabNotebook v1.3

Consider giving this repo a star if it helped you.

Contact using TwitterGithub


Features:

  • Mount/Unmount your Cloud drive with rClone.
  • Transfer files between your cloud drives with the speed of google's fast servers.
  • Convert videos online with the help of HandBrake.
  • Batch Convert directories.
  • Resume support for Batch conversion jobs. Pick up right after the last successful conversion in Batch Job when your colab notebook restarts or disconnects.
  • Get email notification when your task(s) have finished.
  • Extract audio from video clips!
  • Remove audio from video clips!
  • Extract images from video clips!
  • Usage

    Click on the "Open in Colab" button. Open In Colab

    Notes

  • To use email notifications only gmail id can be used and use an app specfic password Google account settings in order for the feature to work.
  • Only you and those who can see your screen physically can see your passwords.
  • Your passwords are stored in a local variable in your Jupyter Notebook and not stored anywhere less. It gets automatically destroyed when Google purges your notebook.
  • Do not remove processed_db.txt from your current batch directory else it'll process same files again and again each time you restart the notebook!

  • Read more about app specific passwords here: Google Account Help

    FAQs

  • Q> What is rclone? How do I get rclone.conf file?
  • A> Everything has been answer here in this forum. Please have a read :Rclone
  • Q> How to add more flags to the script?
  • A> Just add them to the Additional_Flags: ______ in below format.
  • Example:
    `--bframes '8' rc-lookahead '40' no-rect`
    Note: Numbers should be in single quotes.
  • Q> Where do I ask for help or feature requests?
  • A> Open a new request or issue here in github. Please don't message me directly.
  • Handbrake CLI reference

    Read more about CLI commands here: Handbrake CLI Docs

    Pull Requests are welcome.

    Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].