1. Copy m3u8 link
2. Run command
echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="background.js"></script> | |
</head> | |
<body> | |
<textarea id="sandbox"></textarea> | |
</body> |
for 4.2.4 or higher,4.2.5,4.2.6 ,it's works , this is the way which makes Always in evaluation mode 。
/Applications/Beyond Compare.app/Contents/MacOS
BCompare
to BCompare.bak
BCompare
, and chmod a+u BCompare
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@
// chars.cs | |
// A listing to print out a number of characters and their numbers | |
//---------------------------------------------------------------- | |
using System; | |
class chars | |
{ | |
public static void Main() | |
{ |
#include <stdio.h> | |
// | |
// o n | |
// ----------------------> | |
// | . . . . . | |
// | . . . . . | |
// | . . . . . | |
// | . . . . . | |
// | . . . . . |
{"lastUpload":"2020-11-02T04:16:38.014Z","extensionVersion":"v3.4.3"} |
h1 { | |
counter-reset: h2counter; | |
} | |
h2 { | |
counter-reset: h3counter; | |
} | |
h3 { | |
counter-reset: h4counter; | |
} | |
h4 { |
This is a terse document covering the anatomy of a package built for the pacman package manager.
The following example commands can mostly run verbatim to manually create a
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
# or, instead of backing up trustdb...