Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (52)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (2960)

  • FFMpeg doesnt insert sound to converted media files

    4 avril 2020, par In-my-country-we-dont-use-name

    I am new at FFMpeg. I use this code to convert media files to WebM and MP4 formats :

    



    (It's php)

    



      // MP4&#xA;    $video_mp4 = $output_name . &#x27;.mp4&#x27;;&#xA;    exec($ffmpeg . &#x27; -i "&#x27; . $uploaded_file . &#x27;" -c:v libx264 -an "./converted/&#x27; . $video_mp4 . &#x27;" -y 1>convert.txt 2>&amp;1&#x27;, $output, $convert_status[&#x27;mp4&#x27;]);&#xA;&#xA;    // Debug&#xA;     echo &#x27;<pre>&#x27; . print_r($output, 1) . &#x27; </pre>&#x27;;&#xA;&#xA;    // WebM&#xA;    $video_webm = $output_name . &#x27;.webm&#x27;;&#xA;    exec($ffmpeg . &#x27; -i "&#x27; . $uploaded_file . &#x27;" -c:v libvpx -c:a libvorbis -an "./converted/&#x27; . $video_webm . &#x27;" -y 1>convert.txt 2>&amp;1&#x27;, $output, $convert_status[&#x27;webm&#x27;]);&#xA;&#xA;    // Debug&#xA;

    &#xA;&#xA;

    The code converts media files but the converted media files (they are in MP4 and WebM formats) haven't any sound.

    &#xA;&#xA;

    Can you write a true convert command if my code is false ?

    &#xA;&#xA;

    Also I wonder about -movflags +faststart commands. What are they, can you explain ?

    &#xA;&#xA;

    I added "aac" command to WebM traslator command as how did "llogan"&#xA;say in an answer which is on below link :

    &#xA;&#xA;

    FFMPEG mkv to mp4 conversion lacks audio in HTML5 player

    &#xA;&#xA;

    but after I added the command, my media files haven't been converted.

    &#xA;

  • Is there any (or possible) html5 player that play videos on different resolution without convertion the media file ?

    1er avril 2020, par In-my-country-we-dont-use-name

    I want to play videos on my website with a html5 media player.I found this for an example :

    &#xA;&#xA;

    https://plyr.io/

    &#xA;&#xA;

    but it needs different videos for every resolution with these codes :

    &#xA;&#xA;

     &#xA;                        &#xA;                        &#xA;                        &#xA;

    &#xA;&#xA;

    I dont want convert media files with some convertion technologies for example ffMpeg, IF IT IS POSSIBLE.So, I want to learn how to play videos on different resolution without convertion.If you know a html5 player, you can suggest me.

    &#xA;&#xA;

    Its urgent.My company loses many thousand dollars everyday because of this problem.If we cant solve this, we cant save us from bankrupt.I dont want go to jail because of depts.

    &#xA;

  • How can I play & sync video playback on a webpage for all ? (even a better/more developed streaming method with full media controls)

    15 juin 2020, par Atmos

    I'll start by explaining what I currently use to accomplish this, to better explain my goal

    &#xA;&#xA;

    I use ffmpeg to "re-stream" to a streaming service (angelthump). Of which's player I embedded into my website. I run the ffmpeg cmd, which I need to tweak slightly each time to play various media. It's just me either pointing it to a location on my local drive or to a video URL.

    &#xA;&#xA;

    Problem being with this is I don't have full media playback control (to pause, resume etc.), and it doesn't allow anyone beyond me & the friend who taught me this method to play a video.

    &#xA;&#xA;


    &#xA;&#xA;

    What I am looking for in a new/more refined method :

    &#xA;&#xA;

    (I'll explain at the end why I added "refined method")

    &#xA;&#xA;

    &#xA;

    The Main Goal I Want to Achieve :

    &#xA;

    &#xA;&#xA;

    A webpage where where visitors can access and view whatever media is playing, in sync with everyone.

    &#xA;&#xA;

    And with this synced video, for there to be a simple way for (allowed) users to submit media to play or queue up next. &#xA;And Playback controls for an appointed admin. A more complex preferrable feature in addition to that ; where the submitter of current playing media to also have control.

    &#xA;&#xA;

    Some expanded description on the features :

    &#xA;&#xA;

      &#xA;
    1. Recieve info in a simple way on which media to play :

      &#xA;&#xA;

        &#xA;
      • Be able load media by being provided a direct video URL. Or if possible, load it from the submitter's own device.

      • &#xA;

      • Queueing multiple videos :

        &#xA;&#xA;

        Multiple people may add their own videos while another is playing, so instead of waiting for it to end it can hold the URL to play next.

      • &#xA;

    2. &#xA;

    3. Proper media playback controls (pause, rewind, resume etc.)

      &#xA;&#xA;

      I'd like to be able to have simple controls on the webpage itself to easily pause, seek to a time of the video. Being able to do this without having to go through the complex steps I used to, to achieve this.

      &#xA;&#xA;

      If possible, allow the user who submitted the current media playing, access to the media controls only.

      &#xA;&#xA;

      (To lock these controls to select users (depending on the video sync method I find suitable) I do realise I may need to figure out seperately how I want to lock this to select users. Either by adding control buttons which only shows up for them. But if I find a method where an embeddable video player like setup with sync capabilitie, I can just leave it up to that.)

    4. &#xA;

    &#xA;&#xA;

    &#xA;

    The "refined" point expanded :

    &#xA;

    &#xA;&#xA;

    The friend once provided some bash scripts which could queue videos while ffmpeg is running. So I didn't need to stop/wait for it to finish to start the next vid. And I think he mentioned media controls can be achieved using this same method. &#xA;But if there are better & simpler ways to achieve the overall answer to my topic, I would like to take that route.

    &#xA;&#xA;


    &#xA;&#xA;

    There was also mention of webrtc & janus if that helps anyone suggest more methods. I will also try and reach out to others to help implement whatever suggestions I can get.

    &#xA;