Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5335)

  • FFmpeg - concat multiple videos,with same resolution,some has audio,some without

    24 septembre 2018, par wensefu

    I’m trying to concat some videos with same resolution and same video codec
    into one single video using ffmpeg Concat demuxer ,while some video has audio,some without.

    but I get result of a whole silent video,is there something wrong I did ?

    Many thanks in advance.

  • How to convert a video to different resolution's using ffmpeg

    20 septembre 2018, par Binoy Cherian

    There are some commands i currently use to convert videos but I’m not sure about the quality of the videos converted.

    For low resolution :

    ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4

    And for high/same resolution (low->high is not feasible, but is there something we can do ?)

    ffmpeg -i input.webm -qscale 0 output.mp4

    I read that qscale preserves the video quality.Since I’m new to ffmpeg. I would like to have some tips. Please let me know if you need any information. Any help would be greatly appreciated.

  • How to convert a video to low and high resolution using ffmpeg

    20 septembre 2018, par Binoy Cherian

    There are some commands i currently use to convert videos but I’m not sure about the quality of the videos converted.

    For low resolution :

    ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4

    And for high

    ffmpeg -i input.webm -qscale 0 output.mp4

    I read that qscale preserves the video quality. But since I’m new to ffmpeg. I would like to have some tips. Please let me know if you need any information. Any help would be greatly appreciated.