Skip to content

Instantly share code, notes, and snippets.

View vignesh-seven's full-sized avatar

Vignesh vignesh-seven

  • N.B.K.R. Science and Arts College
  • India
View GitHub Profile

ImageMagick and FFMPEG commands

Remember that the order of parameters/options is very important.

convert images and save to another dir
convert *.png -set filename:original %t 'export/%[filename:original].jpg'
resize, change dpi and quality
@qvoid
qvoid / adb-touch
Last active October 29, 2022 07:42
Send touch event to Android device using adb cmd #Android #ADB
adb shell input tap x y
@Pulimet
Pulimet / AdbCommands
Last active July 16, 2024 18:28
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@X-Raym
X-Raym / DaVinci Resolve Scripting Doc.txt
Last active July 11, 2024 20:20
DaVinci Resolve Scripting API Doc v19 beta 1
Last Updated: 1 April 2024
----------------------------
In this package, you will find a brief introduction to the Scripting API for DaVinci Resolve Studio. Apart from this README.txt file, this package contains folders containing the basic import
modules for scripting access (DaVinciResolve.py) and some representative examples.
From v16.2.0 onwards, the nodeIndex parameters accepted by SetLUT() and SetCDL() are 1-based instead of 0-based, i.e. 1 <= nodeIndex <= total number of nodes.
Overview
--------
As with Blackmagic Fusion scripts, user scripts written in Lua and Python programming languages are supported. By default, scripts can be invoked from the Console window in the Fusion page,
@vignesh-seven
vignesh-seven / Download Links for YouTube Vanced
Last active March 14, 2022 10:39
YouTube Vanced Latest Apk Files