Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (106)

  • 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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (12421)

  • Can I run this in one command line (ffmpeg)

    1er mai 2015, par whitesiroi

    I used this command ffmpeg -i thevideo.mp4 -vf 'drawbox= : x=0 : y=0 : color=invert:enable=between(t\,11\,39)' output.mp4 but it runs very slow.

    So, I took another approach, I copy first and last part and run "drawbox" only on selected length, and then adding them all together.

    ffmpeg -ss 00:00:00 -i thevideo.mp4 -to 00:00:10 -c copy cut.mp4

    ffmpeg -ss 00:00:11 -i thevideo.mp4 -to 00:00:39 -vf 'drawbox= : x=0 : y=0 : color=invert' cut2.mp4

    ffmpeg -ss 00:00:40 -i thevideo.mp4 -c copy cut3.mp4

    ffmpeg -f concat -i mylist.txt -c copy output.mp4

    content of mylist.txt:

    file 'cut1.mp4'
    file 'cut2.mp4'
    file 'cut3.mp4'

    Can I run it in one command and have the same speed or even faster but without cutting and concatenating the parts of the video ?

  • avformat/mpegts : Also parse the FMC descriptor if the codec has not been identified yet

    29 avril 2015, par Michael Niedermayer
    avformat/mpegts : Also parse the FMC descriptor if the codec has not been identified yet
    

    Fixes Detecting AAC with such descriptor if the parts needed for detection
    are later in the stream

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

    • [DH] libavformat/mpegts.c
  • Merge commit ’7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161’

    30 mars 2015, par Michael Niedermayer
    Merge commit ’7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161’
    

    * commit ’7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161’ :
    qsv : Skip header compilation depending on what parts of qsv are enabled

    Conflicts :
    libavcodec/Makefile

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

    • [DH] libavcodec/Makefile