Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (64)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (11555)

  • How to save (record) rtsp stream to the disk storage without artifacts and missing seconds ?

    20 septembre 2019, par Bogdan Rudnytskyi

    I need to save (record) rtsp stream to the disk storage.
    I am using nginx-module and ffmpeg for it.
    Here the config for enable recording :

    rtmp {
       live on;
       hls on;
       hls_fragment 5s;
       server {
           listen 1935;
           application cam1 {
               hls_path /tmp/cam1;
           }
           exec_static ffmpeg -rtsp_transport tcp -i rtsp://... -c copy -f flv rtmp://.../cam1/stream;
       }
    }

    Config is creating the flv files, each duration of 5 second.
    Then we need to merge all got files in one file by command :

    ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.flv

    After concated files we are got a problem. When previous 5 seconds end and start next 5 seconds we have artifacts and missing 0.5-1 second.

    Please, get me help with saving rtsp stream without artifacts and missing seconds.

  • FFmpeg get Video duration and save into file [on hold]

    5 janvier 2017, par utdev

    How can I get a video duration of a video file (.m2v) and save it into a .txt file :

    So far I have done this :

    powershell.exe cd C :\FFMpeg\bin ; .\ffprobe -i
    C :\myApp\storage\videos\LordOfTheRings.m2v
    -show_format -sexagesimal | findstr duration > C :\myApp\storage\videos\duration.txt

    The .txt file just shows me following :

    duration=N/A

    But if I select an .mpg file the text file shows the time correct like this :

    powershell.exe cd C :\FFMpeg\bin ; .\ffprobe -i
    C :\myApp\storage\videos\LordOfTheRings.mpg
    -show_format -sexagesimal | findstr duration > C :\myApp\storage\videos\duration.txt

    duration=0:01:00.003290

    In my case I need to get the time of an .m2v file not a .mpg file.

  • avcodec/vvc : refact, save pf and ciip_flag in ff_vvc_set_intra_mvf

    14 mai, par Wu Jianhua
    avcodec/vvc : refact, save pf and ciip_flag in ff_vvc_set_intra_mvf
    

    Signed-off-by : Wu Jianhua <toqsxw@outlook.com>

    • [DH] libavcodec/vvc/ctu.c
    • [DH] libavcodec/vvc/mvs.c
    • [DH] libavcodec/vvc/mvs.h