Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (47)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (9237)

  • Issue with video.js playing AES encrypted video

    2 septembre 2021, par r3dge

    I'm trying to use video.js to play an encrypted HLS video. The AES 128 encryption has been done using this method : FFmpeg video encryption

    


    Here is the html code :

    


    &#xA;    &#xA;    <source src="http://192.168.56.1/enc/prog_index.m3u8" type="application/x-mpegURL">&#xA;</source>

    &#xA; &#xA; &#xA; &#xA;

    Video.js is loaded using CDN :

    &#xA;

    <code class="echappe-js">&lt;script src=&quot;https://unpkg.com/video.js/dist/video.js&quot;&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&lt;script src=&quot;https://unpkg.com/@videojs/http-streaming/dist/videojs-http-streaming.js&quot;&gt;&lt;/script&gt;&#xA;

    &#xA;

    The player is loading and appears in the browser but the video can not be played.

    &#xA;

    I get two warnings in the console :

    &#xA;

    video.js:159 VIDEOJS : WARN : A plugin named "reloadSourceOnError" already exists. You may want to avoid re-registering plugins !

    &#xA;

    VIDEOJS : WARN : Problem encountered with playlist 0-http://192.168.56.1/enc/prog_index.m3u8. Trying again since it is the only playlist.

    &#xA;

    Server side i'm using Apache with Symphony 5. The server return a HTTP 200 status for the first ts file of the video. When i press the play button of the player seems to retry downloading. It get a 200 each time but the video is not played.

    &#xA;

    Update : i tried to play the same video without encryption and it works. The problem seems to be due to the encryption itself.

    &#xA;

    Thanks in advance for any help on that issue.

    &#xA;

  • ffmpeg video concate not working when one video is generated from a single image

    16 décembre 2017, par Sid

    what I am doing is generating a video of 5 secs from a single image using FFmpeg.

    for that I’m using the following command :

    -loop 1 -i image.jpg -c:v libx264 -t 5 -pix_fmt yuv420p -crf 25 -s 1280x720 Out.mp4.

    Now I want to concatenate this video with another one.

    I am able to do this for other videos with the following command

    -y -i input1.mp4 -i input2.mp4 -strict experimental -filter_complex [0:v]scale=1280x720,setsar=1:1[v0][1:v]scale=1280x720,setsar=1:1[v1] ;[v0][0:a][v1][1:a]
    concat=n=2:v=1:a=1 -ab 48000 -ac 2 -ar 22050 -s 1280x720 -r 30 vcodec
    mpeg4 -b 2097k output.mp4

    But when I join the video generated from the image, the videos do not join as the second input does not have an audio because it is generated from the image.So is there any way to join these two videos using -filter_complex in FFmpeg ?

  • Create animation video or applying different different effect on video from set of images

    8 janvier 2016, par Mehul Dudhat

    I tried with ffmpeg but it’s not showing any effect with created video. I tried below command with FFMPEG lib.

    ffmpeg -f image2 -r 1/5 -i /&lt;<dir path="path">>/img/img%d.jpg -vcodec libx264 /&lt;<dir path="path">>/output_video.mp4
    </dir></dir>

    The image generated video : https://flic.kr/p/CWtxhi

    Is there any other library available to add effect or animation on video during the creation from set of images ?

    I would like to give this type of animation or effect https://animoto.com/play/rXBG1fIq9FWN00O7R7wKyQ