This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i <source> -filter:v "setpts=<speed>*PTS" -an <output> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i <source> -c copy -an <output> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i <source> -s <output_res> -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=<quality(1,2,3...)> --delay=<speed(1,2,3...)> > <output_filename>.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo crontab -e | |
@reboot /usr/sbin/usb_modeswitch -c /etc/usb_modeswitch.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DefaultVendor=0x12d1 | |
DefaultProduct=0x1f02 | |
TargetVendor=0x12d1 | |
TargetProduct=0x1f02 | |
MessageContent="55534243123456780000000000000011062000000101000100000000000000" |