formate to format
This commit is contained in:
parent
484d1bd8e5
commit
91e51e42f1
|
|
@ -6,7 +6,7 @@
|
|||
<h3>ShreeBhattJi</h3>
|
||||
<p>If you’ve ever read the Panchatantra, a few stories begin like this: “Once upon a time, there lived a poor Brahmin in a village.” In this story, that Brahmin is me — ShreeBhattJi, also known as Devdatt Bhatt, the King of Automation and Remote Control from the land of great beginnings, Bhavnagar.
|
||||
<p>I am here to help provide a great viewing experience for users, generate strong commissions for LCOs, MSOs, and ISPs, and create substantial revenue for content owners while contributing fair taxes to the government. I have reason to believe that by upgrading a few devices at the transmission point, both streaming operations and customer viewing experiences can be improved exponentially.
|
||||
<p>We are proud to present Universal Digital Encoder Decoder as all formate to all formate encoder cum decoder for dedicated hardware , virtual machines and proxmox lxc images .
|
||||
<p>We are proud to present Universal Digital Encoder Decoder as all format to all format encoder cum decoder for dedicated hardware , virtual machines and proxmox lxc images .
|
||||
<p><a href="https://urmic.org/trusted-partners/" target="_blank"><button class="red-btn">Meet Our Partners</button></a>
|
||||
</div>
|
||||
<div class="card wide">
|
||||
|
|
|
|||
|
|
@ -816,14 +816,14 @@ function update_service($which_service)
|
|||
. ' -f mpegts "srt://127.0.0.1:1937?streamid=' . $srt_pass1 . '/' . $srt_pass2 . '/ji&latency=2000"';
|
||||
break;
|
||||
case "disable":
|
||||
$srt .= ' -c:v ' . $data['srt']['formate']
|
||||
$srt .= ' -c:v ' . $data['srt']['format']
|
||||
. ' -vf "scale=' . str_replace("x", ":", $data['srt']['resolution']) . '"'
|
||||
. ' -b:v ' . $data['srt']['data_rate']
|
||||
. ' -maxrate ' . $data['srt']['data_rate']
|
||||
. ' -bufsize ' . $data['udp0']['data_rate']
|
||||
. ' -r ' . $data['srt']['srt']
|
||||
. ' -g ' . $data['srt']['gop']
|
||||
. ' -c:a ' . $data['srt']['audio_formate']
|
||||
. ' -c:a ' . $data['srt']['audio_format']
|
||||
. ' -b:a ' . $data['srt']['audio_data_rate']
|
||||
. ' -af "volume=' . $data['srt']['audio_db_gain'] . '"'
|
||||
. ' -ar ' . $data['srt']['audio_sample_rate']
|
||||
|
|
@ -866,14 +866,14 @@ function update_service($which_service)
|
|||
. ' -f mpegts "' . $data['udp0']['udp'] . '"';
|
||||
break;
|
||||
case "disable":
|
||||
$udp0 .= ' -c:v ' . $data['udp0']['formate']
|
||||
$udp0 .= ' -c:v ' . $data['udp0']['format']
|
||||
. ' -vf "scale=' . str_replace("x", ":", $data['udp0']['resolution']) . '"'
|
||||
. ' -b:v ' . $data['udp0']['data_rate']
|
||||
. ' -maxrate ' . $data['udp0']['data_rate']
|
||||
. ' -bufsize ' . $data['udp0']['data_rate']
|
||||
. ' -r ' . $data['udp0']['framerate']
|
||||
. ' -g ' . $data['udp0']['gop']
|
||||
. ' -c:a ' . $data['udp0']['audio_formate']
|
||||
. ' -c:a ' . $data['udp0']['audio_format']
|
||||
. ' -b:a ' . $data['udp0']['audio_data_rate']
|
||||
. ' -af "volume=' . $data['udp0']['audio_db_gain'] . '"'
|
||||
. ' -ar ' . $data['udp0']['audio_sample_rate']
|
||||
|
|
@ -912,14 +912,14 @@ function update_service($which_service)
|
|||
. ' -f mpegts "' . $data['udp1']['udp'] . '"';
|
||||
break;
|
||||
case "disable":
|
||||
$udp1 .= ' -c:v ' . $data['udp1']['formate']
|
||||
$udp1 .= ' -c:v ' . $data['udp1']['format']
|
||||
. ' -vf "scale=' . str_replace("x", ":", $data['udp1']['resolution']) . '"'
|
||||
. ' -b:v ' . $data['udp1']['data_rate']
|
||||
. ' -maxrate ' . $data['udp1']['data_rate']
|
||||
. ' -bufsize ' . $data['udp1']['data_rate']
|
||||
. ' -r ' . $data['udp1']['framerate']
|
||||
. ' -g ' . $data['udp1']['gop']
|
||||
. ' -c:a ' . $data['udp1']['audio_formate']
|
||||
. ' -c:a ' . $data['udp1']['audio_format']
|
||||
. ' -b:a ' . $data['udp1']['audio_data_rate']
|
||||
. ' -af "volume=' . $data['udp1']['audio_db_gain'] . '"'
|
||||
. ' -ar ' . $data['udp1']['audio_sample_rate']
|
||||
|
|
@ -957,14 +957,14 @@ function update_service($which_service)
|
|||
. ' -f mpegts "' . $data['udp2']['udp'] . '"';
|
||||
break;
|
||||
case "disable":
|
||||
$udp2 = ' -c:v ' . $data['udp2']['formate']
|
||||
$udp2 = ' -c:v ' . $data['udp2']['format']
|
||||
. ' -vf "scale=' . str_replace("x", ":", $data['udp2']['resolution']) . '"'
|
||||
. ' -b:v ' . $data['udp2']['data_rate']
|
||||
. ' -maxrate ' . $data['udp2']['data_rate']
|
||||
. ' -bufsize ' . $data['udp2']['data_rate']
|
||||
. ' -r ' . $data['udp2']['framerate']
|
||||
. ' -g ' . $data['udp2']['gop']
|
||||
. ' -c:a ' . $data['udp2']['audio_formate']
|
||||
. ' -c:a ' . $data['udp2']['audio_format']
|
||||
. ' -b:a ' . $data['udp2']['audio_data_rate']
|
||||
. ' -af "volume=' . $data['udp2']['audio_db_gain'] . '"'
|
||||
. ' -ar ' . $data['udp2']['audio_sample_rate']
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
<main class="card">
|
||||
<div class="badge">
|
||||
<span class="badge-dot"></span>
|
||||
<span>Any formate to any formate</span>
|
||||
<span>Any format to any format</span>
|
||||
</div>
|
||||
|
||||
<h1>
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
10 Year Long Term Software Support
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
Industry wide formate support
|
||||
Industry wide format support
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
Wordwide availibility of hardware via hardware partners
|
||||
|
|
|
|||
Loading…
Reference in New Issue