Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (113)

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

  • FFMPEG Convert TS file to 1280x720 MPEG2 and retain subtitles

    6 mai 2019, par Brandon W

    I am using FFMPEG on Centos (CLI) and i am trying to convert a TS file which is 1920x1080 resolution to 1280x720 and retain the subtitles.

    I have been able to accomplish part of this by running the command

    fmpeg -i Brandon-Test-file.ts -map 0:0 -map 0:1 -map 0:1 -map 0:2 -c:v copy -c:a:0 libmp3lame -b:a:0 128k -c:a:1 libfaac -b:a:1 96k -c:s copy output.mpg

    ^^ this code will covert the file to mpeg2 but at the 1920x1080 and with subtitles.

    If i remove the -c:v copy (codec copy) and replace it with -vf scale=-1:720 then it will convert with my specifications but without the subtitles.

  • encode video to HD Format @ 1500 kbps = 1280x720 using ffmpeg in php

    15 octobre 2014, par Wikki

    I am new to ffmpeg and I have to convert videos to mp4 using H.264. I need SD format with below as well as HD format. I used SD format conversion with below command.

    $cmd = "ffmpeg -i $in -vcodec libx264 -b 700k -bf 3 -b_strategy 1 -coder 1 -qmin 10 -qmax 51 -sc_threshold 40 -flags +loop -cmp +chroma -me_range 16 -me_method hex -subq 5 -i_qfactor 0.71 -qcomp 0.6 -qdiff 4 -directpred 1 -flags2 +fastpskip -dts_delta_threshold 1 -acodec libfaac -ab 128k $out";

    Now, i need to do HD format conversion : HD Format @ 1500 kbps = 1280x720

    Please guide me how run command for HD conversion. I have ffmpeg 0.6 version installed on server and unfortunately I cannot upgrade this or compile new version.

    Please guide me.

    thanks
    Wiki

  • avcodec/h264 : Undefined behavior (left shift of 12852653 by 8 places cannot be repres...

    8 octobre 2014, par Michael Niedermayer
    avcodec/h264 : Undefined behavior (left shift of 12852653 by 8 places cannot be represented in type ’int’)
    

    Fixes : asan_heap-oob_84f75d_8_asan_heap-oob_a2a00a_341_mbc.ts

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c