Recherche avancée

Médias (91)

Autres articles (6)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3863)

  • Unknown encoder 'h264_videotoolbox'

    11 septembre 2024, par Ahsanur Rahman

    I'm facing an issue with FFmpeg on my iOS app. When I use the mobile-ffmpeg-full-gpl pod, hardware-accelerated video encoding with h264_videotoolbox works perfectly. But, when I try to use a prebuilt FFmpeg binary, I receive the following error :

    


    Unknown encoder 'h264_videotoolbox'

    


    I have created a build script to compile FFmpeg for iOS with VideoToolbox support. Here’s a portion of my configure command :

    


    ./configure \
  --cross-prefix="${HOST}-" \
  --sysroot="${SDK_PATH}" \
  --prefix="${FFMPEG_LIBRARY_PATH}" \
  --pkg-config="${HOST_PKG_CONFIG_PATH}" \
  --arch="${TARGET_ARCH}" \
  --cpu="${TARGET_CPU}" \
  --target-os=darwin \
  ${ASM_OPTIONS} \
  --ar="${AR}" \
  --cc="${CC}" \
  --cxx="${CXX}" \
  --as="${AS}" \
  --ranlib="${RANLIB}" \
  --strip="${STRIP}" \
  --nm="${NM}" \
  --extra-ldflags="$(get_min_version_cflags)" \
  --disable-autodetect \
  ${BUILD_LIBRARY_OPTIONS} \
  ${SIZE_OPTIONS} \
  --disable-xmm-clobber-test \
  ${DEBUG_OPTIONS} \
  --disable-neon-clobber-test \
  --enable-version3 \
  --enable-gpl \
  --enable-nonfree \
  --enable-pic \
  --enable-static \
  --enable-videotoolbox \
  --enable-decoders \
  --enable-encoders \
  --enable-muxers \
  --enable-demuxers \
  --enable-parsers \
  --enable-protocols \
  --enable-filters \
  --enable-libx264 \
  --enable-libx265 \
  --enable-libvpx \
  --enable-libvorbis \
  --enable-libmp3lame \
  --enable-libopus \
  --enable-hwaccels \
  --enable-decoder=h264_videotoolbox \
  --enable-encoder=h264_videotoolbox \
  --enable-encoder=hevc_videotoolbox \
  ${CONFIGURE_POSTFIX} 1>>"${BASEDIR}"/build.log 2>&1


    


    I use the following command to execute in FFmpeg :

    


    let command: [String] = [
    "-y",
    "-hide_banner",
    "-i", inputPath,
    "-c:v", "h264_videotoolbox",
    "-vf", "scale=1080:1920",
    "-acodec", "aac",
    outputPath
]


    


    What might be missing in my build configuration to cause h264_videotoolbox to be unrecognized ? Are there any specific steps to ensure that the VideoToolbox encoder is enabled properly in a prebuilt FFmpeg binary for iOS ?

    


    Any suggestions on solving this issue would be appreciated !

    


  • Revision 5f16b7b632 : Merge changes I0e4d807f,Ia5ff575c,Ie4a1f313 * changes : gen_msvs_*proj.sh : str

    6 juin 2014, par James Zern

    Merge changes I0e4d807f,Ia5ff575c,Ie4a1f313

    * changes :
    gen_msvs_*proj.sh : strip SRC_PATH_BARE from obj names
    *.mk : pass SRC_PATH_BARE to all GEN_VCPROJ invocations
    build/msvs : fix builds in source dirs with spaces

  • Anomalie #4562 : Suite #4468 : Unification des CSS pour les boutons et les icônes

    13 octobre 2020

    C’est super nice cette capture.

    Je suis juste suspicieux sur le contraste de texte sur background de :

    - 3.gris (le gauche) un peu
    + 4.gris (surtout)
    + et 4.transparent (le droit)

    Désolé je sais pas à quelles classes ça correspond.

    On en a beaucoup des fonds en #ENV{foncee} avec des boutons actuellement ?
    Les pieds de formulaires on est d’accord que c’est le (3) (claire).