25 lines
506 B
Markdown
25 lines
506 B
Markdown
# FFmpeg
|
|
|
|
|
|
|
|
[:fa-link: Doc](http://ffmpeg.org/ffmpeg.html#Options)
|
|
|
|
[:fa-link: Encode AAC](https://trac.ffmpeg.org/wiki/Encode/AAC)
|
|
|
|
|
|
|
|
#### Copier un fichier sur le NAS
|
|
|
|
```bash
|
|
$ scp -P42666 wsgi.py bruno@192.168.1.7:/var/services/homes/bruno/scripts/
|
|
|
|
$ scp -P42666 httpd_vhost.conf bruno@clicclac.synology.me:/var/services/homes/bruno/
|
|
```
|
|
|
|
#### Réception d'un fichier depuis le NAS
|
|
|
|
```bash
|
|
$ scp -P42666 bruno@clicclac.synology.me:/var/services/homes/bruno/httpd-vhost.conf /Users/bruno/Desktop
|
|
```
|
|
|