videodigital:conversion:tamano_pequeno
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| videodigital:conversion:tamano_pequeno [2014/09/08 12:29] – created jose | videodigital:conversion:tamano_pequeno [2018/08/21 18:17] (current) – jose | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Primero convertimos: | Primero convertimos: | ||
| # avconv -i video1.mov -vcodec libx264 -b 2500k -bt 50k -strict experimental -ab 56k -ac 2 -s 1280x720 video2.mp4 | # avconv -i video1.mov -vcodec libx264 -b 2500k -bt 50k -strict experimental -ab 56k -ac 2 -s 1280x720 video2.mp4 | ||
| + | Esta opción comprime mas | ||
| + | # avconv -i video1.mp4 -c:v libx264 -crf 28 -c:a copy video2.mp4 | ||
| Luego redimensionamos: | Luego redimensionamos: | ||
| # avconv -i video2.mp4 -s 640x360 video3.mp4 | # avconv -i video2.mp4 -s 640x360 video3.mp4 | ||
videodigital/conversion/tamano_pequeno.1410179342.txt.gz · Last modified: (external edit)
