Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (72)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (6890)

  • Android adding Audio to an existing Video

    12 mars 2019, par roma

    I am trying to add a new audio to an existing video in my Android app. i have used FFMPEG but it takes time.. Even i tried with MP4 Parser but still didn’t work.

    For example if i have a 30 seconds video, to add a new audio FFMPEG takes 30 seconds.(Same as duration of video) but i still want it to be fast enough so that it completes this task of adding audio to video in just 4 or 5 seconds.

    If you see in TikTok App it take takes fraction of seconds to add a new audio to an existing video. Can you guys help me or atleast let me know which library or framework or API’s i should use in android to make this task faster enough.

  • Crop Videos & Reduce Quickly on Mobile with or w/o FFMpeg (Flutter)

    11 mai 2021, par Haidar Hammoud

    Cropping, modifying quality, and other seemingly simple edits applied to videos using FFMpeg take between 30 to 60 seconds for a 15 second long video.

    


    Apps like Snapchat, Instagram, TikTok, WhatsApp, and Twitter are able to nearly instantly edit a video file with quality modifications, videos concatenated together, image overlays applied over every frame, and cropping. This is evident from the fact that videos can be viewed by the receivers within seconds of them being sent with all the modifications applied.

    


    Are there any reliable ways to achieve the same speeds (0.5 - 1.5 seconds) for video editing on mobile using Flutter ? FFMpeg has everything I need but just runs very slowly. Is there a way to speed it up ?

    


  • how to pass arguments to existing process instance in c#

    28 octobre 2013, par Akash Langhani

    I am using ffmpeg and I have start a process and I want to pass an argument to same instance after its start, so how to do this in c sharp any resource. Basically I am using ffmpeg to recored desktop screen and ffmpeg recording can be stop with "q" word.