Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (105)

Sur d’autres sites (21670)

  • How to convert flv to avi using ffmpeg high quality

    26 octobre 2017, par Naota

    Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can I get the video output to be on par quality with the source ?

    I thought ffmpeg -i name.flv -s 320x... name.avi would do it, but no good.

  • How to convert flv to avi using ffmpeg high quality

    25 mars 2015, par Naota

    Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can I get the video output to be on par quality with the source ?

    I thought ffmpeg -i name.flv -s 320x... name.avi would do it, but no good.

  • video web server vb.net

    3 octobre 2014, par user2871030

    I am making an application that creates a web server with playback video, the application searches a particular folder, the fact is that achieving send videos in mp4 format, the problem I have is when the video is in another format, such as mkv I have tried to convert it to mp4 first and then read it, but that takes a lot, what I would like to do is start sending the file while it becomes, but in mp4 format this does not work, I’m using ffmpeg to convert, to convert format webm, the player reads them, but the problem is that the conversion is very slow.