Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (61)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9098)

  • How to make an app for Video Editing in Android [on hold]

    16 juillet 2018, par Nihal Desai

    These are what I need to do :

    1.) Edit and Crop Video function.

    2.) Add Text and GIF in Video Frames.

    3.) Mix a sound Track(mp3) with mp4 Video.

    I used FFMEPG but it’s working very slow.

  • FFmpeg quadruple video resolution ? [on hold]

    4 janvier 2017, par Atemu

    Is it possible to upscale a 1920x1080 video (lossy h264@20000kbit/s, recorded with shadowplay) to 3840x2160 without any quality loss from upscaling the video so that 1 pixel becomes a square of 4 ?

  • How to Batch or Bulk Combine jpg + mp3 files to get Video files using ffmpeg or .bat commands ? [on hold]

    3 octobre 2014, par John Maker

    I want to combine batch jpg with audio files ? example : I have a folder with 100 .jpg files & 100 .mp3 files in it. if 1st jpg file is dog.jpg then corresponding audio file is dog.mp3, 2nd file is cat.jpg then there will be a audio file in same folder naming cat.mp3

    okay now coming to point. i want to Batch combine jpg with audio to produce video file like dog.mp4 , cat.mp4 etc. as i have described in the example. could anybody suggest me a better method ?? can i use ffmpeg ?? then what is command ?

    For (1 image + 1 audio file = 1 video) case i know the answer its here : ffmpeg : ffmpeg : 1 image + 1 audio file = 1 video

    Please provide me a .bat code or ffmpeg code.

    I have a windows system with ffmpeg installed. thank you in advance for answer.