informatica:linux:edicion_de_video:ffmpeg
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatica:linux:edicion_de_video:ffmpeg [2026/06/29 07:54] – [Normalizar audio] jose | informatica:linux:edicion_de_video:ffmpeg [2026/06/29 08:15] (current) – [Sacar duración] jose | ||
|---|---|---|---|
| Line 100: | Line 100: | ||
| sed -E ' | sed -E ' | ||
| done | paste -sd+ - | bc | done | paste -sd+ - | bc | ||
| + | </ | ||
| + | |||
| + | Grabando duraciones individuales en fichero: | ||
| + | < | ||
| + | echo " | ||
| + | |||
| + | for f in *.wav; do | ||
| + | dur=$(ffmpeg -i " | ||
| + | sed -E ' | ||
| + | |||
| + | read h m s <<< | ||
| + | |||
| + | segundos=$(awk "BEGIN {printf \" | ||
| + | |||
| + | echo " | ||
| + | done | ||
| </ | </ | ||
informatica/linux/edicion_de_video/ffmpeg.1782719642.txt.gz · Last modified: by jose
