It appears that the provided text is a documentation for an API or service that provides audio and video formatting shifting capabilities. Here's a summary of the main points:
Overview
The service allows users to format-shift audio and video files, converting them from one format to another while maintaining quality.
API Endpoints
Two endpoints are supported:
http://dvr.yout.com/mp4
: Formatshifts an audio/video file in MP4 format.http://dvr.yout.com/mp3
: Formatshifts an audio file in MP3 format (Note: The video_url
parameter is not supported for this endpoint).Request Parameters
The following parameters can be passed in the request:
video_url
: The base64-encoded URL of the audio/video file to be formatsifted.start_time
: Optional. Represents the second at which you want the audio/video recording to start. Can be set to false
to indicate no trimming is required.end_time
: Optional. Represents the second at which you want the audio/video recording to end. Can be set to false
to indicate no trimming is required.title
: Required. The title under which the formatsifted file will be recorded and named.artist
: Optional. The artist's name under which the file will be recorded.audio_quality
: Optional. The quality at which the audio file will be recorded (available qualities: 32k, 64k, 128k, 256k, or 320k).video_quality
: Optional. The quality at which the video file will be recorded (available qualities: 144, 240, 360, 480, 720, 1080, 2160, or 4320).Response
The service returns the formatsifted audio/video file in the requested format.
I hope this summary helps! Let me know if you have any further questions.