Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (62)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (11398)

  • FFMPEG : how to save input camera stream into the file with the SAME codec format ?

    19 janvier 2014, par user3211926

    I have the camera-like device that produces video stream and passes it into my Windows-based machine via USB port.

    Using the command :

    ffmpeg -y -f vfwcap -i list

    I see that (as expected) FFmpeg finds the input stream as stream #0.

    Using the command :

    ffmpeg -y -f vfwcap -r 25 -i 0 c:\out.mp4

    I can successfully save the input stream into the file.

    From the log I see :

    Stream #0:0 : Video : rawvideo (UYVY / 0x59565955), uyvy422, 240x320, 25 tbr, 1k tbn, 25 tbc
    No pixel format specified, yuv422p for H.264 encoding chosen.

    So, my input format is transcoded to yuv422p.

    My question :

    • How can I cause FFmpeg to save my input video stream into out.mp4 WITHOUT transcoding - actually, to copy input stream to output file as close as possible, with the same format ?
  • How can I save a RTSP stream into PNG pictures with ffmpeg ?

    2 novembre 2015, par cirfe

    Now I can save a rtsp stream into PPM file with ffmepg.

    I want to know how to save a RTSP stream into PNG pictures ? Is there any one who can help me ?

    P.S. I want to achieve this with coding not in ffmpeg command like this "ffmpeg –i input_file –r 1 –f image2 image-%3d.png".

  • mjpegdec : parse JPS extension and save relevant stereo3d information

    29 janvier 2014, par Kirill Gavrilov
    mjpegdec : parse JPS extension and save relevant stereo3d information
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mjpegdec.h