Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (94)

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

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • 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

Sur d’autres sites (17893)

  • How to split bulk video fast by using ffmpeg ?

    9 avril 2014, par user3513568

    I have a lot of videos, so I want to split them automatically. And they will be divided into 2 parts :

    • Part 1 : 15 minutes
    • Part 2 : the rest

    Searched a lot, but did not find. Please, help.

  • How do I use FFMPEG to scene detect and split a clip at each cut ?

    31 août 2015, par Brendan Luu

    I want to take an edited video and split it into a sequence at each cut. I figured out how to use scene detection with FFMPEG and have the correct timestamps for when scenes change but I would like to use the .txt or .csv to split the full video into individual clips. Can this be done ? If it’s possible, how can I do it ?

    The command I used to get the scene detection is ffprobe -show_frames -of compact=p=0 -f lavfi "movie=MOVIEFILENAME,select=gt(scene\,.4)" > MOVIEFILENAME.csv

  • split audio files by silence detection

    5 août 2017, par beero

    this is first question for me here, hope you help me.

    I’ve more than 200 file.mp3 need to split each one of them by using silence detection, i tried audacity and wavePad but they do not have batch process and its very slow to make them one by one ..

    the scenario as follow
    split track whereas silence 2 seconds or more
    then ad 0.5 s at the start and the end of these tracks and save them as .mp3 BitRate 192 stereo, normalize volume

    to be sure that all files in the same volume and quality.

    i tried ffmpeg but not success,
    its better to use a script or batch file do this task.