Recherche avancée

Médias (91)

Autres articles (40)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11201)

  • bash : ffmpeg libx265 prevent output

    13 septembre 2015, par linux_lover

    I’d like to use the new codec x265 (libx265) to encode my video collection.

    For this I created a lovely bash script under linux which works in general very well ! But something is strange :

    I prohibit the output of ffmpeg to echo on my own way. With x264 (the "old" one) everything works fine. But as soon as I use x265 I get always this kind of output on my terminal :

    x265 [info]: HEVC encoder version 1.7
    x265 [info]: build info [Linux][GCC 5.1.0][64 bit] 8bpp
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
    x265 [info]: Main profile, Level-2.1 (Main tier)
    x265 [info]: Thread pool created using 2 threads
    x265 [info]: frame threads / pool features       : 1 / wpp(5 rows)
    x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
    x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
    x265 [info]: ME / range / subpel / merge         : hex / 57 / 2 / 2
    x265 [info]: Keyframe min / max / scenecut       : 25 / 250 / 40
    x265 [info]: Lookahead / bframes / badapt        : 20 / 4 / 2
    x265 [info]: b-pyramid / weightp / weightb / refs: 1 / 1 / 0 / 3
    x265 [info]: AQ: mode / str / qg-size / cu-tree  : 1 / 1.0 / 64 / 1
    x265 [info]: Rate Control / qCompress            : CRF-28.0 / 0.60
    x265 [info]: tools: rd=3 psy-rd=0.30 signhide tmvp strong-intra-smoothing
    x265 [info]: tools: deblock sao

    This is the way I encode my video with ffmpeg :

    ffmpeg -i /input/file -c:v libx265 -c:a copy -loglevel quiet /output/file.mp4 <>/dev/null 2>&1

    I thought that the

    <>/dev/null 2>&1

    and the

    -loglevel quiet

    will do this but apparently I’m mistaken.

    How can I solve this problem ?

    Thanks for your help !

  • How to force ffmpeg NOT TO compress video stream ?

    9 décembre 2016, par foxpy

    I have got laptop with installed Windows 10.
    Hardware specs :
    Screen : 1366x768.
    CPU : Core i5-4200U.
    RAM : 4 Gb DDR3 1600 Mhz.
    GPUs : Intel HD 4000 and GeForce 740M 2 Gb.
    I wanted to record my screen using ffmpeg. I’ve tried this command :

    ffmpeg -f gdigrab -vsync 2 -i desktop "capture.mp4"

    CPU utilization is about 60-70%, so laptop becomes laggy. Next step I tried to use nvenc codec, but its quality is poor. So, how to force ffmpeg NOT TO compress video on screen recording ? (I can compress it later).

  • Merge commit ’fdfe01365d579189d9a55b3741dba2ac46eb1df8’

    13 novembre 2016, par Hendrik Leppkes
    Merge commit ’fdfe01365d579189d9a55b3741dba2ac46eb1df8’
    

    * commit ’fdfe01365d579189d9a55b3741dba2ac46eb1df8’ :
    hwcontext : allocate the destination frame for the pool size

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavutil/hwcontext.c