{"id":102999,"date":"2022-01-17T21:37:06","date_gmt":"2022-01-17T19:37:06","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0"},"modified":"2022-01-17T21:37:06","modified_gmt":"2022-01-17T19:37:06","slug":"%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0","title":{"rendered":"Release of the FFmpeg 5.0 multimedia package","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After ten months of development, the FFmpeg 5.0 multimedia package is now available, featuring a set of applications and a collection of libraries for handling various multimedia formats (recording, converting, and decoding audio and video formats). The package is distributed under LGPL and GPL licenses, with FFmpeg development being closely aligned with the MPlayer project. The significant version number change reflects substantial modifications in the API and a transition to a new release scheme, under which major new releases will occur annually, while long-term support releases will be made every two years. FFmpeg 5.0 will be the first LTS release of the project.          <\/p>\n<p>Key changes added in FFmpeg 5.0 include:   <\/p>\n<ul>\n<li class=\"l\"> A significant cleanup of old APIs for encoding and decoding has been conducted, and a transition to a new N:M API has been executed, offering a unified programming interface for audio and video, as well as separating codecs for input and output streams. All previously deprecated old APIs have been removed. A new API for bitstream filters has been added. Formats and codecs have been separated\u2014media container unpackers no longer embed the entire context of decoders. APIs for codec and format registration have been removed\u2014all formats are now always registered.\n<li class=\"l\"> The libavresample library has been removed.\n<li class=\"l\"> A simpler API based on AVFrame has been added to the libswscale library.\n<li class=\"l\"> Significant improvements have been made to Vulkan graphics API support.\n<li class=\"l\"> Support for hardware-accelerated decoding and encoding of VP9 and ProRes formats has been added using the VideoToolbox API.\n<li class=\"l\"> Support for the LoongArch architecture used in Loongson processors has been added, along with support for SIMD extensions LSX and LASX provided in LoongArch. Specific optimizations for LoongArch have been implemented for H.264, VP8, and VP9 codecs.\n<li class=\"l\"> Support for the Concatf protocol has been added, defining a format for passing a list of resources (\"ffplay concatf:split.txt\").\n<li class=\"l\"> New decoders have been added: Speex, MSN Siren, ADPCM IMA Acorn Replay, GEM (raster images).\n<li class=\"l\"> New encoders have been added: bitpacked, Apple Graphics (SMC), ADPCM IMA Westwood, VideoToolbox ProRes. The AAC encoder parameters have been adjusted for higher quality.\n<li class=\"l\"> New media container muxers have been added: Westwood AUD, Argonaut Games CVG, AV1 (Low overhead bitstream).\n<li class=\"l\"> New media container demuxers have been added: IMF, Argonaut Games CVG.\n<li class=\"l\"> A new parser for the AMR (Adaptive Multi-Rate) audio codec has been added.\n<li class=\"l\"> A payload data packetizer has been added for the transmission of uncompressed video using the RTP protocol (RFC 4175).\n<li class=\"l\"> New video filters:\n<ul>\n<li class=\"l\"> segment and asegment\u2014splitting a single stream with video or audio into multiple streams based on time or frames.\n<li class=\"l\"> hsvkey and hsvhold\u2014replace a portion of the HSV color range in the video with values in shades of gray.\n<li class=\"l\"> grayworld\u2014video color correction using an algorithm based on the gray world assumption.\n<li class=\"l\"> scharr\u2014applying the Scharr operator (a variant of the Sobel operator with different coefficients) to the input video.\n<li class=\"l\"> morpho\u2014allows for the application of various morphological transformations to video.\n<li class=\"l\"> latency and alatency\u2014measures the minimum and maximum filtering delay for a previously applied filter.\n<li class=\"l\"> limitdiff\u2014determines the difference between two or three video streams.\n<li class=\"l\"> xcorrelate\u2014calculates the mutual correlation between video streams.\n<li class=\"l\"> varblur\u2014variable blur applied to video, with the blur radius determined by a second video.\n<li class=\"l\"> huesaturation\u2014applies adjustments of hue, saturation, or intensity to video.\n<li class=\"l\"> colorspectrum \u2014 video stream generation with a specified color spectrum.\n<li class=\"l\"> libplacebo \u2014 used for processing HDR shaders from the libplacebo library.\n<li class=\"l\">    vflip_vulkan, hflip_vulkan, and flip_vulkan \u2014 variations of vertical or horizontal video flip filters (vflip, hflip, and flip) implemented using the Vulkan graphics API.\n<li class=\"l\"> yadif_videotoolbox \u2014 a variant of the yadif deinterlacing filter based on the VideoToolbox framework.  <\/ul>\n<li class=\"l\"> New audio filters:\n<ul>\n<li class=\"l\"> apsyclip \u2014 applying a psychoacoustic cut to the audio stream.\n<li class=\"l\"> afwtdn \u2014 suppresses broadband noise.\n<li class=\"l\"> adecorrelate \u2014 applies a decorrelation algorithm to the input stream.\n<li class=\"l\"> atilt \u2014 applies spectral shifting for a specified frequency range.\n<li class=\"l\"> asdr \u2014 determines the distortion of the signal between two audio streams.\n<li class=\"l\"> aspectralstats \u2014 outputs statistics with the spectral characteristics of each audio channel.\n<li class=\"l\"> adynamicsmooth \u2014 dynamic smoothing of the audio stream.\n<li class=\"l\"> adynamicequalizer \u2014 dynamic leveling of the audio stream.\n<li class=\"l\"> anlmf \u2014 applies the least mean squares algorithm to the audio stream.      <\/ul>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=56526\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0434\u0435\u0441\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442 FFmpeg 5.0, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u043d\u0430\u0434 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u043c\u0438 (\u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0432\u0443\u043a\u043e\u0432\u044b\u0445 \u0438 \u0432\u0438\u0434\u0435\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432). \u041f\u0430\u043a\u0435\u0442 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0434 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044f\u043c\u0438 LGPL \u0438 GPL, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 FFmpeg \u0432\u0435\u0434\u0451\u0442\u0441\u044f \u0441\u043c\u0435\u0436\u043d\u043e \u0441 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c MPlayer. \u0417\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u043c\u0435\u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u0432\u0435\u0440\u0441\u0438\u0438 \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u0442\u0441\u044f \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043c\u0438 \u0432 API \u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u043c \u043d\u0430 \u043d\u043e\u0432\u0443\u044e \u0441\u0445\u0435\u043c\u0443 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-102999","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0435\u0441\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442 FFmpeg 5.0, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u043d\u0430\u0434 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u043c\u0438 (\u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0412\u044b\u043f\u0443\u0441\u043a \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442\u0430 FFmpeg 5.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0435\u0441\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442 FFmpeg 5.0, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u043d\u0430\u0434 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u043c\u0438 (\u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-01-17T19:37:06+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-01-17T19:37:06+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Release of the FFmpeg 5.0 Multimedia Package | ProHoster","description":"After ten months of development, the FFmpeg 5.0 multimedia package is now available, featuring a set of applications and a collection of libraries for handling various multimedia formats (recording, conversion, and decoding).","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0412\u044b\u043f\u0443\u0441\u043a \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442\u0430 FFmpeg 5.0 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0434\u0435\u0441\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u043f\u0430\u043a\u0435\u0442 FFmpeg 5.0, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u043d\u0430\u0434 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430-\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u043c\u0438 (\u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/%d0%b2%d1%8b%d0%bf%d1%83%d1%81%d0%ba-%d0%bc%d1%83%d0%bb%d1%8c%d1%82%d0%b8%d0%bc%d0%b5%d0%b4%d0%b8%d0%b0-%d0%bf%d0%b0%d0%ba%d0%b5%d1%82%d0%b0-ffmpeg-5-0","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-01-17T19:37:06+00:00","article:modified_time":"2022-01-17T19:37:06+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"102999","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2022-01-17 19:38:24","updated":"2022-09-28 09:31:51","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/102999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=102999"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/102999\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=102999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=102999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=102999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}