Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (37)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6848)

  • How to modify x264 source code to get motion search time [on hold]

    21 octobre 2017, par Yicheng Li

    I am a new member of stack overflow, I hope you guys can help me solve this problem.
    I am now using x264 with ffmpeg to encode some raw video, I was asked how much time the motion search would cost in libx264 video coding. Therefore, I need to modify the code, I tried put the clock around the switch sentence in the encoder/me.c
    clock start

    clock end
    After compiling the source code and run a test,
    it shows that the time is very small and it seems I am actually getting the time each macro block spent on motion search.

    So, how should I modify the x264 source code to get the time duration in motion search.

    Big Thanks.

  • Efficient ogv video conversion in Linux

    26 mai 2023, par Marco Ferro

    I have a ogv video file of 113MB. I converted it to mp4 and reduced its size from command line through ffmpeg. The resulting video is around 12MB sized, but the quality is really bad. I would like to get a better quality at cost of a higher file size, but I don't know how. 
Can you suggest me a correct way to do that ?

    



    EDIT :
This is the full console output of the command :

    



    Input #0, ogg, from 'ibvs.ogv':
   Duration: 00:00:58.86, start: 0.000000, bitrate: 16134 kb/s
        Stream #0.0: Data: skeleton
        Stream #0.1: Video: theora, yuv420p, 960x864 [PAR 1:1 DAR 10:9], 15 fps, 15 tbr, 15 tbn, 15 tbc

[buffer @ 0x1dbaa80] w:960 h:864 pixfmt:yuv420p
Output #0, mp4, to 'test.mp4':

    Metadata:
        encoder         : Lavf53.21.1
        Stream #0.0: Video: mpeg4, yuv420p, 960x864 [PAR 1:1 DAR 10:9], q=2-31, 200 kb/s, 15 tbn, 15 tbc

Stream mapping:
    Stream #0.1 -> #0.0
Press ctrl-c to stop encoding
frame=  883 fps=128 q=31.0 Lsize=    8654kB time=58.87 bitrate=1204.3kbits/s    
video:8646kB audio:0kB global headers:0kB muxing overhead 0.092074%


    


  • Efficient ogv video conversion in Linux

    19 mai 2016, par Marco Ferro

    I have a ogv video file of 113MB. I converted it to mp4 and reduced its size from command line through ffmpeg. The resulting video is around 12MB sized, but the quality is really bad. I would like to get a better quality at cost of a higher file size, but I don’t know how.
    Can you suggest me a correct way to do that ?

    EDIT :
    This is the full console output of the command :

    Input #0, ogg, from 'ibvs.ogv':
      Duration: 00:00:58.86, start: 0.000000, bitrate: 16134 kb/s
           Stream #0.0: Data: skeleton
           Stream #0.1: Video: theora, yuv420p, 960x864 [PAR 1:1 DAR 10:9], 15 fps, 15 tbr, 15 tbn, 15 tbc

    [buffer @ 0x1dbaa80] w:960 h:864 pixfmt:yuv420p
    Output #0, mp4, to 'test.mp4':

       Metadata:
           encoder         : Lavf53.21.1
           Stream #0.0: Video: mpeg4, yuv420p, 960x864 [PAR 1:1 DAR 10:9], q=2-31, 200 kb/s, 15 tbn, 15 tbc

    Stream mapping:
       Stream #0.1 -> #0.0
    Press ctrl-c to stop encoding
    frame=  883 fps=128 q=31.0 Lsize=    8654kB time=58.87 bitrate=1204.3kbits/s    
    video:8646kB audio:0kB global headers:0kB muxing overhead 0.092074%