Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (101)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (12436)

  • FFMPEG- filtered video coming rotated

    31 août 2017, par Alok Kumar Verma

    After a lot of struggle I finally did what I want, i.e., save filters using ffmpeg now for now I’m using the Vintage filter command line from FFMPEG in order to add Vintage Filter to it. But there is a certain problem, and the problem is that The output is coming 90 degree clockwise rotated which is not what I wanted.

    I’ve used this command from FFMPEG documentation, and the vintage filter application is working fine.

    String complexCommand[] = {"-y", "-i", stringBuilder.toString(), "-strict", "experimental", "-vf", "curves=vintage",
               "-s", "640x480", "-r", "30", "-aspect", "4:3", "-ab",
               "48000","-ac", "2", "-ar", "22050", "-b:a", "2097k", "-vcodec", "mpeg4", savingPath};

    I’ve read about how to do the rotation from this link : Video Rotation using FFMPEG

    Now what I’ve tried is rotating the video 90 degree counterclockwise which transpose=2 after -vf from the documentation.

    1.This is what I’ve done :

    String complexCommand[] = {"-y", "-i", stringBuilder.toString(), "-strict", "experimental", "-vf", "transpose=2", "curves=vintage",
               "-s", "640x480", "-r", "30", "-aspect", "4:3", "-ab",
               "48000","-ac", "2", "-ar", "22050", "-b:a", "2097k", "-vcodec", "mpeg4", savingPath};

    But I got this problem in my logcat, i.e.,

    [NULL @ 0xaaab0c00] Unable to find a suitable output format for 'curves=vintage' curves=vintage: Invalid argument

    2. I’ve also done this in order to get the desired result :

    String complexCommand[] = {"-y", "-i", stringBuilder.toString(), "-strict", "experimental", "-vf", "transpose=2",
           "-s", "640x480", "-r", "30", "-aspect", "4:3", "-ab",
           "48000","-ac", "2", "-ar", "22050", "-b:a", "2097k", "-vcodec", "mpeg4", savingPath};

    Now from above the result is fine, without any filter.

    3. I’ve tried this also which was my last attempt to do that :

    String complexCommand[] = {"-y", "-i", stringBuilder.toString(), "-strict", "experimental", "-vf", "curves=vintage", "-vf", "transpose=2",
           "-s", "640x480", "-r", "30", "-aspect", "4:3", "-ab",
           "48000","-ac", "2", "-ar", "22050", "-b:a", "2097k", "-vcodec", "mpeg4", savingPath};

    Here is what I have changed : "-vf", "curves=vintage", "-vf","transpose=2"

    But the result was same as in the second, only the rotated video, no fiters applied to the video.

    I’m in need of the result as I’ve reached close to my destination but the problem is there and I need the result as the filtered video with the rotated form and that has to be implemented in the string only.

    I think there is some issue with the string before -vf as the video is getting rotated before -vf and when I apply transpose then the correct result comes. Any suggestion would be appreciated.

    EDITS

    I’ve tried using this too, the && in between the command in order to get the result but I’m getting this error in my logcat :

    E/MediaMetadataRetrieverJNI: getFrameAtTime: videoFrame is a NULL pointer

    What I’ve done is :

    String complexCommand[] = {"-y", "-i", stringBuilder.toString(), "-strict", "experimental", "-vf", "curves=vintage",
               "&&", "-vf", "transpose=2", "-s", "720x720", "-r", "30", "-aspect", "4:3", "-ab",
               "48000","-ac", "2", "-ar", "22050", "-b:v", "2097k", "-vcodec", "mpeg4", savingPath};
  • How can input transition timestamp to ffmpeg output file ?

    29 avril 2016, par ofleaf

    I studying about ffmpeg and I did extraction scene transition from video files using the follows command.

    ffmpeg -ss 00:05:00 -i inputfile.mp4 -vf select="gt(scene\, 0.5), scale="640:360" -vsync vfr -frames:v 100 output.png

    I was able to get hundreds of scene transition files.

    I have a question in here.

    I want know play time when I extraction scene transition.

    Anything is gonna be okay, make the filename using play time or anything is ok.

    ex) 00:06:13.png 00:09:12.png ... 01:12:01.png

  • Remove accidentally-added cruft

    19 mai 2012, par Scott Schiller

    script/Copy of soundmanager2.js - script/basic/soundmanager2-basic-jsmin.js - script/basic/soundmanager2-basic-nodebug-jsmin.js - script/basic/soundmanager2-basic-nodebug.js - script/basic/soundmanager2-basic.js - swf/sm2-flash9-multiple-metadata-handler-swf-test.zip Remove accidentally-added (...)