- C/P
- Copier/Coller, Copy/Paste, Ctrl+C/Ctrl+V
- CLI-gnul
- Command Line Interface - GNU/Linux
- Form. Web
- Formulaire Web
- txt
- Format texte
- wiki
- Format wiki - texte
DE/VERS |
iconv |
iso-8859-1 à utf-8 |
iconv -f iso8859-1 -t utf-8 file > file2 |
utf-8 à utf-8 |
iconv -f utf-8 -t iso8859-1 file > file2 |
|
|
Encodages de changement de lignes
DE/VERS |
MAC |
WIN |
UNIX |
MAC |
- |
|
|
WIN |
|
- |
|
UNIX |
|
|
- |
Formats de documents texte
DE/VERS |
HTML |
HTML corrompu |
Moin Moin |
ODT |
PDF |
SXW |
DOC 2000 |
HTML (txt) |
- |
|
Form. Web: C/P, clic, C/P (avec perte)
PHP:
require_once 'libhtml2moinmoin.php'; $out = html2moinmoin($inUTF8); (avec perte) |
|
|
|
|
HTML corrompu??? (txt) |
|
- |
|
|
|
|
|
Moin Moin (wiki) |
Form. Web: C/P, clic, view-source:URL, C/P (avec perte) |
|
- |
|
|
|
|
PDF |
|
CLI-gnul: pdftohtml |
|
- |
|
|
|
ODT (OpenDocument Text) |
|
OOo 2 |
|
OOo 2 |
- |
OOo 2 |
OOo 2 |
SXW (Star Office Writer) |
|
OOo 1/2 |
|
OOo 1/2 |
OOo 2 |
- |
OOo 2 |
DOC 2000 (MS Word 2000) |
|
OOo 1/2 |
|
OOo 1/2 |
OOo 1/2 |
OOo 1/2 |
- |
Formats d'images
Formats de sons
DE/VERS |
WAV |
MP3 |
OGG Vorbis |
Speex |
WAV |
sox in.wav -r8000 out.wav |
|
|
speexenc in.wav out.spx |
MP3 |
mplayer -ao pcm:waveheader fileIn.mp3 && mv audiodump.wav fileOut.wav |
- |
CLI-gnul: mp32ogg fileIn.mp3 fileIn2.mp3 : fileOut1.ogg fileOut2.ogg (avec perte) |
|
OGG Vorbis |
? |
|
- |
|
Speex |
speexdec in.spx out.wav |
|
|
- |
Formats de vidéo
Carte d'acquisition vers mpeg:
fmpeg -t 5 -f alsa -ac 2 -i hw:0,0 -f video4linux -r 60000/1001 -i /dev/video0 -tvstd NTSC -s 352x288 out.mpg
Formats de fichiers compressés / rassemblés
DE/VERS |
eml |
mht |
tar |
war |
eml : email |
- |
|
|
KDE GUI: kmhtConvert |
mht (Windows Web Archive) |
|
- |
|
KDE GUI: kmhtConvert |
tar |
|
|
- |
|
war (KDE Web Archive) |
? |
? |
|
- |
Lire les commentaires | Laisser un commentaire