Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (42)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • 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

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (7943)

  • I have a file that purports to be "uncompressed mov" that I want to convert to raw using ffmpeg

    9 août 2015, par Lyman Hurd

    I am running Ubuntu. Here is what I receive and also cannot play the movie with vlc or totem, however the sender insists that these files play on a Mac using QuickTime. Thoughts as to what might be wrong ?

    ~/bin/ffmpeg -i movie.mov ffmpeg version N-50051-g8d0757e Copyright (c) 2000-2013 the FFmpeg developers
     built on Aug  8 2015 18:44:04 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
     configuration: --enable-libvpx --enable-libx264 --prefix=/home/lhurd --enable-gpl
     libavutil      52. 17.102 / 52. 17.102
     libavcodec     54. 92.100 / 54. 92.100
     libavformat    54. 63.100 / 54. 63.100
     libavdevice    54.  3.103 / 54.  3.103
     libavfilter     3. 38.103 /  3. 38.103
     libswscale      2.  2.100 /  2.  2.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  2.100 / 52.  2.100
    movie.mov: Invalid data found when processing input

    Here’s an "od -c" of the head which at least shows that the file isn’t raw :

    0000000  \0 005 026  \a  \0 002  \0  \0   M   a   c       O   S           X
    0000020                                  \0 002  \0  \0  \0  \t  \0  \0
    0000040  \0   2  \0  \0  \0   F  \0  \0  \0 002  \0  \0  \0   x  \0  \0
    0000060  \0  \0   M   o   o   V   T   V   O   D  \0  \0  \0  \0  \0  \0
    0000100  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0
    0000120  \0  \0  \0  \0   A   T   T   R  \0  \0  \0  \0  \0  \0  \0   x
    0000140  \0  \0  \0   x  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0
    0000160  \0  \0  \0  \0  \0  \0  \0  \0
    0000170
  • Android Ffmpeg- Root Permission not granted to "su" Working Directory:null

    24 juillet 2015, par Workaholic Er

    I have compiled ffmpeg for android using ndk r10e on os x but it does not produce ffmpeg.so. All other libraries are generated. I have been searching this for over a week. I have tried various methods to execute ffmpeg command but none were successful. I used

    Process p=new ProcessBuilder("su /data/data/com.example.ffmpegtem/").start();

    Process p = Runtime.getRuntime().exec(
                   getBaseContext().getApplicationInfo().nativeLibraryDir);

    Process p = Runtime.getRuntime().exec(Environment.getExternalStorageDirectory().getPath());
    Process p = Runtime.getRuntime().exec("chmod 700 /data/data/com.example.ffmpegtem/app_bin/ffmpeg");

    All resulted in IOException-Working Directory : null. I also tried Shell Callback method provided by Github android ffmpeg library project which resulted in Nullpointerexception. I have written read/write permission.

    Convert 1 image to video code :

    DataOutputStream os = new DataOutputStream(chperm.getOutputStream());
    os.writeBytes("-loop 1 -i " + inpath + " -c:v libx264 -t 15 -pix_fmt yuv420p -vf scale=320:240 "+outpath);

    What am I doing wrong ? Please help

  • avformat/oggdec : Check buf before copying data in to it

    13 juillet 2015, par Michael Niedermayer
    avformat/oggdec : Check buf before copying data in to it
    

    Fixes null pointer dereference
    Fixes : aace024653cc62947336b86f8de812ab_signal_sigsegv_a0500f_343_WobblyWindowsIntro.ogg with memlimit 262144

    Found-by : Samuel Groß, Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/oggdec.c