Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (81)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (9007)

  • Running PowerShell command in Universal Windows Platform C#

    6 juin 2017, par stephen

    So I am trying to write a basic application to cut and export a subsection of a video. I have come across (and decided to use) the FFMPEG command line tools to do the cropping. This seemed straight forward (https://stackoverflow.com/a/5047426/6728859), but Universal Windows apps do not support System.Diagnostics.Process. Instead, it was suggested that they do support Powershell, which means I could do it by following (https://blogs.msdn.microsoft.com/kebab/2014/04/28/executing-powershell-scripts-from-c/). However, I get the following errors

    Cannot find type System.SystemException in module CommonLanguageRuntimeLibrary

    Cannot resolve Assembly or Windows Metadata file 'System.Configuration.Install.dll'

    From my limited understanding System.SystemException was removed in UWP, and I’m not sure where to find System.Configuration.Install.dll.

    Now to get PowerShell I had to include System.Management.Automation which I got from C:\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\3.0 which doesn’t seem correct to me, but I could be wrong.

    Is it possible to run commands in a UWP, or does anyone have any suggestions ?

  • fate : Add test for vc1test demuxer

    23 octobre 2018, par Jun Zhao
    fate : Add test for vc1test demuxer
    

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] tests/fate/microsoft.mak
    • [DH] tests/ref/fate/vc1test_smm0005
    • [DH] tests/ref/fate/vc1test_smm0015
  • ffmpeg direct show obvoius problem. ffmpeg is not letting to reconnect to camera

    11 avril 2021, par josh joyer

    I use ffmpeg with command

    &#xA;

    ffmpeg -f dshow -i video="@device_pnp_\\?\usb#vid_1908&amp;pid_2311&amp;mi_00#6&amp;353461d3&amp;0&amp;0000#{65e8773d-8f56-`11d0-a3b9-00a0c9223196}\global" output.mkv`&#xA;

    &#xA;

    It is fine to record camera but it uses direct show standard&#xA;Microsoft Windows library that is faulty.&#xA;Once connected to camera one is unable to use camera again or disconnect from it.&#xA;One should restart computer to connect to camera again.&#xA;Microsoft tells not to use direct show (dshow) for camera but&#xA;to use AForge or VisioForge libraries.

    &#xA;

    But ffpmeg uses faulty dshow library. Is there any way to&#xA;change direct show to some other so one could connect to camer multiple times ?

    &#xA;