<?xml version="1.0" encoding="windows-1252"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VideoHelp Forum - DVB / IPTV</title>
		<link>https://forum.videohelp.com/</link>
		<description>Everything about IPTV, Digital Video Broadcasting(DVB), ATSC, High Definition TV(HDTV) and other Digital TV standards. DVB, HDTV computer cards. Capturing and processing digital video broadcasts. Also TV, LCD, Plasma discussions.</description>
		<language>en</language>
		<lastBuildDate>Fri, 12 Jun 2026 13:34:42 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forum.videohelp.com/images/misc/rss.png</url>
			<title>VideoHelp Forum - DVB / IPTV</title>
			<link>https://forum.videohelp.com/</link>
		</image>
		<item>
			<title>SDTV (480i/p, 576i/p) Satellite TV in the 90s vs today: width conventions</title>
			<link>https://forum.videohelp.com/threads/420672-SDTV-%28480i-p-576i-p%29-Satellite-TV-in-the-90s-vs-today-width-conventions?goto=newpost</link>
			<pubDate>Mon, 08 Jun 2026 02:29:37 GMT</pubDate>
			<description><![CDATA[Hello world! This thread is published to this forum, with the purpose of asking the following question: Did satellite TV providers like DISH Network(R) or DIRECTV(R), during the 90's, use the 3/4 D1 (544x480 NTSC) format for their broadcasts just to save bandwidth, or did they always use the Full...]]></description>
			<content:encoded><![CDATA[<div>Hello world! This thread is published to this forum, with the purpose of asking the following question: Did satellite TV providers like DISH Network(R) or DIRECTV(R), during the 90's, use the 3/4 D1 (544x480 NTSC) format for their broadcasts just to save bandwidth, or did they always use the Full D1 resolution (720x480 NTSC) at a lower bitrate? If I'm not wrong, I know they used to encode (and decode via their receivers) them in MPEG-2 format.<br />
<br />
In order to prove this is true, I decided to play with some video files. Here are the commands I used for such task:<br />
<b>3/4 D1 (544-width, NTSC), MPEG-2, SDTV  (although it's EDTV rather, because the actual files are in 480p format, I mean, they aren't interlaced):</b><br />
<font face="Courier New">ffmpeg -i (input) -vf &quot;scale=720:540:force_original_aspect_ratio=decreas  e:flags=bilinear,pad=720:540:-1:-1,scale=720:480:flags=bilinear,pad=720:480:0:-1,crop=704:480:8:0,pad=720:480:-1:0,scale=544:480:flags=bilinear,crop=528:480:8:0,  pad=544:480:-1:0&quot; -r 29.97 -c:v mpeg2video -pix_fmt yuv420p -b:v 2127.6444k -minrate 0 -maxrate 2659.5555k -qmin 2 -qmax 31 -colorspace smpte170m -color_primaries smpte170m -color_trc smpte170m -c:a ac3 -b:a 256k -ar 48000 (output in .ts)</font><br />
<b>Full D1 (720-width, NTSC), MPEG-2, SDTV  (although it's EDTV rather, because the actual files are in 480p format, I mean, they aren't interlaced):</b><br />
<font face="Courier New">ffmpeg -i (input) -vf &quot;scale=720:540:force_original_aspect_ratio=decreas  e:flags=bilinear,pad=720:540:-1:-1,scale=720:480:flags=bilinear,pad=720:480:0:-1,crop=704:480:8:0,pad=720:480:-1:0&quot; -r 29.97 -c:v mpeg2video -pix_fmt yuv420p -b:v 2816k -minrate 0 -maxrate 3520k -qmin 2 -qmax 31 -colorspace smpte170m -color_primaries smpte170m -color_trc smpte170m -c:a ac3 -b:a 256k -ar 48000 (output in .ts)</font><br />
<b>3/4 D1 (544-width, NTSC), MPEG-2, SDTV  (although it's EDTV rather, because the actual files are in 480p format, I mean, they aren't interlaced), suited for 4:3 TVs:</b><br />
<font face="Courier New">ffmpeg -i (input) -vf &quot;scale=720:540:force_original_aspect_ratio=decreas  e:flags=bilinear,pad=720:540:-1:-1,scale=720:480:flags=bilinear,pad=720:480:0:-1,crop=704:480:8:0,pad=720:480:-1:0,scale=544:480:flags=bilinear,crop=528:480:8:0,  pad=544:480:-1:0&quot; -r 29.97 -c:v mpeg2video -aspect 4:3 -pix_fmt yuv420p -b:v 2127.6444k -minrate 0 -maxrate 2659.5555k -qmin 2 -qmax 31 -colorspace smpte170m -color_primaries smpte170m -color_trc smpte170m -c:a ac3 -b:a 256k -ar 48000 (output in .ts)</font><br />
<b>Full D1 (720-width, NTSC), MPEG-2, SDTV  (although it's EDTV rather, because the actual files are in 480p format, I mean, they aren't interlaced), suited for 4:3 TVs:</b><br />
<font face="Courier New">ffmpeg -i (input) -vf &quot;scale=720:540:force_original_aspect_ratio=decreas  e:flags=bilinear,pad=720:540:-1:-1,scale=720:480:flags=bilinear,pad=720:480:0:-1,crop=704:480:8:0,pad=720:480:-1:0&quot; -r 29.97 -c:v mpeg2video -aspect 4:3 -pix_fmt yuv420p -b:v 2816k -minrate 0 -maxrate 3520k -qmin 2 -qmax 31 -colorspace smpte170m -color_primaries smpte170m -color_trc smpte170m -c:a ac3 -b:a 256k -ar 48000 (output in .ts)</font><br />
<br />
One of the threads published in the forum tells me about the actual LaserDisc resolution and the 544-width situation, as well as the DVB situation, especially in Europe and other countries that use the PAL (Phase Alternating by Line) standard:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<div>
				Originally Posted by <strong>SatStorm</strong>
				<a href="showthread.php?p=166604#post166604" rel="nofollow"><img class="inlineimg" src="images/buttons/viewpost.gif" alt="View Post" /></a>
			</div>
			<div class="message"><i>[...]</i><br />
The Officially Laserdisc resolution is 528 X 576/480, but many titles in US, after 1990, are using the 544 X 480 resolution.<br />
The DVB transmissions became mainstream in Europe in 1996 and today are mainstream in US too. The last five years, the European Union (E.U.), force all television and radio providers of E.U. Members, to turn their services digital, for various reasons. So, except Germany and partly France (which the interest for analogue satellite TV still is huge), anything today is digital, on most cases not with the best possible results...<br />
Technically speaking, DVB is based on mpeg 2 (like DVD) and support resolutions from full CCIR - 601 (top quality) to CIF (lowest quality). Almost any resolution between those limits can be a DVB picture resolution, with any bitrate up to 15000Kb/s. The correct output picture aspect is succeeded (if needed), by the use of the pan and scan method, which take place between the Digital/Analogue conversion, before the final picture signal goes to our TV/Videoprojector.<br />
<i>[...]</i><br />
Some DVB examples:<br />
The Holland channels Canal+ Rood and Canal+Blauw (Astra 1G - 19.2 East), are transmitting in full CCIR 601 resolution with VBR bitrate up to 15000kb/s (!). That is BETTER a standard DVD video.<br />
TMF for Belgium and MTV Italy, both on Eutelsat W2 (16 East) are transmitting in full D1 resolution and bitrates up to 7500kb/s<br />
The MTV/VH1 Channels on Astra 1G, are using 544 X 576.<br />
Viva TV on Astra 1G and Onyx TV on Hotbird 3, are using 480 X 576.<br />
352 X 576 is very common at almost all the Italian Free To Air music channels on Hotbird satellite series.<br />
An example of very low picture resolution, is the Cnes channel (Hotbird 5, 13 east, Freq: 12558, S.R. 27500, F.E.C. 3/4). This channel transmits 352 X 288 with CBR bitrate up to?. 700kb/s!!!).<br />
<br />
The known DVB resolutions till today in Europe are: 720 X 576, 704 X 576, 544 X 576, 528 X 576, 480 X 576, 352 X 576 and 352 X 288. <br />
<i>[...]</i></div>
			
		<hr />
	</div>
</div> Apart, if such TV providers used 544x480/576 during the 90s, then it could be true that such quality loss wasn't really noticeable on most CRT TVs.<br />
<br />
Back to the experiment, I also decided to take a snapshot of the files (those that start with &quot;IMG_4245-ldish<i>...</i>&quot;) and upscale them to 832x624px, in order to compare their quality.<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92622" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92622" style="max-width:400px;"><br>[Attachment 92622 - Click to enlarge]</a><br />
I also did so with the other two .ts files, and here are the results, separated in figures:<br />
<a rel="Lightbox_0" class='contentlink' style="font-size:11px;" href="https://forum.videohelp.com/attachment.php?attachmentid=92623" ><img alt="Image" class="thumbnail" src="https://forum.videohelp.com/attachment.php?attachmentid=92623" style="max-width:400px;"><br>[Attachment 92623 - Click to enlarge]</a><br />
Figure a: <b>master-544-vs-720-ldish-express.ts</b> at duration 0:02.30<br />
Figure b: <b>master-544-vs-720-ldish.ts</b> at duration 0:02.30<br />
Figure c: <b>master-544-vs-720-ldish-express.ts</b> at duration 0:32.30<br />
Figure d: <b>master-544-vs-720-ldish.ts</b> at duration 0:32.30<br />
<font color="sienna">Note: these 2 .ts videos are actually well suited for 4:3 TVs via the <font face="Courier New">-aspect 4:3</font> flag in <a class="contentlink" href="https://www.videohelp.com/software/ffmpeg" target="_blank" rel="nofollow">FFmpeg</a>. The second image's samples are also upscaled.</font><br />
<br />
I'll thank you very much for your answer(s), and if you find one or some mistake(s), I gladly welcome your corrections.</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/ts.gif" alt="File Type: ts" />
	<a class="contentlink" href="attachments/92620-1780882948/IMG_4245-ldish-express-rawAspectRatio.ts">IMG_4245-ldish-express-rawAspectRatio.ts</a> 
(8.00 MB)
</li> <li>
	<img class="inlineimg" src="/ts.gif" alt="File Type: ts" />
	<a class="contentlink" href="attachments/92621-1780882976/IMG_4245-ldish-rawAspectRatio.ts">IMG_4245-ldish-rawAspectRatio.ts</a> 
(10.17 MB)
</li> <li>
	<img class="inlineimg" src="/ts.gif" alt="File Type: ts" />
	<a class="contentlink" href="attachments/92624-1780885380/master-544-vs-720-ldish-express.ts">master-544-vs-720-ldish-express.ts</a> 
(18.12 MB)
</li> <li>
	<img class="inlineimg" src="/ts.gif" alt="File Type: ts" />
	<a class="contentlink" href="attachments/92625-1780885639/master-544-vs-720-ldish.ts">master-544-vs-720-ldish.ts</a> 
(23.18 MB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/40-DVB-IPTV">DVB / IPTV</category>
			<dc:creator>Cedr00m4kv1x</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420672-SDTV-%28480i-p-576i-p%29-Satellite-TV-in-the-90s-vs-today-width-conventions</guid>
		</item>
		<item>
			<title>Satellite Dish Installation</title>
			<link>https://forum.videohelp.com/threads/420599-Satellite-Dish-Installation?goto=newpost</link>
			<pubDate>Mon, 25 May 2026 16:43:46 GMT</pubDate>
			<description><![CDATA[A friend has an apartment on 6th floor in a building of 10 floors. 
He wants to install a dish pointing to HotBird 13E in the apartment terrace, which is adjacent to the living room and the TV,  
but he doesn't want the coaxial cable to run all the way from the terrace to the living room. 
Is it...]]></description>
			<content:encoded><![CDATA[<div>A friend has an apartment on 6th floor in a building of 10 floors.<br />
He wants to install a dish pointing to HotBird 13E in the apartment terrace, which is adjacent to the living room and the TV, <br />
but he doesn't want the coaxial cable to run all the way from the terrace to the living room.<br />
Is it possible to do this, perhaps have the satellite receiver in the terrace with the coaxial cable connected to it and somehow stream the channels to the TV, using WiFi?<br />
What kind of receiver should he use? DVB-S2 Enigma 2 is preferred.<br />
I can stream TV channels to my PC monitor using OpenWebIf but how can this work with a TV?</div>

 ]]></content:encoded>
			<category domain="https://forum.videohelp.com/forums/40-DVB-IPTV">DVB / IPTV</category>
			<dc:creator>Subtitles</dc:creator>
			<guid isPermaLink="true">https://forum.videohelp.com/threads/420599-Satellite-Dish-Installation</guid>
		</item>
	</channel>
</rss>
