Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10557)

  • Anomalie #2612 : Forum public sur objet éditorial

    24 mars 2012, par cedric -

    heu non c’est juste que sur les articles on peut activer ou desactiver le forum objet par objet alors que sur les autres objets c’est juste un réglage global. voir aussi #2131

  • ffmpeg : Could not find audio only device

    5 août 2023, par ENunn

    I'm trying to record something off my sound card through ffmpeg, but it refuses to work.

    


    So I first got the list of my devices.

    


    ffmpeg -list_devices true -f dshow -i dummy
[dshow @ 00000228d837f240] "Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)" (audio)
[dshow @ 00000228d837f240]   Alternative name "@device_cm_{33D9A762-90C8-1"1D0-BD43-00A0C911CE86}\wave_{B7E10DA0-B1E9-4930-8E38-90AECFE61349}


    


    Then I try to get an input working.

    


    ffmpeg -rtbufsize 1702000k -f dshow -audio_pin_name 1 -channels 2 -sample_rate 48000 -acodec pcm_s16le -i audio="Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)" -c copy -f wav


    


    However, I get an error message.

    


    Trailing option(s) found in the command: may be ignored.
[dshow @ 0000025b849efa80] Could not set audio only options
[dshow @ 0000025b849efa80] Searching for audio device within video devices for Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)
[dshow @ 0000025b849efa80] Could not find audio only device with name [Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio)] among source devices of type video.
audio=Digital Audio (S/PDIF) (2- Sound Blaster X-Fi Xtreme Audio): I/O error


    


    Don't know why it's saying it can't find an audio only device with that name when there's clearly an audio only device with that name. Tried truncating the name as well, and it didn't work either. Is there a fix for this ? I'm running ffmpeg version N-105384-g6a86dd1172-ge102fd98d6+3.

    


  • Capturing video over USB/HDMI/Thunderbolt

    12 novembre 2016, par Yatko

    Looking for a solution for capturing video over USB/HDMI/Thunderbolt from a digital output (e.g. digital camera) to a computer, Mac and/or Windows.

    The goal is to have an URL to a real-time video stream (e.g. IP/PATH/ ?.mp4) that we can further process/transcode/send to a media server.

    I’m looking for tips and ideas -similar to the method below-, maybe someone met a new project that’s focusing on capture-cards and devices, that does’n need a custom FFmpeg build. Something different.

    • we can capture the HDMI stream form a GoPro, using a Blackmagic Intensity Shuttle and DeckLink SDK with custom FFmpeg build using --extra-cflags and --extra-ldflags and the rest is straightforward

    Is there any tool, open-source project, something that’s made for this purpose ? Maybe something that also supports the Elgato Game Capture HD60 as well ? Any experimental projects for capturing and processing the incoming video over USB/HDMI/Thunderbolt ?

    The ultimate goal is live streaming to Wowza, using Cameleon live and a Sony Alpha a7S.