Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (82)

  • 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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10542)

  • how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it

    27 février 2019, par Deepak Prajapati

    My aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable

    enter image description here

    Look images, In properties detail section there is no property and there value
    please fix it because i tried to find solution
    Also i don’t have enough knowledge
    THANKS IN ADVANCE STACKOVERFLOW

  • FFMpeg Android : libvideokit.so library failed to load

    7 décembre 2015, par mhl1291

    I am Working on taking a picture from video
    I am using FFMpeg Library downloaded from here

    It Works Perfectly but in some device i got the message "libvideokit.so load Fail" and then crash the application
    any solution for this ?

    Thanking you in advance

  • How to set max bitrate and max frame rate in ffmpeg ?

    28 août 2014, par Swapnil Dalvi

    I am using ffmpeg to convert my mp4 format video with Specific set values :

    "audio_bitrate" : 128,
    "audio_sample_rate" : 44100,
    "height" : 720,
    "width" : 1280,
    "max_frame_rate" : 30,
    "max_video_bitrate" : 1500

    How to set limit to frame rate and bitrate ?
    I want to know how to write command with these limitations ?

    thanks in advance