以下のコマンドでは、SDクオリティでショートになってしまった。
ffmpeg -i MaxxisReaverでグラベルを走った.mp4 -vf crop="607:1080:657:0" -aspect 9:16 out.mp4
package main | |
import ( | |
"fmt" | |
"log" | |
"net/http" | |
"os" | |
"os/exec" | |
"path/filepath" | |
"runtime" |
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> | |
<SignedInfo> | |
<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> | |
<SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /> | |
<Reference URI="#_376a017b-e5ed-4759-8731-fb4bcf421100"> | |
<Transforms> | |
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /> | |
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> | |
</Transforms> | |
<DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /> |