Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (61)

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

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (13055)

  • http: Always allow no-op seek

    6 mars 2014, par Anssi Hannula
    http: Always allow no-op seek
    

    This also allows checking stream position as per ffurl_seek() doxy.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/http.c
  • FFmpeg transcode seek gap ?

    12 avril 2016, par jjw2015

    I noticed that if using default settings, the transcoded video (to mp4) has pretty large "seeking gap" : when I want to seek to 10th second, it either goes to 8th second, or goes to 12th second, etc.

    After some searching, I noticed that I can modify the value keyint to reduce the above "seeking gap", at the cost of larger file size.

    Just want to know if this is the only option. Comments welcome !

    My command :

    -i "input.mts" -y -c:v libx264 -vf "yadif=0:-1:0,scale=1280:trunc(ow/a/2)*2" -minrate 3400K -maxrate 3800K -bufsize 1000K -c:a aac -b:a 128k -ar 48000 -ac 2 "output.mp4"
  • avformat/mpegts : factor duplicate seek back code into mpegts_resync

    10 avril 2016, par Michael Niedermayer
    avformat/mpegts : factor duplicate seek back code into mpegts_resync
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpegts.c