Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (75)

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

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

Sur d’autres sites (13810)

  • ffmpeg converted file does not open in premiere pro

    26 septembre 2021, par tppt1

    I had to convert mkv files since premiere pro does not support the format. For converting I used following commands to not triple the filesize : ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4

    


    The new file seems to be mp4 but when I import it into Premiere only the audio appears.

    


    Could anyone tell me what I did wrong or what the problem might be ? Or if anyone knows what commands to use without doubling or tripling the file size (since the input files are already about 500-600MiB).

    


    Thanks in advance !

    


  • Stream camera/video from python to client using ffmpeg

    31 janvier 2018, par Rahul

    So I’m making an application where I have connected my camera with python code through opencv.

    Now I can process each frame inside my python code but I want to stream this live feed to users.

    I found that FFmpeg can be used to achieve this but I’m wondering how.
    Also please do suggest any solution to achieve this with any other library.

    The only condition is that I should be able to stream from my python code may be via a subprocess.

    thanks in advance :)

  • ffmpeg video compressed but not playing in browser

    14 novembre 2016, par Ankita Shah

    I have integrated ffmpeg4android lib. Video compressing is working fine but video is not playing in browser except safari browser. after uploading to server. I have used following command.

    ffmpeg -y -i <input /> -strict experimental -r 30 -ab 48000 -ac 2 -ar 22050 -vcodec mpeg4 -b 2097k <output>
    </output>

    Please Help me.
    Thank you in advance.