Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (95)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • 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 (13490)

  • FFMPEG video combining and resizing issue

    2 janvier 2015, par Mehak Fatima

    I want a FFMPEG Template for Combing Videos. I have already develop a code of combining clips

    ffmpeg -f concat -i C:\vids\ffmpeg\f.txt -c copy C:\vids\ffmpeg\test.mp4

    but I want to resize it as HD (720p). I have searched alot but couldn’t find the solution. Kindly help me.

  • avcodec/parser : use a mutex instead of atomics in av_register_codec_parser()

    4 janvier 2018, par James Almer
    avcodec/parser : use a mutex instead of atomics in av_register_codec_parser()
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/parser.c
  • ffmpeg - loop MP4 for X Hours - sound missing

    9 octobre 2022, par CodeMaker748

    Hey can someone help me with this script :

    &#xA;

    I want to loop the out.mp4 file up to 1 hous.&#xA;It is working it loop the out.mp4 up to 1 hour and save it as finalVid.mp4 but it has no sound. I checked the out.mp4 here the sound is still fine but after executing this script the sound is gone and i just have a 1 hour video.

    &#xA;

    ffmpeg -y -f lavfi -i \"movie=filename=out.mp4:loop=0, setpts=N/(FRAME_RATE*TB)\" -t 3600 finalVid.mp4&#xA;

    &#xA;

    what i need to add here to get sound or someone can tell me other way to loop it up to 1h with ffmpeg ?

    &#xA;