Advanced search

Medias (91)

Other articles (64)

  • Other interesting software

    13 April 2011, by

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

  • Des sites réalisés avec MediaSPIP

    2 May 2011, by

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Taille des images et des logos définissables

    9 February 2011, by

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

On other websites (4349)

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

    18 November 2016, by 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 February 2016, by 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

  • I want to reduce the size of video with rn-ffmpeg-kit, but video size getting double or I'm getting increased size of video

    12 September 2023, by Atul Tiwaree

    Below is my code It works fine while I try to reduce video taken from my camera other than my device video when I try the size of video is getting double in size

    


    FFmpegKit.executeAsync(`-y -hwaccel mediacodec -i ${uri} -s 1920x1080 -c:a copy -c:v hevc_mediacodec -b:v 2M ${RNFS.DownloadDirectoryPath}/lodu1.mp4 -y`,)


    


    Here is the video that is getting double in size

    


    https://cl1p.net/atultiwaree