Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (23)

  • 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

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7046)

  • ffmpeg0.11.1 streaming issue h264

    11 septembre 2012, par ameeth

    I am using ffmpeg 0.11.1 onto a panda board for streaming. Linux linaro-developer 3.4.0-1-linaro-lt-omap #1 120625232503-Ubuntu Sx Ubuntu os.

    ./ffmpeg  \
    -f alsa -async 1   -ac 2 -i hw:2,0  \
    -f video4linux2  -s vga -i /dev/video0  \
    -acodec aac -b:a 40k \
    -r 25 -s vga  -vcodec libx264 -preset fast -strict -2  -b:v 320K -pass 1 \
    -f h264 rtmp://.../live/mp4:demo101

    by the above command i able to stream but after a minimum time around 2 min streaming stops
    can any help me to resolve this problem.

  • vvcdec : add inter prediction

    5 décembre 2023, par Nuo Mi
    vvcdec : add inter prediction
    

    Co-authored-by : Xu Mu <toxumu@outlook.com>
    Co-authored-by : Frank Plowman <post@frankplowman.com>
    Co-authored-by : Shaun Loo <shaunloo10@gmail.com>
    Co-authored-by : Wu Jianhua <toqsxw@outlook.com>

    • [DH] libavcodec/vvc/Makefile
    • [DH] libavcodec/vvc/vvc_inter.c
    • [DH] libavcodec/vvc/vvc_inter.h
    • [DH] libavcodec/vvc/vvc_inter_template.c
    • [DH] libavcodec/vvc/vvcdec.h
    • [DH] libavcodec/vvc/vvcdsp.h
  • vvcdec : add intra prediction

    5 décembre 2023, par Nuo Mi
    vvcdec : add intra prediction
    

    Co-authored-by : Xu Mu <toxumu@outlook.com>
    Co-authored-by : Frank Plowman <post@frankplowman.com>
    Co-authored-by : Shaun Loo <shaunloo10@gmail.com>
    Co-authored-by : Wu Jianhua <toqsxw@outlook.com>

    • [DH] libavcodec/vvc/Makefile
    • [DH] libavcodec/vvc/vvc_ctu.c
    • [DH] libavcodec/vvc/vvc_ctu.h
    • [DH] libavcodec/vvc/vvc_intra.c
    • [DH] libavcodec/vvc/vvc_intra.h
    • [DH] libavcodec/vvc/vvc_intra_template.c