A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| from PyQt5.QtCore import Qt | |
| from PyQt5.QtGui import QImage, QPixmap, QPalette, QPainter | |
| from PyQt5.QtPrintSupport import QPrintDialog, QPrinter | |
| from PyQt5.QtWidgets import QLabel, QSizePolicy, QScrollArea, QMessageBox, QMainWindow, QMenu, QAction, \ | |
| qApp, QFileDialog |
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """Cross-platform controller for NiceHash Excavator for Nvidia.""" | |
| # Example usage: | |
| # $ excavator -p 3456 & | |
| # $ sleep 5 | |
| # $ python3 excavator-driver.py |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """Cross-platform controller for NiceHash Excavator for Nvidia.""" | |
| # Example usage: | |
| # $ excavator -p 3456 & | |
| # $ python3 excavator-driver.py | |
| # History: |
rsync (Everyone seems to like -z, but it is much slower for me)
| #!/bin/bash | |
| function showHelp { | |
| version=0.0.1 | |
| versionDate="2014-07-07" | |
| echo "$0 - tic/toc timer pair | |
| Usage: $0 [id] Stores initial time (w/optional id marker) | |
| $0 [-u|--unique] Creates and returns unique id |