Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (56)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (7017)

  • How to say ffmpeg ignore reboot of ip camera

    25 août 2016, par Svishchev Semen

    I record stream from ip camera with batch file :

    ffmpeg -rtsp_transport tcp -stimeout 50000000 -i  rtsp://192.168.50.50:554/user=admin&password=&channel=1&stream=0.sdp?real_stream" -b:v 900k -acodec copy -vcodec copy -r 30 -f segment -strftime 1 -segment_time 00:30:00 -reset_timestamps 1 -segment_format avi D:\Camera\level2\output_%%d-%%m_%%Y_%%H_%%M.avi

    When ffmpeg lost tcp connection ( 10 sec) to camera recording paused, then link goes up ffmpeg continues to write in the current file. But when i reboot camera by power off/on ffmpeg stop the record and crushes.

    How to say ffmpeg wait for signal from camera and not close record.

    Sorry for my English i’m from Russia.

  • How can I concatenate two very different mp3 files(diff bitrate, channels, samplerate, bitdeph) ?

    13 novembre 2019, par lukistar

    As input I get one mp3 file(input.mp3), then I need to split it into two separate parts(done that) and insert between those parts another mp3(second.mp3).

    The problem :
    I tried using every single command for concatenating files, converting them to .ts etc etc.
    But I always get only the sound of the first mp3 file and the sound of the second is lost. I guess I have to transform my mp3 file into the exact same format as the input.mp3(bitrates, sample rates number of channels) file before I can concatenate it to it.

    I could concatenate the two parts of the input.mp3, but no matter what I do I cannot concatenate with second.mp3.

    I am using php with exec and ffmpeg.exe file. Is it possible to code it so no matter the input, I can transform second.mp3 into suitable for concatenating mp3 ?

  • How can I convert an HEVC video with Alpha Channel to HLS with fragmented MP4 ?

    7 janvier 2021, par Juan Scolari

    I've tried converting the video with ffmpeg but the x265 library which uses for encoding the file into HEVC does not have support for Alpha Channel.

    


    I found some proprietary tools that convert files to HEVC, which support Alpha Channel, but they don't convert them to HLS compatible formats.

    


    I've also tried with AWS MediaConvert, but the Alpha Channel was lost.

    


    Is there some tool that converts videos into HEVC + Alpha Channel + HLS + fragmented MP4 ?