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
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
'---------------------------------------------------- | |
' Code by Ricardo Drizin (contact info at http://www.drizin.com.br) @Drizin | |
'---------------------------------------------------- | |
Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) | |
Option Explicit | |
'--------------------------------------------------------------------- | |
' This method closes ActiveInspectors if any. | |
' All importing is based on the assumption that the EML | |
' is opened by shell and we can refer to it through the ActiveInspector |
'---------------------------------------------------- | |
' Code by Ricardo Drizin (contact info at http://www.drizin.com.br) @Drizin | |
'---------------------------------------------------- | |
Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) | |
Option Explicit | |
'--------------------------------------------------------------------- | |
' This method closes ActiveInspectors if any. | |
' All importing is based on the assumption that the EML | |
' is opened by shell and we can refer to it through the ActiveInspector |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script> | |
</head> | |
<body> |
sudo apt-get install ssl-cert | |
sudo make-ssl-cert generate-default-snakeoil | |
sudo usermod --append --groups ssl-cert yyuu | |
ls -l /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key |