Skip to content

nodilex/Nodilex-Transcode-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nodilex Transcode API PHP

Description

Cloud Video Encoding/Transcoding Software as a Service

Prerequisites

Developer Documentation

https://www.nodilex.com/fr/doc/transcoding

Basic Example (Create Job)

See the examples/ directory for examples of the key client features.

<?php
require_once('class/php-nodilex-transcode.class.php');

$client = new Nodilex_Transcode('my_token_api');
$output = $client->jobs_create(array(
	'url' => 'http://example.com/myvideo.mkv',
	'extension' => 'm3u8',
	'height' => 720,
	'width' => 1280,
	'bitrate' => 2400,
));
// Check the documentation to know all possible params

About

Cloud Media Encoding/Transcoding Software as a Service, easily convert your audio and video file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages