ffmpeg
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ffmpeg [2012/07/08 15:45] – created admin | ffmpeg [2025/06/12 11:33] (current) – francesco | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Per convertire più file alla volta: | ||
+ | |||
+ | < | ||
+ | mkdir newfiles | ||
+ | |||
+ | for f in *.m4a; do ffmpeg -i " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
Per estrarre la traccia suono da un video HD postato in YouTube (e scaricato con youtube-dl), | Per estrarre la traccia suono da un video HD postato in YouTube (e scaricato con youtube-dl), | ||
Line 33: | Line 45: | ||
</ | </ | ||
- | e poi si estrae la traccia Flac (questo vuol dire aac in Stream #0.1, credo): | + | - e poi si estrae la traccia Flac (questo vuol dire aac in Stream #0.1, credo): |
< | < | ||
- | francesco@serverHP: | + | francesco@serverHP: |
ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers | ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers | ||
built on Jun 13 2012 14:14:09 with gcc 4.4.5 | built on Jun 13 2012 14:14:09 with gcc 4.4.5 | ||
Line 62: | Line 74: | ||
Metadata: | Metadata: | ||
creation_time | creation_time | ||
- | At least one output file must be specified | + | Output #0, flac, to ' |
+ | Metadata: | ||
+ | major_brand | ||
+ | minor_version | ||
+ | compatible_brands: | ||
+ | creation_time | ||
+ | encoder | ||
+ | Stream #0.0(und): Audio: flac, 44100 Hz, stereo, s16, 64 kb/s | ||
+ | Metadata: | ||
+ | creation_time | ||
+ | Stream mapping: | ||
+ | Stream #0.1 -> #0.0 | ||
+ | Press [q] to stop, [?] for help | ||
+ | size= | ||
+ | video:0kB audio: | ||
</ | </ | ||
ffmpeg.1341755125.txt.gz · Last modified: by admin