Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (31)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (4948)

  • FFMPEG - windows - MJPEG stream - convert to MP4 and re-stream - C# - newbie [on hold]

    27 décembre 2014, par ganesh

    Am a newbie to work with videos and stuff.

    Doing a project with a panasonic IP cam (WV-ns-202A) which will be the source of an MJPEG stream.

    I need to Display this content on a ASP.net,C# web app under IIS, as well as store the same in filesystem.

    sofar have tried out some ffmpeg/vlc stuff not helping much.

    (tried #transcoding to flv and save in local filesystem - success
    #transcoding and restream over http - failed
    #transcoding with vlc & streaming (sout) - failed
    )

    looks like am lost.

    Do i must need a meadia server to stream this or can i manage with ffmpeg itself ?.
    one camera to one user, no users more then that at any point of time.

    Any help appreciated - guidence, sample code, links, c#,

    Thanks for your time.

  • trim MULTIPLE .mp4 files using ffmpeg in WINDOWS DOS

    22 février 2014, par user1530322

    My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.

    I can easyly do it and in a quite quick way for one single .mp4 file at a time using :

    **ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.**mp4

    I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".

    I'm imagining something like a loop, using FOR or so, but have no ideia how to do it.

    Thank you in advanced

  • trim MULTIPLE .mp4 files using ffmpeg in Windows commandline

    13 janvier 2015, par user1530322

    My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.

    I can easyly do it and in a quite quick way for one single .mp4 file at a time using :

    ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.mp4

    I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".

    I’m imagining something like a loop, using FOR or so, but have no idea how to do it.