Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (52)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (5900)

  • Anomalie #3592 (Nouveau) : Robots.txt.html et tests de compatibilité mobile de Google

    14 novembre 2015, par chris gaillard

    Dans robots.txt.html les Disallow bloquent l’accès de Google aux feuilles de styles, js nécessaire à l’affichage responsive et bloque les tests de validité mobile donc nuisent à leur référencement.
    Il serait préférable de supprimer les disallow suivants

    Disallow : /local/
    Disallow : /ecrire/
    Disallow : /plugins-dist/
    Disallow : /lib/
    Disallow : /plugins/
    Disallow : /prive/
    Disallow : /squelettes-dist/
    Disallow : /squelettes/

  • Crop Videos & Reduce Quickly on Mobile with or w/o FFMpeg (Flutter)

    11 mai 2021, par Haidar Hammoud

    Cropping, modifying quality, and other seemingly simple edits applied to videos using FFMpeg take between 30 to 60 seconds for a 15 second long video.

    


    Apps like Snapchat, Instagram, TikTok, WhatsApp, and Twitter are able to nearly instantly edit a video file with quality modifications, videos concatenated together, image overlays applied over every frame, and cropping. This is evident from the fact that videos can be viewed by the receivers within seconds of them being sent with all the modifications applied.

    


    Are there any reliable ways to achieve the same speeds (0.5 - 1.5 seconds) for video editing on mobile using Flutter ? FFMpeg has everything I need but just runs very slowly. Is there a way to speed it up ?

    


  • Slow Video play in mobile devices

    5 novembre 2015, par Rahul Chipad

    i have implemented video play functionality using html5 video tag.In web video play instantly but in mobile it takes to 15-20 seconds to play video over 3g/Wifi network

    i have searched for this issue and tried partial content request script in php but partial content request not working in browser.
    we have using ffmpeg for video encoding and akamai as cdn.

    ffmpeg -i '20102707.mp4' -y -f mp4 -vcodec libx264 -pix_fmt yuv420p -vprofile baseline -preset slow -b:v 158035 -r 12/1 -vf "scale=480:trunc(ow/a/2)*2" -acodec libfaac -b:a 18320 -ar 16000 -ac 2 '20102707_VIDEO_MEDIUM_H264.mp4' 2>&1

    i have tired different bit rate and frame rate for video encoding but all taking more time to play

    Any idea ?