Recherche avancée

Médias (91)

Autres articles (78)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (9612)

  • 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