Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6ee74df8 authored by Marc Beninca's avatar Marc Beninca
Browse files

ffmpeg/web

parent 0aafb2a0
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,14 @@ Compress for web
ffmpeg -i uf.mkv \
-codec:v libx264 -preset veryslow -qp 23 \
-movflags +faststart -pix_fmt yuv420p \
-y uf.23.mkv
-y uf.23.mp4
.. code:: shell
ffmpeg -i uf.mkv \
-codec:v libx265 -preset veryslow -qp 28 \
-movflags +faststart -pix_fmt yuv420p \
-y uf.28.mp4
Cut file
========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment