I think it, i tinker it, i make it
Aggiornamenti recenti:
I think it, i tinker it, i make it
Aggiornamenti recenti:
Da un videoclip (filmato) iPhone .mov - rimane solo il video
avconv -i input.mov -an -c:v copy output_no_audio.mov
Testato con iPhone 4 - iOS 7.06 / avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1
Lingua di default (English)
espeak "This is a simple test"
Cambio di lingua (Italian)
espeak -vit "Questo è un semplice test"
Lingua inglese, voce femminile 3
espeak -ven+f3 "This is a simple test, female voice 3"
Lingua italiana, voce femminile 3
espeak -vit+f3 "Questo è un semplice test, voce femminile 3"
Testato con espeak version 1.46.02-0ubuntu1 su Ubuntu 12.04
Per rippare un CD audio è possibile usare ripit, di default rippa come mp3 usando lame,
secondo il manuale:
-c, --coder number Encoder(s) to use, 0 - Lame (for mp3), 1 - Oggenc, 2 - Flac, 3 - Faac, 4 - mp4als, 5 - Musepack, 6 - Wavpack, 7 - ffmpeg, a comma separated list, or as an array. The same encoder may be stated more than once, but different output-directories must be specified stating the --ditemplate for each encoder or using the $quality parameter in option --dirtemplate or --tracktemplate. See below. Default: 0.
se viene usato il parametro -c = 2 viene usato, rippa come FLAC:
# ripit -c 2
ripit è disponibile per Raspbian via apt:
# apt install ripit