Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (111)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

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

Sur d’autres sites (9312)

  • g722 : Split out computation of band->s_zero and unroll code

    15 février 2015, par Peter Meerwald
    g722 : Split out computation of band->s_zero and unroll code
    

    Signed-off-by : Peter Meerwald <pmeerw@pmeerw.net>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/g722.c
  • Grab audio samples with ffmpeg and C, error with official example code

    31 août 2020, par nji9

    For dev with mingw-w64 I'm using ffmpeg v. 4.3.1. and also the latest Git version of ffmpeg (Zeranoe's Windows 64 builds).

    &#xA;

    I get "strange" problems when running the official example code for decoding audio

    &#xA;

    https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/decode_audio.c

    &#xA;

    MP3DirectCut(Lib-bass).mp3

    &#xA;

    http://www.mediafire.com/file/ozmjjcpwyhhdnr7/MP3DirectCut(Lib-bass).mp3/file

    &#xA;

    Generates pcm, but outputs :

    &#xA;

    "Warning: the sample format the decoder produced is planar (s16p).&#xA;This example will output the first channel only."&#xA;

    &#xA;

    But the output pcm has both channels !??

    &#xA;

    When recoding the above mp3 to wav with ffmpeg (4.1.4, no error message)

    &#xA;

    http://www.mediafire.com/file/gcq7ryg43pd57q5/ffmpeg4.1.4.wav/file

    &#xA;

    and also when recoding the latter to mp3 again

    &#xA;

    http://www.mediafire.com/file/ij865dkrprn2lta/ffmpeg4.1.4_recode.mp3/file

    &#xA;

    the example code breaks and produces these error messages :

    &#xA;

    avcodec_send_packet ()&#xA;from within:&#xA;"[mp2 @ <someaddress>] Header missing"&#xA;and returns error code -1094995529&#xA;(= "Invalid data found when processing input")&#xA;</someaddress>

    &#xA;

    It produces that error message for literally all other formats&#xA;I tried, and also when written with another editor (Audition 3.0).&#xA;But all the files play and show fine on all programs I have.

    &#xA;

    I'm at a lost at this point.&#xA;What is going on and wrong here ?

    &#xA;

  • cocoa pods minimum version error ffmpeg kit flutter

    4 février 2024, par Rubén

    So, I recently started working on Mac and I wanted to build my Flutter App, so I installed CocoaPods and started searching for a solution, but I couldn't find any that solved my problem, any help appreciated.

    &#xA;

    Tried to manage my dependencies version on my pubspec.yaml but didn't solve my problem.

    &#xA;

    My final thought is to replace the ffmpeg dependency version on the pod file (because its being set automatically) but I don't know how to do it.

    &#xA;

    This is my log output :

    &#xA;

    CocoaPods&#x27; output:&#xA;↳&#xA;      Preparing&#xA;&#xA;    Analyzing dependencies&#xA;&#xA;    Inspecting targets to integrate&#xA;      Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)&#xA;      Using `ARCHS` setting to build architectures of target `Pods-RunnerTests`: (``)&#xA;&#xA;    Fetching external sources&#xA;    -> Fetching podspec for `FlutterMacOS` from `Flutter/ephemeral`&#xA;    -> Fetching podspec for `ffmpeg_kit_flutter` from `Flutter/ephemeral/.symlinks/plugins/ffmpeg_kit_flutter/macos`&#xA;    -> Fetching podspec for `path_provider_foundation` from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`&#xA;&#xA;    Resolving dependencies of `Podfile`&#xA;      CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only performed in repo update&#xA;      CDN: trunk Relative path: all_pods_versions_c_0_4.txt exists! Returning local because checking is only performed in repo update&#xA;      CDN: trunk Relative path: Specs/c/0/4/Flutter/3.13.0/Flutter.podspec.json exists! Returning local because checking is only performed in repo update&#xA;    [!] CocoaPods could not find compatible versions for pod "ffmpeg_kit_flutter/https":&#xA;      In Podfile:&#xA;        ffmpeg_kit_flutter (from `Flutter/ephemeral/.symlinks/plugins/ffmpeg_kit_flutter/macos`) was resolved to 6.0.3, which depends on&#xA;          ffmpeg_kit_flutter/https (= 6.0.3)&#xA;&#xA;    Specs satisfying the `ffmpeg_kit_flutter/https (= 6.0.3)` dependency were found, but they required a higher minimum deployment target.&#xA;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:317:in `raise_error_unless_state&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:299:in `block in unwind_for_conflict&#x27;&#xA;    :90:in `tap&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:297:in `unwind_for_conflict&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:682:in `attempt_to_activate&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:254:in `process_topmost_state&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:182:in `resolve&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/molinillo-0.8.0/lib/molinillo/resolver.rb:43:in `resolve&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/resolver.rb:94:in `resolve&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer/analyzer.rb:1082:in `block in resolve_dependencies&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/user_interface.rb:64:in `section&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer/analyzer.rb:1080:in `resolve_dependencies&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer/analyzer.rb:125:in `analyze&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer.rb:422:in `analyze&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer.rb:244:in `block in resolve_dependencies&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/user_interface.rb:64:in `section&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer.rb:243:in `resolve_dependencies&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/installer.rb:162:in `install!&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/command/install.rb:52:in `run&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/claide-1.1.0/lib/claide/command.rb:334:in `run&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/lib/cocoapods/command.rb:52:in `run&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/gems/cocoapods-1.14.3/bin/pod:55:in `<top>&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/bin/pod:25:in `load&#x27;&#xA;    /opt/homebrew/Cellar/cocoapods/1.14.3_1/libexec/bin/pod:25:in `<main>&#x27;&#xA;&#xA;Exception: Error running pod install&#xA;</main></top>

    &#xA;

    This is My Mac Podfile :

    &#xA;

    ENV[&#x27;COCOAPODS_DISABLE_STATS&#x27;] = &#x27;true&#x27;&#xA;&#xA;project &#x27;Runner&#x27;, {&#xA;  &#x27;Debug&#x27; => :debug,&#xA;  &#x27;Profile&#x27; => :release,&#xA;  &#x27;Release&#x27; => :release,&#xA;}&#xA;&#xA;def flutter_root&#xA;  generated_xcode_build_settings_path = File.expand_path(File.join(&#x27;..&#x27;, &#x27;Flutter&#x27;, &#x27;Generated.xcconfig&#x27;), __FILE__)&#xA;  unless File.exist?(generated_xcode_build_settings_path)&#xA;    raise "#{generated_xcode_build_settings_path} must exist. If you&#x27;re running pod install manually, make sure flutter pub get is executed first"&#xA;  end&#xA;&#xA;  File.foreach(generated_xcode_build_settings_path) do |line|&#xA;    matches = line.match(/FLUTTER_ROOT\=(.*)/)&#xA;    return matches[1].strip if matches&#xA;  end&#xA;  raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"&#xA;end&#xA;&#xA;require File.expand_path(File.join(&#x27;packages&#x27;, &#x27;flutter_tools&#x27;, &#x27;bin&#x27;, &#x27;podhelper&#x27;), flutter_root)&#xA;&#xA;flutter_ios_podfile_setup&#xA;&#xA;target &#x27;Runner&#x27; do&#xA;  use_frameworks!&#xA;  use_modular_headers!&#xA;&#xA;  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))&#xA;  target &#x27;RunnerTests&#x27; do&#xA;    inherit! :search_paths&#xA;  end&#xA;end&#xA;&#xA;post_install do |installer|&#xA;  installer.pods_project.targets.each do |target|&#xA;    flutter_additional_ios_build_settings(target)&#xA;  end&#xA;end&#xA;

    &#xA;