Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (65)

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

  • FFMPEG Commands is not working on Android 10

    9 juillet 2021, par Zain

    I am working on an android app applying video effects like slow and fast motions. My app is working fine below android 10, but not on android 10 and FFMPEG is not showing any error just blank error message on the onFailure callback method.

    



    I did some research and find out that android has introduced scoped permissions and you can temporarily bypass this by adding this line on manifest android:requestLegacyExternalStorage="true" and you get the storage permission.
After adding this line rest portation of app is just working fine fetching user videos and etc but FFMPEG is not working.

    



    If anyone has an idea or clue about this issue please help me out.

    


  • FFMPEG - How to separate a 10-channel WAV to separate files per-channel ? (Not 5.1)

    24 août 2021, par burntscarr

    So everywhere I looked for an answer to split a multichannel wav, I found so many that specify mapping which I have not the slightest clue of because all the ones represented were either 5.1 layout ([FL][FR][C][LFE][SL][SR]) or gibberish mapping code that I couldn't understand.

    


    The specific wav is 10 channels, and I want to compress it to FLAC in the end as well. I tried just converting it to FLAC and keeping the channel arrangement, but 8 channels is the maximum for FLAC.

    


    When learning mapping, I see -filter_complex "channelsplit=channel_layout= and I don't know what to put after = because it is not 5.1 and naming the files based on channels is what I'm after.

    


    input 10ch.wav output 1.flac 2.flac etc to 10.flac

    


  • Ble with record video

    24 juillet 2017, par Vitaly

    I’m working on rpi3.
    When I try to run the command :

    sudo ffmpeg -f video4linux2 -i /dev/video0 -video_size 640x480 -r 25 output.avi

    to record a video using ffmpeg.

    In this time,I try to connect with Bluetooth.

    The BT cannot connect.

    the exception I get is :
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

    top result :

    1156 root 20 0 299860 197172 137736 S 80.6 20.9 40:21.35 ffmpeg

    80.6 % cpu and 20.9 % mem.

    all the other processes take less than 1%.

    Did you encounter with this ?
    Do you have a clue what can be done ?

    Thanks