Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (60)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6927)

  • Revision 0c9e2e9a1d : Split coefficient token tables intra vs. inter. Change-Id : I5416455f8f129ca0f45

    19 février 2013, par Ronald S. Bultje

    Changed Paths : Modify /vp9/common/vp9_default_coef_probs.h Modify /vp9/common/vp9_entropy.c Modify /vp9/common/vp9_entropy.h Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/decoder/vp9_decodemv.c Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/decoder/vp9_detokenize.c (...)

  • Wrong frame order/frame hickup in output video

    5 juillet 2012, par TheSHEEEP

    I am encoding frames from a 3D engine to an mp4 video with sound.
    Usually, the video (and input image) size is 640x360. With that size, there is no problem.

    But when I want to encode a 320x180 video (from input of 320x180), the resulting videos are sometimes(!!) stuttering, jumping back and forth in their frame order. Only the picture data is affected, though, as the sound is normal.

    For encoding, I followed this tutorial, so the vital parts for encoding in my functions look like that :
    http://dranger.com/ffmpeg/tutorial01.html

    As I said, this only happens in the small video size, never in the big one.
    I also made sure that the frames from the engine always come in in the correct order and are always encoded in the correct order.
    The ffmpeg encoding takes place in its own thread, but that shouldn't matter (as it works with bigger video).

    If I insert a Sleep(10) before encoding each frame, the problem does not appear any more (or very, very rare).

    Additional info : I just tried encoding to mpg instead of mp4, and the same thing happened. So the problem is codec independent.

    Any ideas what could cause this ?

  • How to get convert a avi to mp4 video in order to get a YouTube 1080p HD video ? [closed]

    26 mai 2012, par Swiss12000

    I have an avi video (31568 kbits/s ->video) (1411 kbits/s -> audio).
    The avi video is 7sec long and the size is 24 597KO.

    I'm trying to convert the avi video with ffmpeg to get a lighter mp4 version.

    In the command line, I've entered :

    ffmpeg -i test.avi test.mp4

    However, when I upload the video on YouTube, I can get a 720p quality maximum.

    My question is : how to convert a mp4 in order to get a 1 080p video ?

    Thank you

    edit : Am I missing something in my question. I get negative opinion, if so what can i do in order to improve my question. I'm totaly new in videos encoding. I also did lot of google reasearch about it but i find no specific answer about that issue... So I feel that my question isn't that much bad... :s