Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11250)

  • FFMPEG [SHELL CMD] cutting last x frames [SHELL CMD] combining videos

    25 avril 2014, par user1708604

    .mp4 videos in 1920 x 1080, 25 frames / second
    different length

    Two commands needed :

    0) One command should delete x frames from the end of the video and create a new video without the last x frames as .mp4, save it in folder y
    1) One command should combine x amount of videos to one new video

    Just for info : I am using Python to call ffmpeg.
    Platform : Windows or CentOS.

    Many thanks in advance. :)

  • ffmpeg video compressed but not playing in browser

    14 novembre 2016, par Ankita Shah

    I have integrated ffmpeg4android lib. Video compressing is working fine but video is not playing in browser except safari browser. after uploading to server. I have used following command.

    ffmpeg -y -i <input /> -strict experimental -r 30 -ab 48000 -ac 2 -ar 22050 -vcodec mpeg4 -b 2097k <output>
    </output>

    Please Help me.
    Thank you in advance.

  • ffmpeg converted file does not open in premiere pro

    26 septembre 2021, par tppt1

    I had to convert mkv files since premiere pro does not support the format. For converting I used following commands to not triple the filesize : ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4

    &#xA;

    The new file seems to be mp4 but when I import it into Premiere only the audio appears.

    &#xA;

    Could anyone tell me what I did wrong or what the problem might be ? Or if anyone knows what commands to use without doubling or tripling the file size (since the input files are already about 500-600MiB).

    &#xA;

    Thanks in advance !

    &#xA;