Created
August 6, 2013 20:58
-
-
Save manueldev/6168573 to your computer and use it in GitHub Desktop.
Convertir F4V a MP4 sin conversión.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Descomprimir http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7z | |
| Ir a la carpeta descomprimida, subcarpeta bin. | |
| Dejar en esa carpeta el video f4v | |
| Abrir una consola (cmd) | |
| cd a/la/ruta/donde/esta/la/carpeta/bin | |
| escribir: | |
| ffmpeg.exe -i archivo-para-convertir.f4v -codec copy archivo-resultado.mp4 | |
| Listo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment