Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (111)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11059)

  • split video into specific lengths using ffmpeg [duplicate]

    23 juillet 2021, par david

    I am trying to split a video into specific lengths (2 sec the same as GOP) using the following command :

    


    ffmpeg -y -i 1.mp4  -f hls -hls_time 2 -hls_list_size 0 -hls_flags single_file  NUL &&\


    


    but it produces the following error :

    


    '\' is not recognized as an internal or external command, operable program or batch file.


    


    I am new to FFmpeg and I do not know what is the problem. do you know why this error has happened ?

    


  • Using ffmpeg to split video files by size and by name and by name

    23 août 2019, par Cem Yağ

    I’m trying to split a video by size but I don’t know which code I have to use. And I want it listing output mp4 files as sorting for example name : Video 1 - Part(2).mp4, Video 2 - Part(2).mp4, Video 3 - Part(2).mp4 (You can think sorting name is incorrect but I want to part name locate should be after the “Video” sentence)

    Anyone can help me ?

  • How can i split a video file in C# ?

    19 février 2015, par fthymn

    I’m using c# on vs2012.
    I wanna split to video file for a custom time arrange.
    For Example ; my video file length 30 minutes and i want to watching just selection time arrange. (like between 10th second and 45th second.)

    I dont want to physical new file.

    My steps for what am i doing :)

    1- Select Source Video File.
    2- I must learn source video time length.
    3- I use rangetrackbar control user select time arrange.
    4- User click play then selected time arrange scenes played.

    Is it possible ?