Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (95)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4287)

  • ffmpeg : concat demux delay issue

    23 février 2018, par Massimo Vantaggio

    I noticed that concat demux of ffmpeg generates a discrepancy in the timestamp, the videos chosen for the concatenation are previously encoded with closed gop, same frame-rate and same resolution.
    The videos have also fixed duration without decimals.

    The time stamp of the videos chosen for the concatenzaion are regular every two seconds without decimals.
    But after the concatenation process I can see a discrepancy in the timestamp that occurs between one video and another :

    [...]
    382.021016
    384.021016
    386.021016 the concat demux effect:
    388.043047
    390.043047
    392.043047
    [...]

    test done with the following command

    ffprobe -loglevel error -select_streams v:0 -show_entries frame=key_frame,pkt_pts_time -of csv=print_section=0 input.mp4 | awk -F',' '/^1,/{print $2}'

    I can also note that the timestamp of the concatenation starts with decimals that in the input video there aren’t.

    Is there somebody who can help me to get aligned overall timestamp without re-encode all again ?

    Thanks !

    Massimo

  • ffmpeg drawtext same font size and position on all kind of videos

    25 janvier 2018, par Bilal Akmal

    I’m drawing text and an icon on input video which user uploads. I’m able to draw the test and icon both successfully using two separate ffmpeg filter -vf and -filter_complex. But the problem is the output is not consistent for different size and resolution of videos. I mean I need to place the text and icon in top left corner with some padding, but it’s totally different positioned and sized on each video.
    So can you help me how I can calculate the font based on video height and width to make it consistent, I mean the text box should be of same size irrespective of video dimensions.

    Here’s the commands I’m using :

    ffmpeg -i input.mp4 -vf "drawtext=fontfile=OpenSans-Regular.ttf:text=\’LIVE\’:fontcolor=white:fontsize=40:x=50:y=50:box=1:boxcolor=red@0.9:boxborderw=20,format=yuv420p, drawtext=fontfile=OpenSans-Regular.ttf:text=’\ %eif :$1+t:d’:fontcolor=white:fontsize=40:x=195:y=50:box=1:boxcolor=black@0.4:boxborderw=20,format=yuv420p" -c:v libx264 -c:a copy -movflags +faststart output1.mp4 -y

    ffmpeg -i input.mp4 -vf "drawtext=fontfile=OpenSans-Regular.ttf:text=\’LIVE\’:fontcolor=white:fontsize=40:x=50:y=50:box=1:boxcolor=red@0.9:boxborderw=20,format=yuv420p, drawtext=fontfile=OpenSans-Regular.ttf:text=’\ %eif :$1+t:d’:fontcolor=white:fontsize=40:x=195:y=50:box=1:boxcolor=black@0.4:boxborderw=20,format=yuv420p" -c:v libx264 -c:a copy -movflags +faststart output1.mp4 -y
    ffmpeg -i output1.mp4 -i eye.png -filter_complex "[1]lut=a=val*1[a] ;[0][a]overlay=190:48" -pix_fmt yuv420p -c:a copy output2.mp4 -y ;

  • fate : remove the fate-aac-ltp-encode test

    13 janvier 2018, par Rostislav Pehlivanov
    fate : remove the fate-aac-ltp-encode test
    

    It tests a useless profile which sounds no better than regular aac and which
    takes extremely long to encoder something. Also it has been behind experimental
    flag for as long as it has been supported.
    Should be removed altogether sometime in the future.

    • [DH] tests/fate/aac.mak