Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (106)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (14286)

  • Making a blu-ray video-album from 30fps video-recordings ?

    11 janvier 2015, par mr_lou

    I wish to make a blu-ray video-album with all the family video-recordings I’ve done with various recording devices through-up the years. Most of the recordings are 720p 30fps, recorded with my cellphone.

    As many others before me I have now learned, that simply saving my video-project as a 720p 24fps rendering, results in a lot of jerkiness due to the missing frames. Not good.

    But what to do then ?

    According to http://en.wikipedia.org/wiki/Blu-ray_Disc#Media_format my other framerate options for 720p are 60fps (59.94fps) or 50fps. So as I’m writing this I’m trying to render my project into a 59.94fps video. Logically, if my recordings have 30fps, there’ll be a little jerkiness here too though ?

    Another option I seem to have, is to save my project as a 1080i 29.97fps video. This is as close to the 30fps I can get, but again : 29.97fps isn’t 30fps, so what happens with jerkiness here ?

    Also, saving my 720p 30fps recordings as either 720p 59.94fps or 1080i 29.97fps logically results in a bigger filesize. Filesize is somewhat important too, as I expect this blu-ray collection to contain as many videos as possible. (720p recordings should give at least 11 hours on a standard 25gb blu-ray disc).

    And finally, there’s also the theoretical option of converting my 30fps recordings to smooth 24fps recordings, but as far as I can understand in my searches, this is extremely tricky / almost impossible to do ?

    Surely it can’t be this tricky to put everyday recordings onto a blu-ray disc ? I must be missing something ?

    The overall question is : What is the best solution for putting 720p 30fps and 1080p 30fps video-recordings onto a blu-ray disc ?

    Thanks !

    EDIT :

    Two possible answers I’m expecting to hear :

    1) Best practice to put 720p 30fps and 1080p 30fps videos onto a blu-ray, is to just stick to 720p 30fps and 1080p 30fps. Although it is not a blu-ray standard, the majority of players will play them anyway.

    2) Best practice is to use 720p 59.94fps. That’s the only way to make sure the video plays on most devices. There are simply too many devices that will only play the blu-ray standards. So you can forget about using anything else.

  • Merge commit ’e6fb844f7b736e72da364032d251283bce9e63ad’

    20 avril 2015, par Michael Niedermayer
    Merge commit ’e6fb844f7b736e72da364032d251283bce9e63ad’
    

    * commit ’e6fb844f7b736e72da364032d251283bce9e63ad’ :
    Implement shared parsing of INFO tag in Canopus family

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/canopus.c
    • [DH] libavcodec/canopus.h
    • [DH] libavcodec/cllc.c
    • [DH] libavcodec/hqx.c
  • configure : Define feature test macros for —std=gnu99

    31 janvier 2016, par Henrik Gramner
    configure : Define feature test macros for —std=gnu99
    

    Makes the printf() family functions on MinGW use the correct C99 POSIX
    versions instead of the broken pre-VS2015 Microsoft ones.

    Also allows us to get rid of some _GNU_SOURCE and _ISOC99_SOURCE defines.

    • [DH] common/cpu.c
    • [DH] common/set.c
    • [DH] configure
    • [DH] encoder/analyse.c
    • [DH] encoder/ratecontrol.c
    • [DH] x264.c