Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (108)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10136)

  • Play sound using bytes array

    30 juin 2015, par iRavi iVooda

    How can I play sound using a byte array in Python. To be more precise, I read a byte array from a socket and I want to convert it to sound to understand it. How can I achieve this ?

    Any libraries would be useful.

  • Square video 1:1 ration ffmpeg command " Unrecognized option '‌​pr‌​eset'" not found at the time of crop video in android ?

    15 septembre 2017, par Mahesh

    I have captured video successfully with normal android camera. Now i want to crop video with 1:1 ratio using ffmpeg libray command. But it gives me below error.

    Version Used FFMPEG : compile ’com.writingminds:FFmpegAndroid:0.3.2’

    Command :
    - y, -i, /storage/emulated/0/DCIM/ZyfVideo/VID_20170916_093512.mp4, -vf, scale=720:ih*720/iw, crop=720:720,setdar=1:1,setsar=1:1, -threads, 5, -preset, ultrafast, -strict, experimental, -vcodec, libx264, -‌​pr‌​eset, ultrafast‌​, /storage/emulated/0/DCIM/ZyfVideo/VID_20170916_093521.mp4

    Log Error :

    09-16 09:35:22.184 32149-32226/com.spoof.app D/FFmpeg: Running publishing updates method
    09-16 09:35:22.451 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
    09-16 09:35:22.451 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  built with gcc 4.8 (GCC)
    09-16 09:35:22.465 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
    09-16 09:35:22.487 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libavutil      55. 17.103 / 55. 17.103
    09-16 09:35:22.490 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libavcodec     57. 24.102 / 57. 24.102
    09-16 09:35:22.491 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libavformat    57. 25.100 / 57. 25.100
    09-16 09:35:22.493 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libavdevice    57.  0.101 / 57.  0.101
    09-16 09:35:22.494 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libavfilter     6. 31.100 /  6. 31.100
    09-16 09:35:22.497 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libswscale      4.  0.100 /  4.  0.100
    09-16 09:35:22.498 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libswresample   2.  0.101 /  2.  0.101
    09-16 09:35:22.499 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :  libpostproc    54.  0.100 / 54.  0.100
    09-16 09:35:22.549 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :Unrecognized option '‌​pr‌​eset'.
    09-16 09:35:22.553 32149-32149/com.spoof.app D/NormalSquareFragment:  Progress Video :Error splitting the argument list: Option not found
    09-16 09:35:22.574 32149-32149/com.spoof.app D/NormalSquareFragment:  Failure Video :ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
                                                                          built with gcc 4.8 (GCC)
                                                                          configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
                                                                          libavutil      55. 17.103 / 55. 17.103
                                                                          libavcodec     57. 24.102 / 57. 24.102
                                                                          libavformat    57. 25.100 / 57. 25.100
                                                                          libavdevice    57.  0.101 / 57.  0.101
                                                                          libavfilter     6. 31.100 /  6. 31.100
                                                                          libswscale      4.  0.100 /  4.  0.100
                                                                          libswresample   2.  0.101 /  2.  0.101
                                                                          libpostproc    54.  0.100 / 54.  0.100
                                                                        Unrecognized option '‌​pr‌​eset'.
                                                                        Error splitting the argument list: Option not found
    09-
  • hevc : move the SliceType enum to hevc.h

    18 octobre 2016, par Anton Khirnov
    hevc : move the SliceType enum to hevc.h
    

    Those values are decoder-independent and are also use by the VA-API
    encoder.

    • [DBH] libavcodec/hevc.h
    • [DBH] libavcodec/hevc_cabac.c
    • [DBH] libavcodec/hevc_mvs.c
    • [DBH] libavcodec/hevc_refs.c
    • [DBH] libavcodec/hevcdec.c
    • [DBH] libavcodec/hevcdec.h
    • [DBH] libavcodec/vaapi_encode_h265.c