+ Reply to Thread
Results 1 to 2 of 2

Thread: How to convert mp4 to avi? (Convertir mp4 a Avi)

 
  1. #1
    Moderator eidjit's Avatar
    Join Date
    Jun 2017
    Location
    Buenos Aires
    Posts
    460
    Rep Power
    1013

    Lightbulb How to convert mp4 to avi? (Convertir mp4 a Avi)

    So another post about the wonders of FFMPEG!!

    Since this is more like a knowledge base I would like to know HOW DO YOU DO IT?


    I have an UBUNTU enviroment OS.

    So my preffered tool is the console-based FFMPEG.

    Here is the lines of code I used to make it work with a default output.

    [La documentación ofrecida por FFMPEG es un poco confusa.
    Aquí les presento un par de líneas de código que usé para un resultado por defecto.]


    ffmpeg -async 1 -i INPUT-VIDEO.mp4 -f avi -b 700k -qscale 0 -ab 160k -ar 44100 OUTPUT-VIDEO.avi

    --------------------------------------------------------
    HOW TO INSTALL FFMPEG *-* COMO INSTALAR FFMPEG

    sudo add-apt-repository ppa:mc3man/trusty-media

    then

    sudo apt-get update

    then

    sudo apt-get install ffmpeg -y




    THIS POST RELATES TO:
    How to paste subtitles on video - UBUNTU with FFMPEG - [Pegar subtitulos a videos]
    _Eidji

  2. #2
    Moderator
    Join Date
    Sep 2017
    Posts
    302
    Rep Power
    739

    Default Re: How to convert mp4 to avi? (Convertir mp4 a Avi)

    Recordar por favor setear en el conversor (si acaso no está seteado por defecto) que se mantenga el mismo framerate del archivo original.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •