Video to video
Any video you upload can be transcoded to mp4, webm and ogv formats.
Original video
https://media.publit.io/file/tummy.mp4To create a 360p mp4 video out of our original sample Tummy video, format the URL as in:
https://media.publit.io/file/h_360/tummy.mp4Transcoding can be done in combination with other available options, so for example to create a 480p mp4 watermarked video out of the original, we can add h_480,wm_publitio to the URL and set the extension to mp4:
https://media.publit.io/file/h_480,wm_publitio/tummy.mp4Video to image
You can extract an image from any part of the video. To create a png image from the 2nd second of video, add t_2 (time = 2 seconds) to the URL as follows:
https://media.publit.io/file/t_2/tummy.png
This can be useful for generating thumbnails from the video, just by adding the right w (width) and different t (time) options to the URL:
https://media.publit.io/file/t_1,w_200/tummy.png
https://media.publit.io/file/t_2,w_200/tummy.png
https://media.publit.io/file/t_3,w_200/tummy.png