Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (90)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (13043)

  • how to use FFMpeg in android with easy possible way ? with Gradle in android studio for videos concatenation

    12 avril 2016, par Amna Mirza

    I am working on video editing in android. After alot of research and
    development the only possible solution for real time video editing
    found is FFMpeg (Other libraries like Vitamio just impose change
    on video while running instead of changing the video). Want to find
    soltuion where FFMpeg can easily integrate into android studio
    project. Want to do Crop, trim, concatenation and other possible
    process on video.

  • python simple web app stack [on hold]

    8 septembre 2013, par Shonu93

    I am currently learning python and have written an app that I would like to put out on the web and/or Facebook platform. My script for the app is around 50-100 lines. The things I would like to implement are :

    1.HTML5 and CSS3

    • I'm good with this and would like to make the front end really appealing.

    2.Database

    • A simple database that keeps some basic info of the users who have used this app. (Either
      through their Facebook account or something else ! )
    • I would also like to have the option of storing 30 second mp3 clips. Say around 50 of
      these clips which the user can select and download.

    3.Python Backend

    • My python script should process user input on the server and send the output to the user.
    • My server should also have ffmpeg and lame libraries installed. (As my app requires this !)

    NOTE ** I would like to develop the complete web app locally first, before deploying it on the web **

    I really have no idea how to go about this. My app works like a charm on my Mac OSX and I really want to deploy this app on the web to make others happy too ! Do help me out guys !

  • Why does -filter:v fps=60 need re-encoding ?

    16 avril 2024, par kwjsksai

    I mean, let's say 30 fps -> 60 fps. You just need to duplicate frames.
    
Decode a frame and present it at 2 timepoints.
    
I know mp4 can present a frame at different timepoints, right ?
    
So why is re-encoding needed ? with h264 codec and heavy computing...
    
I thought it could be just some metadata work.

    


    ffmpeg -i 30fps.mp4 -filter:v fps=60 out.mp4