Recherche avancée

Médias (91)

Autres articles (85)

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

  • Using ffmpeg to change video framerate without video quality loss and keep audio ?

    31 mai 2020, par Johnny

    I recorded some game videos with my Samsung Galaxy S7 device. When I now add these videos to blender 3d in video editing, I get different video and audio frames.

    



    I think, that this is an fps problem, because on every recorded video I get different fps :
59.01, 59.80 etc.

    



    Now I want to change frame rate on all videos to 60 fps without video quality loss and keeping audio.

    



    So I would not have any problems in video editing.

    



    Does somebody have any tips ?

    


  • Php- Create a video from a video file [on hold]

    18 novembre 2016, par baig772

    I have a requirement where I upload the video file for the user and then I have to create a trailer for that video and then send that trailer video in an email to user.
    I have looked into ffmpeg that creates video from still images, but is there any way that I could create a short video from a video using PHP ?
    OR
    Is there any way to set the start and end time of the main video in the iframe so that user could see the video for that specific duration ?

  • How can use Video Converter for .NET (C#) or other FFMpeg wrapper To create Video Thumbnail in Asp MVc

    26 février 2016, par Zahid Nisar

    I want to create video thumbnails on my sites by using FFMpeg wrapper like Video Converter for .NET (C#) I am saving my video files in mp4 and wmv locally in video folder.if somebody know other wrapper please let me know and how can I use this

    (new NReco.VideoConverter.FFMpegConverter()).GetVideoThumbnail(tmpFile, outputJpegStream);

    Regards