Recherche avancée

Médias (91)

Autres articles (46)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5497)

  • vf_psnr : fix rgb channel order mixup in final log message.

    11 juillet 2015, par Ronald S. Bultje
    vf_psnr : fix rgb channel order mixup in final log message.
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_psnr.c
  • Can we Stream Live Audio from Android phone using FFmpeg ?

    17 août 2023, par Uday

    Im using ffmpeg_kit_flutter package to Stream data to the RTSP server in Flutter.

    &#xA;

    IOS : Working

    &#xA;

    Android : Its not working

    &#xA;

    Command Used :

    &#xA;

    &#x27;ffmpeg -f avfoundation -i ":0" -acodec aac -f rtsp -rtsp_transport tcp "$Url"&#x27;&#xA;

    &#xA;

    When i ran a "ffmpeg -devices" command on android, it returns follwing response, through which i got to know android doesn't support avfoundation but android has android_camera,&#xA;Does this android_camera support audio too ?

    &#xA;

    Command : 'ffmpeg -devices'

    &#xA;

    Response :

    &#xA;

    I/flutter (10620): logs:  libavutil      57. 28.100 / 57. 28.100&#xA;I/flutter (10620): logs:  libavcodec     59. 37.100 / 59. 37.100&#xA;I/flutter (10620): logs:  libavformat    59. 27.100 / 59. 27.100&#xA;I/flutter (10620): logs:  libavdevice    59.  7.100 / 59.  7.100&#xA;I/flutter (10620): logs:  libavfilter     8. 44.100 /  8. 44.100&#xA;I/flutter (10620): logs:  libswscale      6.  7.100 /  6.  7.100&#xA;I/flutter (10620): logs:  libswresample   4.  7.100 /  4.  7.100&#xA;I/flutter (10620): logs:Devices:&#xA;I/flutter (10620):  D. = Demuxing supported&#xA;I/flutter (10620):  .E = Muxing supported&#xA;I/flutter (10620):  --&#xA;I/flutter (10620): logs: D  android_camera   &#xA;I/flutter (10620): logs: D  lavfi            &#xA;I/flutter (10620): logs: DE video4linux2,v4l2&#xA;

    &#xA;

    Commands which I tried in Android

    &#xA;

    FFmpegKit.execute(&#x27;-y -f android_camera -i 0:1 -r 30 -c:a aac -f rtsp -rtsp_transport tcp "$Url"&#x27;);&#xA;&#xA;FFmpegKit.execute(&#x27;-y -f android_camera -i 0:1 -r 30 -c:a libmp3lame -qscale:a 2 "/storage/emulated/0/Download/androidvideo.mp3"&#x27;);&#xA;&#xA;FFmpegKit.execute(&#x27;-y -f android_camera -i 0:0 -r 30 -c:a wavpack -b:a 64k "/storage/emulated/0/Download/androidvideo.wav"&#x27;);&#xA;

    &#xA;

    This command records video but no audio in it.

    &#xA;

    FFmpegKit.execute(&#x27;-video_size hd720 -f android_camera -camera_index 1 -i anything -r 10 -t 00:00:15 "$dir/androidvideo.mp4”&#x27;);&#xA;

    &#xA;

  • atrac3 : Error on impossible encoding/channel combinations

    9 juillet 2013, par Luca Barbato
    atrac3 : Error on impossible encoding/channel combinations
    

    Joint stereo encoded mono is impossible.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DBH] libavcodec/atrac3.c