Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

Sur d’autres sites (14485)

  • FFMPEG [SHELL CMD] cutting last x frames [SHELL CMD] combining videos

    25 avril 2014, par user1708604

    .mp4 videos in 1920 x 1080, 25 frames / second
    different length

    Two commands needed :

    0) One command should delete x frames from the end of the video and create a new video without the last x frames as .mp4, save it in folder y
    1) One command should combine x amount of videos to one new video

    Just for info : I am using Python to call ffmpeg.
    Platform : Windows or CentOS.

    Many thanks in advance. :)

  • How to make a windows software that includes / works with FFMPEG ?

    12 mars 2019, par dlp_coasters

    i’m quite a code novice, and i don’t really know if you will understand my question but i’ll try to explain as simple as possible :

    Using FFMPEG, i wanna make a Windows app that generates "Art Tracks" (videos like those you see on YouTube "Topic" Channels with the album cover and artist name - example : https://youtu.be/t61PjCxtT0U )
    Is it possible to integrate ffmpeg to an IDE like visual studio to make this ?

    Thanks in advance !

  • FFmpeg libary in WPF

    23 octobre 2020, par MikeTMG

    I am building a softwere that can decode and encode using Wpf and c#, and I want to do that using, FFmpeg libary. I saw the ffmpeg autogen warpper but I couldn't find any documantion for its function.
Can someone please find me one ? Or better, give me better warrper.

    



    I already tried FFMpegCore, its working but very slow. For Exaple it takes 20 seconds to decode a specific frame.(And i have monstruos computer)
If will be happy if ou could give me better warpper, or a guide for ffmpeg.autogen.
Thanks in advance.