12 April 2018 - Audio Program Loudness and Video Speed Correction
almost 7 years ago by Encoding.com Product Team
08 February 2018 - Remove Grain and Black Frames Detection
almost 7 years ago by Encoding.com Product Team
Remove Grain Video Filter
02 February 2018 - fmp4_hls hevc video codec
almost 7 years ago by Encoding.com Product Team
Added support of hevc video codec for fmp4_hls output format.
07 December 2017 - Adaptive Intermediate
about 7 years ago by Encoding.com Product Team
This feature allows you to create intermediate multibitrate files that could be used as source for any Advanced Multibitrate media, such as Advanced HLS, Advanced FMP4 HLS, Advanced MSS, and Advanced Dash. Once you've created intermediate files, you could use them as source any time you want to create multibitrate media. Processing would take less time because source files would be only repackaged without transcoding.
05 December 2017 - mpegts audio codecs
about 7 years ago by Encoding.com Product Team
Added support of libfaac, libmp3lame, and mp2 audio codecs for mpegts output format.
05 October 2017 - Removed Zixi support
over 7 years ago by Encoding.com Product Team
Note
Now it's unavailable to use Zixi Feeder streams as Live Transcoding source.
29 September 2017 - Closed Captions: PAC and STL support and source's initial closed captions offset; fmp4_hls encryption
over 7 years ago by Encoding.com Product Team
fmp4_hls encryption
04 September 2017 - Audio codec copy for mxf and dnxhd_mxf output formats
over 7 years ago by Encoding.com Product Team
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<output>[mxf|dnxhd_mxf]</output>
<audio_codec>copy</audio_codec>
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"output": "[mxf|dnxhd_mxf]",
"audio_codec": "copy"
}
}
}