Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (53)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10486)

  • tls : Add support for listen mode

    19 septembre 2013, par Martin Storsjö
    tls : Add support for listen mode
    

    Also add options for specifying a certificate and key, which can
    be used both when operating as client and as server.

    Partially based on a patch by Peter Ross.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] doc/protocols.texi
    • [DBH] libavformat/tls.c
    • [DBH] libavformat/version.h
  • ffmpeg command to copy video config from ffprobe

    10 avril 2021, par quarks

    What's the command to convert an MP4 to the output format similar to a video with this ffprobe :

    &#xA;

    ffprobe version N-82151-g1e660fe Copyright (c) 2007-2016 the FFmpeg developers&#xA;  built with gcc 5.4.0 (GCC)&#xA;  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib&#xA;  libavutil      55. 35.100 / 55. 35.100&#xA;  libavcodec     57. 65.100 / 57. 65.100&#xA;  libavformat    57. 57.100 / 57. 57.100&#xA;  libavdevice    57.  2.100 / 57.  2.100&#xA;  libavfilter     6. 66.100 /  6. 66.100&#xA;  libswscale      4.  3.100 /  4.  3.100&#xA;  libswresample   2.  4.100 /  2.  4.100&#xA;  libpostproc    54.  2.100 / 54.  2.100&#xA;Input #0, avi, from &#x27;.\sample.mp4.hd.mojo&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf57.57.100&#xA;  Duration: 00:37:28.85, start: 0.000000, bitrate: 10461 kb/s&#xA;    Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj420p(pc, bt470bg/unknown/unknown), 960x540 [SAR 1:1 DAR 16:9], 9745 kb/s, 20 fps, 20 tbr, 20 tbn, 20 tbc&#xA;    Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 22050 Hz, 2 channels, s16, 705 kb/s&#xA;

    &#xA;

    I've tried

    &#xA;

    ffmpeg -i "input.mp4" -c:v mjpeg -c:a pcm_s16le -an output.mp4&#xA;

    &#xA;

    The output however does not play with the custom player.

    &#xA;

    Update :

    &#xA;

    I found a file which seemed to contain some config :

    &#xA;

    enter image description here

    &#xA;

    [high]&#xA;label=High quality&#xA;labelHelp=Converts to high quality&#xA;outSuffix=hd&#xA;codecParam=-vcodec mjpeg -vf scale=min&#x27;(960,iw)&#x27;:-1 -acodec pcm_s16le -ar 22050 -ac 2 -r 20 -q:v 2&#xA;[medium]&#xA;label=Medium quality&#xA;labelHelp=Converts to medium quality&#xA;outSuffix=mid&#xA;codecParam=-vcodec mjpeg -vf scale=min&#x27;(960,iw)&#x27;:-1 -acodec pcm_s16le -ar 22050 -ac 2 -r 20 -q:v 5&#xA;[low]&#xA;label=Low quality&#xA;labelHelp=Converts to low quality&#xA;outSuffix=low&#xA;codecParam=-vcodec mjpeg -vf scale=min&#x27;(960,iw)&#x27;:-1 -acodec pcm_s16le -ar 22050 -ac 2 -r 20 -q:v 8&#xA;[main]&#xA;label=Convert to NComputing MOJO&#xA;labelHelp=Transcodes original file format to the NComputing MOJO format&#xA;outSuffix=&#xA;codecParam=&#xA;

    &#xA;

  • Revert "Merge commit ’8b830ee9a26d47b138f12a82085cdb372f407f1e’" (avconv : Do not...

    11 octobre 2015, par Michael Niedermayer
    Revert "Merge commit ’8b830ee9a26d47b138f12a82085cdb372f407f1e’" (avconv : Do not try to configure filter outputs without streams)
    

    FFmpeg already tests for this case in configure_output_filter() and printed a
    clearer error message

    example :
    ./ffmpeg -f lavfi -i color -f lavfi -i color -filter_complex "[1]null[x],[0][1]overlay" -f null -
    before the merge / after the revert :
    Filter null has a unconnected output

    after the merge / before the revert :
    Output pad "default" with type video of the filter instance "Parsed_null_0" of null not connected to any destination
    Error configuring complex filters.
    Invalid argument

    This reverts commit 3e3779cd517e4d2d1f21d5eb6afdb428cd3c1aa0, reversing
    changes made to 0b28039a44b33753d77116691d680bd60f3bac1f.

    Reviewed-by : Ganesh Ajjanagadde <gajjanag@mit.edu>

    • [DH] ffmpeg_filter.c