skelettons and procmailrc
This commit is contained in:
parent
096142bf15
commit
0348b668f5
6 changed files with 18 additions and 8 deletions
|
@ -1,10 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
x=~/.youtube-dl-$RANDOM-$RANDOM.flv
|
||||
youtube-dl --output=$x --format=18 "$1"
|
||||
youtube-dl -o '%(title)s.%(ext)s' --extract-audio --audio-format=mp3 "$1"
|
||||
|
||||
|
||||
#x=~/.youtube-dl-$RANDOM-$RANDOM.flv
|
||||
#youtube-dl --output=$x --format=18 "$1"
|
||||
#ffmpeg -i $x -f ogg -acodec copy -ac 2 -ab 128k -vn -y "$2"
|
||||
#ffmpeg -threads 4 -i $x -f mp3 -vn -acodec copy "$2"
|
||||
#ffmpeg -i $x -acodec libmp3lame -ac 2 -ab 128k -vn -y "$2"
|
||||
#avconv -i $x -vn -ac 2 "$2"
|
||||
ffmpeg -i $x -acodec libmp3lame "$2" -threads 4
|
||||
rm $x
|
||||
#ffmpeg -i $x -acodec libmp3lame "$2" -threads 4
|
||||
#rm $x
|
||||
|
|
|
@ -114,6 +114,13 @@ SED=/bin/sed
|
|||
* oil
|
||||
$SPAMBOX
|
||||
|
||||
#out russian dating
|
||||
:0 B
|
||||
* (R|r)ussian
|
||||
* (W|w)oman
|
||||
* (single|dating)
|
||||
$SPAMBOX
|
||||
|
||||
#UNIGE
|
||||
#:0
|
||||
# * ^From: .*@unige.ch.*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
**
|
||||
** <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
#ifndef <+HEADERNAME+>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
**
|
||||
** <+DESC+>
|
||||
**
|
||||
** 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
class <+CLASSNAME+> {
|
||||
|
|
Loading…
Reference in a new issue