<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>mpeg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/mpeg/</link>
	<description>Feed of posts on WordPress.com tagged "mpeg"</description>
	<pubDate>Thu, 26 Nov 2009 19:25:29 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Data Capacity of CDs [Tutorial] ]]></title>
<link>http://activecomputech.wordpress.com/2009/11/24/data-capacity-of-cds-tutorial/</link>
<pubDate>Tue, 24 Nov 2009 04:08:33 +0000</pubDate>
<dc:creator>sajidcyber</dc:creator>
<guid>http://activecomputech.wordpress.com/2009/11/24/data-capacity-of-cds-tutorial/</guid>
<description><![CDATA[Data Capacity of CDs [Tutorial] Abstract You can fit on a S/VCD without overburning: - approx. 735 M]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Data Capacity of CDs [Tutorial]</p>
<p>Abstract<br />
You can fit on a S/VCD without overburning:<br />
- approx. 735 MB of MPEG data onto a 74min/650MB disc<br />
- approx. 795 MB of MPEG data onto an 80min/700MB disc</p>
<p>You can fit on a CD-ROM without overburning:<br />
- approx. 650 MB of data onto a 74min/650MB disc<br />
- approx. 703 MB of data onto an 80min/700MB disc</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Introduction<br />
Let us ignore for now the terms of megabyte for CD capacity and try to understand how the data is stored on a CD.</p>
<p>As well all know, the data is stored digitally as binary data. This means, however the actual information is actually kept on the disc, this information is in the form of &#8220;1&#8243;s and &#8220;0&#8243;s. Physically, the information on a CD is as pits on a thin sheet of metal (aluminium).</p>
<p>An a CD-R disc, the data is physically on an organic dye layer which simulates the metal layer on a real pressed CD.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>How is the information structured<br />
Now, on the CD, the information isn&#8217;t just organised from beginning to end willy-nilly. Otherwise, it would be really hard to find a useful piece of information on the CD.</p>
<p>Rather, the information is organised in sectors. Consider a sector as like a page in a book. Just like you are able to quickly find something in a book if you know the page number, you can quickly find something on a CD if you know the sector number.</p>
<p>Now, remember that the CD was original made to hold audio data. It was decided, that the CD would would 75 sectors per second of audio. Although I cannot guess where this number comes from, it is quite appropriate for the audio CD. It means that you can &#8220;seek&#8221; an audio CD accurately to 1/75th of a second &#8212; which is more than enough for consumer purposes.</p>
<p>Now, with this in mind, we can work out the total data capacity of user data for 1 sector.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The total data capacity of user data of 1 sector on a CD<br />
CD audio uses uncompressed PCM stereo audio, 16-bit resolution sampled at 44.1 kHz.</p>
<p>Thus 1 second of audio contains:<br />
16 bits/channel * 2 channels * 44100 samples/second * 1 second<br />
= 1411200 bits<br />
= 176400 bytes</p>
<p>Since there are 75 sectors per second<br />
1 sector<br />
= 176400 bytes / 75<br />
= 2352 bytes</p>
<p>One sector on a CD contains 2352 bytes max.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The concept of different MODES and FORMS of burning<br />
Now, audio CD was well and good, but the medium would become much more useful if you could store other data on the disc as well. This became to be know as CD-ROM of course.</p>
<p>Now, the audio-CD uses the ENTIRE sector for audio data.</p>
<p>However, for CD-ROMs this caused a problem. Simply, CDs and the CD reading mechanisms were not 100% faultless. That is, errors (indeed frequent errors) could be made during the reading. For audio CDs, this does not matter as much as you could simply interpolate from the adjacent audio samples. This will obviously NOT DO for data CDs. A single bit error could lead to a program being unexecutable or ruin an achive file.</p>
<p>Thus, for CD-ROMs, part of each sector is devoted to error correction codes and error detection codes. The CD-R FAQ has the details, but in effect, only 2048 bytes out of a total of 2352 bytes in each sector is available for user data on a data CD.</p>
<p>This burning mode is either MODE1 or MODE2 Form1.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>MODE2 Form2 sectors of VCDs and SVCDs<br />
Now, for VCDs and SVCDs, the video tracks do not necessarily require the robust error correction as normal data on a CD-ROM. However, there is still some overhead per sector that is used for something other than video data (e.g., sync headers).</p>
<p>S/VCDs video tracks are burnt in what is called MODE2 Form2 sectors. In this mode, only 2324 bytes out of a total of 2352 bytes in each sector is available for user data.</p>
<p>This is MUCH MORE than for CD-ROMs, but still less per sector than audio CD.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The disc capacities of CD-ROMs, audio-CDs and VCDs<br />
Now, obviously what ultimately determines the capacity of a disc is the total number of sectors it contains. This is similar to the total number of pages in a blank exercise book (if you recall the book analogy).</p>
<p>The secondary determinant is the burning mode of the disc.</p>
<p>For audio CDs, it is as if you could fill each page from top to bottom with audio data as the entire sector is used for audio data.</p>
<p>For CD-ROMs, it is as if you need to first rule a margin and then leave the bottom part of each page for footnotes (headers + ECC + EDC). The amount of text you can actually write per page is then less due to these other constraints.</p>
<p>For S/VCDs, we still need to rule a margin on the page, but we don&#8217;t have to worry about the footnotes (headers). We can fit MORE text than a CD-ROM, but less than an audio-CD.</p>
<p>Now remember, 1 second on a CD = 75 sectors.</p>
<p>Thus:<br />
- 74 min CD = 333,000 sectors<br />
- 80 min CD = 360,000 sectors<br />
Data capacity in Mb for an audio-CD<br />
74 min<br />
= 333,000 sectors * 2352 bytes / sector<br />
= 783216000 bytes<br />
= 746.9 Mb</p>
<p>80 min<br />
= 360,000 sectors * 2352 bytes / sector<br />
= 846720000 bytes<br />
= 807.5 Mb<br />
Data capacity in Mb for a CD-ROM<br />
74 min<br />
= 333,000 sectors * 2048 bytes / sector<br />
= 681984000 bytes<br />
= 650.4 Mb</p>
<p>80 min<br />
= 360,000 sectors * 2048 bytes / sector<br />
= 737280000 bytes<br />
= 703.1 Mb<br />
Data capacity in Mb for a S/VCD<br />
74 min<br />
= 333,000 sectors * 2324 bytes / sector<br />
= 773892000 bytes<br />
= 738.0 Mb</p>
<p>80 min<br />
= 360,000 sectors * 2324 bytes / sector<br />
= 836640000 bytes<br />
= 797.9 Mb</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Conclusions<br />
As you can see, the often quoted capacities of 650MB and 700MB refer to CD-ROM capacities.</p>
<p>Due to the fact that S/VCDs use a different burning mode where MORE of each sector is available as user data, the relatively capacities are HIGHER.</p>
<p>Now, since S/VCDs are not composed of PURELY video tracks and have some unavoidable overheads, the actually total capacity left for video tracks is a few Mb less for each disc (about 735 Mb for 74min discs and 795 Mb for 80min discs). This is where the often quoted capacities of 740MB and 800MB come from. They are quite accurate.</p>
<p>All these capacities are available BEFORE overburning. Overburning is where you burn MORE sectors than the disc is rated for. If you overburn, you can typically achieve about 1-2 minutes of additional capacity (depending on your drive and media).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rihanna - Russian Roulette (HDTV_720p_ABC)]]></title>
<link>http://bmusicvideo.wordpress.com/2009/11/23/rihanna-russian-roulette-webrip/</link>
<pubDate>Mon, 23 Nov 2009 01:59:52 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2009/11/23/rihanna-russian-roulette-webrip/</guid>
<description><![CDATA[Не успел еще отшуметь последний хит Рианны Wait Your Turn, как в сети появилось новое видео Russian ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="border:2px solid black;" title="Russian Roulette" src="http://ecx.images-amazon.com/images/I/51L9fYU2NjL._SS500_.jpg" alt="" width="150" height="150" /></p>
<h3><span style="font-weight:normal;">Не успел еще отшуметь последний хит Рианны Wait Your Turn, как в сети появилось новое видео Russian Roulette. Любуемся новым творением Рианны в HDTV качестве и скачиваем с привычного сервера </span><span style="font-weight:normal;">яндекс.диск</span><span style="font-weight:normal;">.</span></h3>
<p>&#160;</p>
<p>&#160;</p>
<p><span style="font-weight:normal;"><a href="http://narod.ru/disk/15122814000/Rihanna%20-%20Russian%20Roulette%20(HDTV_720p_ABC).mpg.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a></span></p>
<p><span style="font-weight:normal;"><br />
</span></p>
<p style="text-align:right;">___________________________________________________________________________________________</p>
<p><!--more--></p>
<ul>
<li><span style="font-weight:normal;">Russian Roulette</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/rihanna" target="_self"><span style="font-weight:normal;">Rihanna</span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/rated-r" target="_self"><span style="font-weight:normal;">Rated R</span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/anthony-mandler" target="_self"><span style="font-weight:normal;">Anthony Mandler</span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2009" target="_self"><span style="font-weight:normal;">2009</span></a><span style="font-weight:normal;"> </span><a href="http://bmusicvideo.wordpress.com/tag/def-jam" target="_self"><span style="font-weight:normal;">Def Jam</span></a></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hdtv" target="_self"><span style="font-weight:normal;">HDTV</span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="font-weight:normal;">MPEG</span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: AC3</span></li>
<li><span style="font-weight:normal;">Видео: 1280&#215;720 at 59.940 fps ~ 11.8 Mbps</span></li>
<li><span style="font-weight:normal;">Аудио: 48000Hz 6ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 328 Mb</span></li>
</ul>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/TvFbOt-eIwE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/TvFbOt-eIwE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><a href="http://bmusicvideo.wordpress.com/files/2009/11/72099_rihanna_122_260lo.jpg"><img class="alignleft size-full wp-image-918" title="72099_Rihanna_122_260lo" src="http://bmusicvideo.wordpress.com/files/2009/11/72099_rihanna_122_260lo.jpg" alt="" width="632" height="467" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HowTo: convertire AVI in DVD]]></title>
<link>http://idl3.wordpress.com/2009/11/09/howto-convertire-avi-in-dvd/</link>
<pubDate>Mon, 09 Nov 2009 06:30:35 +0000</pubDate>
<dc:creator>idl3</dc:creator>
<guid>http://idl3.wordpress.com/2009/11/09/howto-convertire-avi-in-dvd/</guid>
<description><![CDATA[Chissa&#8217; quante volte vi sara&#8217; capitato di avere un video AVI e volerlo convertire in for]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Chissa&#8217; quante volte vi sara&#8217; capitato di <strong>avere un video <acronym title="Audio Video Interleave">AVI</acronym></strong> e volerlo <strong>convertire in formato <acronym title="Digital Versatile Disc">DVD</acronym></strong>. Con GNU/Linux e&#8217; <strong>una passeggiata</strong>, forse il programma piu&#8217; famoso e&#8217; <strong><a href="http://www.rastersoft.com/programas/devede.html">DeVeDe</a></strong>, ma <strong>esistono anche altri metodi</strong>, si puo&#8217; fare tutto <strong>ad esempio da terminale</strong>.</p>
<p>Espongo tre metodi: il <a href="#caidpm">primo</a> con lo <strong>script Bash</strong>, il <a href="#caidsm">secondo</a> con <strong>DeVeDe</strong> e altri programmi, il <a href="#caidtm">terzo</a> con <strong>dvdauthor</strong>.</p>
<p><img src="http://idl3.wordpress.com/files/2009/09/terminale.png?w=150" alt="Terminale" title="Terminale" width="150" height="150" class="alignleft size-thumbnail wp-image-180" /><strong>PRIMO METODO</strong> <a name="caidpm">-</a> Da riga di comando pero&#8217; il procedimento e&#8217; <strong>lungo</strong>, e puo&#8217; risultare noioso. Per questo motivo esiste la possibilita&#8217; di <strong>creare uno script in Bash</strong>. Vediamo come.</p>
<p>Prima di tutto dobbiamo <strong>procurarci i programmi necessari</strong>:<br />
<code># apt-get install ffmpeg mencoder lame dvdauthor lame-extras libtwolame0 genisoimage</code><br />
e&#8217; molto probabile che gran parte di questi pacchetti siano gia&#8217; installati sul vostro computer.</p>
<p>Ora dobbiamo <strong>creare lo script</strong>:<br />
<code>$ nano /usr/bin/avi2dvd.sh</code><br />
lo creiamo nella <strong>directory</strong> <code>/usr/bin/</code> cosi&#8217; da poterlo richiamare da terminale <strong>ovunque</strong> ci troviamo.</p>
<p>Dentro il file appena creato ci <strong>copiamo</strong> questo:</p>
<pre><tt>---8&#60;---
<i><font color="#9A1900">#!/bin/bash</font></i>

<font color="#009900">output</font><font color="#990000">=</font>$<font color="#993399">1</font>
<i><font color="#9A1900">####################</font></i>
<i><font color="#9A1900"># avi     Function #</font></i>
<i><font color="#9A1900">####################</font></i>

<b><font color="#000000">function avi </font></b>{
    mencoder -oac lavc -ovc lavc -of mpeg -mpegopts <font color="#009900">format</font><font color="#990000">=</font>xvcd -vf <font color="#009900">scale</font><font color="#990000">=</font><font color="#993399">352</font><font color="#990000">:</font><font color="#993399">196</font><font color="#990000">,</font><font color="#009900">expand</font><font color="#990000">=</font><font color="#993399">352</font><font color="#990000">:</font><font color="#993399">240</font><font color="#990000">,</font>harddup -srate <font color="#993399">44100</font> -af <font color="#009900">lavcresample</font><font color="#990000">=</font><font color="#993399">44100</font> -lavcopts     <font color="#009900">vcodec</font><font color="#990000">=</font>mpeg1video<font color="#990000">:</font><font color="#009900">keyint</font><font color="#990000">=</font><font color="#993399">18</font><font color="#990000">:</font><font color="#009900">vrc_buf_size</font><font color="#990000">=</font><font color="#993399">327</font><font color="#990000">:</font><font color="#009900">vrc_minrate</font><font color="#990000">=</font><font color="#993399">1152</font><font color="#990000">:</font><font color="#009900">vbitrate</font><font color="#990000">=</font><font color="#993399">1152</font><font color="#990000">:</font><font color="#009900">vrc_maxrate</font><font color="#990000">=</font><font color="#993399">1152</font><font color="#990000">:</font><font color="#009900">acodec</font><font color="#990000">=</font>mp2<font color="#990000">:</font><font color="#009900">abitrate</font><font color="#990000">=</font><font color="#993399">224</font> -ofps <font color="#993399">30000</font>/1001 -o output<font color="#990000">.</font>mpg <font color="#FF0000">"$output"</font>
}

<i><font color="#9A1900">####################</font></i>
<i><font color="#9A1900"># vcd     Function #</font></i>
<i><font color="#9A1900">####################</font></i>

<b><font color="#000000">function vcd </font></b>{
    ffmpeg -i output<font color="#990000">.</font>mpg -target ntsc-dvd -aspect <font color="#993399">4</font><font color="#990000">:</font><font color="#993399">3</font> output2<font color="#990000">.</font>mpg
}

<i><font color="#9A1900">####################</font></i>
<i><font color="#9A1900"># rm1mpg Function #</font></i>
<i><font color="#9A1900">####################</font></i>

<b><font color="#000000">function rm1mpg </font></b>{
    rm output<font color="#990000">.</font>mpg
}

<i><font color="#9A1900">####################</font></i>
<i><font color="#9A1900"># convert Function #</font></i>
<i><font color="#9A1900">####################</font></i>

<b><font color="#000000">function convert </font></b>{
    dvdauthor -o dvd -t output2<font color="#990000">.</font>mpg
}

<i><font color="#9A1900">####################</font></i>
<i><font color="#9A1900"># rmpg     Function #</font></i>
<i><font color="#9A1900">####################</font></i>

<b><font color="#000000">function rmpg </font></b>{
    rm output2<font color="#990000">.</font>mpg
}

<i><font color="#9A1900">###################</font></i>
<i><font color="#9A1900"># Rename Function #</font></i>
<i><font color="#9A1900">###################</font></i>

<b><font color="#000000">function finalize </font></b>{

dvdauthor -o dvd -T

}

<i><font color="#9A1900">#####################</font></i>
<i><font color="#9A1900"># ISO Function      #</font></i>
<i><font color="#9A1900">#####################</font></i>

<b><font color="#000000">function image </font></b>{

mkisofs -dvd-video -o dvd<font color="#990000">.</font>iso dvd<font color="#990000">/</font>

}

<i><font color="#9A1900">#####################</font></i>
<i><font color="#9A1900"># rm2 Function      #</font></i>
<i><font color="#9A1900">#####################</font></i>

<b><font color="#000000">function rm2 </font></b>{

rm -rf dvd<font color="#990000">/</font>

}

<i><font color="#9A1900">###############</font></i>
<i><font color="#9A1900"># Script      #</font></i>
<i><font color="#9A1900">###############</font></i>

avi <font color="#990000">;</font>
vcd <font color="#990000">;</font>
rm1mpg <font color="#990000">;</font>
convert <font color="#990000">;</font>
rmpg <font color="#990000">;</font>
finalize <font color="#990000">;</font>
image <font color="#990000">;</font>
rm2 <font color="#990000">;</font>

<b><font color="#0000FF">exit</font></b>

---8&#60;---</tt></pre>
<p>salviamo <strong>[Ctrl]+[o]</strong> e chiudiamo <strong>[Ctrl]+[x]</strong>.</p>
<p>Rendiamolo <strong>eseguibile</strong>:<br />
<code># chmod 777 /usr/bin/avi2dvd.sh</code><br />
e <strong>proviamolo</strong> subito su un nostro video in AVI.</p>
<p>Se ad esempio il nostro video si trova nella directory <code>/home/UTENTE/videoavi/</code> non dobbiamo far altro che aprire un terminale, <strong>spostarci</strong> nella directory giusta:<br />
<code>$ cd /home/UTENTE/videoavi/</code><br />
e dare il <strong>comando</strong>:<br />
<code>$ avi2dvd VIDEO.avi</code></p>
<p>A tutto il resto pensera&#8217; lo <em>script</em>. Per capire cosa faccia esattamente basta leggerlo.<br />
Fonte: <a href="http://ubuntuforums.org/showpost.php?p=5878919&#38;postcount=1">Convert AVI to DVD ISO</a></p>
<p><img src="http://idl3.wordpress.com/files/2009/11/dvd.jpg?w=150" alt="dvd" title="dvd" width="150" height="120" class="alignright size-thumbnail wp-image-947" /><strong>SECONDO METODO</strong> <a name="caidsm">-</a> Ora vediamo come fare a <strong>convertire un video da AVI a DVD con DeVeDe</strong>. Prima di tutto dobbiamo installarlo:<br />
<code># apt-get install devede</code></p>
<p>Adesso abbiamo due possibilita&#8217;, o usiamo <strong>DeVeDe con la versione grafica</strong>, o facciamo da riga di comando con altri programmi. Per farlo con la versione grafica, aprite semplicemente il programma:<br />
<code>$ devede &#38;</code><br />
e seguite l&#8217;interfaccia intuitiva.</p>
<p>Se invece volete cimentarvi col terminale (bravi, cosi&#8217; vi voglio) vediamo come fare. Prima di tutto <strong>ci servono questi programmi</strong>:<br />
<code># apt-get install growisofs mkisofs dvdauthor ffmpeg mencoder</code></p>
<p>Se il file che volete convertire in DVD e&#8217; uno va tutto bene, se fossero <strong>due</strong>, e&#8217; il caso di <strong>unirli</strong>. Un metodo puo&#8217; essere questo:<br />
<code>$ cat VIDEO1.avi VIDEO2.avi &#62; VIDEOUNITO.avi</code><br />
e poi:<br />
<code>$ mencoder -o VIDEO.avi -noidx -oac copy -ovc copy VIDEOUNITO.avi</code></p>
<p>Sinceramente e&#8217; un procedimento che non mi piace, in un <a href="http://idl3.wordpress.com/2009/09/25/howto-tagliare-video-e-unire-audio-e-video-con-ffmpeg-e-mencoder/">post</a> ne avevo indicato un altro, <strong>questo</strong>:<br />
<code>$ mencoder -ovc copy -oac copy VIDEO1.avi VIDEO2.avi -o VIDEO.avi</code></p>
<p>Ora che abbiamo il nostro file <code>VIDEO.avi</code> possiamo continuare. Cambiamo <strong>l&#8217;aspetto e la codifica del video</strong> con <strong>FFmpeg</strong>:<br />
<code>$ ffmpeg -i VIDEO.avi -y -target pal-dvd -sameq -aspect 16:9 VIDEO.mpg</code><br />
lo stiamo <strong>codificando</strong> nello <a href="http://it.wikipedia.org/wiki/PAL">standard <acronym title="Phase Alternating Line">PAL</acronym></a>.</p>
<p>Ovviamente se il DVD fosse destinato al nostro zio d&#8217;<strong>America</strong> la codifica la dovremmo fare nello <a href="http://it.wikipedia.org/wiki/NTSC">standard <acronym title="National Television System Committee">NTSC</acronym></a>, e quindi il comando sarebbe:<br />
<code>$ ffmpeg -i VIDEO.avi -y -target ntsc-dvd -sameq -aspect 16:9 VIDEO.mpg</code></p>
<p>Ora non ci resta che <strong>creare i titoli</strong>:<br />
<code>$ dvdauthor --title -o dvd -f VIDEO.mpg </code><br />
e la <strong>tabella</strong> dei <strong>contenuti</strong>:<br />
<code>$ dvdauthor -o dvd -T</code></p>
<p>Infine lo <strong>masterizziamo</strong> cosi&#8217;:<br />
<code>$ growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd dvd/*</code></p>
<p>Anziche&#8217; masterizzarlo subito, possiamo anche <strong>creare il file ISO</strong> prima:<br />
<code>$ mkisofs -dvd-video -o DVD.iso dvd/</code><br />
e solo dopo <strong>masterizzarlo</strong> cosi&#8217;:<br />
<code>$ growisofs -dvd-compat -Z /dev/dvd=dvd.iso</code></p>
<p>Ovviamente al posto di <code>/dev/dvd</code> dovete inserire il <strong>percorso giusto</strong> del masterizzatore per DVD se non e&#8217; quello.</p>
<p><img src="http://idl3.wordpress.com/files/2009/11/masterizzatore-cd-dvd.jpg?w=150" alt="masterizzatore-cd-dvd" title="masterizzatore-cd-dvd" width="150" height="150" class="alignleft size-thumbnail wp-image-948" /><strong>TERZO MEODO</strong> <a name="caidtm">-</a> Per la gioia degli amanti della <strong>terza via</strong>, esiste anche un altro metodo, che utilizza <strong>vari programmi da terminale</strong>. Installiamoli:<br />
<code># apt-get install transcode mplayer mjpegtools ffmpeg dvd+rw-tools dvdauthor</code></p>
<p>Ipotizziamo di avere il nostro solito file <code>VIDEO.avi</code>. Con questo metodo prima di tutto dobbiamo <strong>separare l&#8217;audio dal video</strong>, e lo facciamo con questo comando:<br />
<code>$ transcode -i VIDEO.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 3 -o VIDEO -D0 -s2 -m VIDEO.ac3 -J modfps=clonetype=3 --export_fps 29.97</code><br />
Se non vogliamo un <strong>output a 16:9 ma a 4:3</strong>, il comando sara&#8217;:<br />
<code>$ transcode -i VIDEO.avi -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o VIDEO -D0 -s2 -m VIDEO.ac3 -J modfps=clonetype=3 --export_fps 29.97</code></p>
<p>L&#8217;<strong>output</strong> sara&#8217; costituito dal file <code>VIDEO.m2v</code> (il video) e <code>VIDEO.ac2</code> (audio). Se vogliamo strafare, possiamo estrarre dal file <code>VIDEO.avi</code> l&#8217;<strong>audio 5.1</strong>, e lo facciamo cosi&#8217;:<br />
<code>$ tcextract -d2 -i VIDEO.avi -a0 -x ac3 &#124; tcextract -d2 -x ac3 -t raw &#62; VIDEO.ac3</code></p>
<p>Ovviamente <strong>solo se</strong> il vostro video ha l&#8217;audio 5.1. Se non siete sicuri che il vostro file video abbia l&#8217;audio in 5.1, potete facilmente <strong>scoprirlo</strong> dando questo comando:<br />
<code>mplayer -vo dummy -identify VIDEO.avi 2&#62; /dev/null &#124; grep "5.1 ("</code><br />
se c&#8217;e&#8217; il <strong>5.1</strong> l&#8217;output sara&#8217; qualcosa tipo:</p>
<pre>AC3: 5.1 (3f+2r+lfe) 48000 Hz 384.0 kbit/s</pre>
<p>A questo punto <strong>riuniamo audio e video</strong>:<br />
<code>$ mplex -f 8 -o VIDEO.mpg VIDEO.m2v VIDEO.ac3</code></p>
<p>Adesso abbiamo un bel <strong>video in formato <acronym title="Moving Pictures Experts Group">MPEG</acronym></strong> pronto per essere dato in pasto a <strong>dvdauthor</strong>. Ma prima dobbiamo creare un <strong>file di testo</strong> in cui inseriremo i <strong>tempi dei capitoli</strong>, dunque:<br />
<code>$ nano dvdauthor.xml</code></p>
<p>e inseriamo questo:</p>
<pre>---8&#60;---
&#60;dvdauthor dest="dvd"&#62;
  &#60;vmgm /&#62;
   &#60;titleset&#62;
     &#60;titles&#62;
       &#60;pgc&#62;
         &#60;vob file="VIDEO.mpg" chapters="0,15:00,30:00,45:00,1:00:00"/&#62;
       &#60;/pgc&#62;
      &#60;/titles&#62;
   &#60;/titleset&#62;
 &#60;/dvdauthor&#62;
---8&#60;---</pre>
<p>Ovviamente <strong>i tempi</strong> (<code>0,15:00,30:00,45:00,1:00:00</code>) li cambierete <strong>in base a quelli dei capitoli del vostro video</strong>. In piu&#8217; se anziche&#8217; avere un DVD ne avessimo <strong>due</strong>, il testo del file <code>dvdauthor.xml</code> dovra&#8217; essere:</p>
<pre>---8&#60;---
&#60;dvdauthor dest="dvd"&#62;
  &#60;vmgm /&#62;
   &#60;titleset&#62;
     &#60;titles&#62;
       &#60;pgc&#62;
         &#60;vob file="VIDEO1.mpg" chapters="0,15:00,30:00,45:00,1:00:00"/&#62;
       &#60;/pgc&#62;
       &#60;pgc&#62;
         &#60;vob file="VIDEO2.mpg" chapters="0,15:00,30:00,45:00,1:00:00"/&#62;
       &#60;/pgc&#62;
     &#60;/titles&#62;
   &#60;/titleset&#62;
 &#60;/dvdauthor&#62;
---8&#60;---</pre>
<p>Adesso <strong>creiamo una directory</strong>:<br />
<code>$ mkdir dvd</code><br />
spostiamoci dentro il file <code>VIDEO.mpg</code> e <code>dvdauthor.xml</code>. Col terminale spostiamoci anche noi <strong>dentro la nuova directory</strong>:<br />
<code>$ cd dvd</code></p>
<p>Adesso diamo questo <strong>comando</strong>:<br />
<code>$ dvdauthor -x dvdauthor.xml</code><br />
cosi&#8217; all&#8217;interno della directory dvd verranno create <strong>due sottodirectory</strong>: <code>AUDIO_TS</code> e <code>VIDEO_TS</code>.</p>
<p><strong>Proviamo a vedere se tutto funziona</strong>:<br />
<code>$ mplayer dvd://home/UTENTE/directory/varie/dvd/VIDEO_TS/</code></p>
<p>Se tutto funziona correttamente <strong>possiamo masterizzare</strong>:<br />
<code>$ growisofs -dvd-video -Z /dev/dvd dvd/</code></p>
<p>Ovviamente al posto di <code>/dev/dvd</code> dovete inserire il <strong>percorso giusto</strong> del masterizzatore per DVD se non e&#8217; quello.</p>
<hr />
<p style="text-align:right;"><a href="#content" title="torna su">[^] torna su</a>&#160;&#124;&#160;<a href="http://postli.com/post?u=http://idl3.wordpress.com/2009/11/09/howto-convertire-avi-in-dvd/&#38;t=HowTo: convertire AVI in DVD" title="Post to Postli" style="color:blue;text-decoration:none;">post<span style="color:orange;">&#60;</span><span style="color:red;">li</span><span style="color:orange;">&#62;</span></a>&#160;&#124;&#160;<a href="http://www.wikio.it/vote?url=http://idl3.wordpress.com/2009/11/09/howto-convertire-avi-in-dvd/" target="_blank"><img src="http://www.wikio.it/shared/img/vote/wikio2.gif" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Any Video Converter 2.79]]></title>
<link>http://netvietnam.org/2009/11/08/any-video-converter-2-79/</link>
<pubDate>Sun, 08 Nov 2009 16:19:30 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/11/08/any-video-converter-2-79/</guid>
<description><![CDATA[Any Video Converter (AVC) là công cụ giúp bạn chuyển đổi từ các định dạng video thông dụng như DivX,]]></description>
<content:encoded><![CDATA[Any Video Converter (AVC) là công cụ giúp bạn chuyển đổi từ các định dạng video thông dụng như DivX,]]></content:encoded>
</item>
<item>
<title><![CDATA[Любительское порно avi mpeg скачать]]></title>
<link>http://erovideofree.wordpress.com/2009/11/07/%d0%bb%d1%8e%d0%b1%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d0%ba%d0%be%d0%b5-%d0%bf%d0%be%d1%80%d0%bd%d0%be-avi-mpeg-%d1%81%d0%ba%d0%b0%d1%87%d0%b0%d1%82%d1%8c/</link>
<pubDate>Sat, 07 Nov 2009 14:41:00 +0000</pubDate>
<dc:creator>erovideofree</dc:creator>
<guid>http://erovideofree.wordpress.com/2009/11/07/%d0%bb%d1%8e%d0%b1%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d1%81%d0%ba%d0%be%d0%b5-%d0%bf%d0%be%d1%80%d0%bd%d0%be-avi-mpeg-%d1%81%d0%ba%d0%b0%d1%87%d0%b0%d1%82%d1%8c/</guid>
<description><![CDATA[Стоящее бессмертье является рачительно бронирующим экстрактором, любительское порно avi mpeg скачать]]></description>
<content:encoded><![CDATA[Стоящее бессмертье является рачительно бронирующим экстрактором, любительское порно avi mpeg скачать]]></content:encoded>
</item>
<item>
<title><![CDATA[Video fingerprinting offers search solution]]></title>
<link>http://reportingtheworldover.wordpress.com/2009/11/07/video-fingerprinting-offers-search-solution/</link>
<pubDate>Sat, 07 Nov 2009 06:34:58 +0000</pubDate>
<dc:creator>reportingtheworldover</dc:creator>
<guid>http://reportingtheworldover.wordpress.com/2009/11/07/video-fingerprinting-offers-search-solution/</guid>
<description><![CDATA[The explosive growth of video on the internet, exemplified by the success of video sharing websites ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h1>The explosive growth of video on the internet, exemplified by the success of video sharing websites such as YouTube, calls for new ways of indexing and searching audiovisual content. A team of European researchers has developed a groundbreaking solution that is finding commercial applications.</h1>
<p>Most video search technologies currently rely on semantic annotation in which videos have to be manually tagged with keywords so they can be found via a text-based search. As most YouTube users will attest, tagging one or two videos in this way is not particularly problematic. However, manually annotating thousands of clips, as content providers and media libraries regularly do, can be extremely time consuming and costly.</p>
<p>A faster alternative is to use software to automatically extract snippets of a video and create a unique identifier based on a variety of audiovisual features, such as scene, motion and music changes. These so-called digital media fingerprints can then be used to index and search full audio/video content. The technology works well for uncompressed, raw audio and video, but it has not been used effectively with the far more common, space-saving compressed files that stream from websites, are stored in media libraries or are broadcast by TV stations. Until now, that is.</p>
<p>“We wanted to develop a way of indexing and searching compressed video files quickly and easily regardless of their compression format or how or where they are stored,” says Nick Achilleopoulos who oversaw development of the technology as manager of the <a href="http://cordis.europa.eu/fetch?CALLER=PROJ_ICT&#38;ACTION=D&#38;DOC=1&#38;CAT=PROJ&#38;QUERY=0123a84662ab:ff87:6aaf66b0&#38;RCN=80470" target="_blank">EU-funded DIVAS project.</a></p>
<p>To achieve that goal, the DIVAS researchers developed two advanced software engines: one to create fingerprints from compressed audio and/or video and another to use these unique identifiers to carry out content-based searches of audiovisual material.</p>
<p>Unlike most digital fingerprinting systems, the DIVAS indexing software does not require video to be uncompressed, reducing the need for computer processing power and storage space, while greatly accelerating the indexing process. For example, whereas other systems would have to generate a fingerprint from 60 gigabytes of raw video, the DIVAS technology can create a fingerprint from the 4GB DVD-quality compressed version. Crucially, it works across most popular video formats, from the DVD and TV broadcast MPEG standard to Microsoft’s WMV and also with standalone audio files in formats such as MP3 and AAC.</p>
<p>“The fingerprint extraction software defines audio and video features much as a human viewer perceives audiovisual elements&#8230; It builds the fingerprint based on visual features, such as scene changes, the way the camera cuts and moves, the brightness level, and the movement of people and objects,” the project manager explains.</p>
<p>Audio features such as speech and music also form part of the fingerprint – providing crucial additional information to differentiate between visually similar video content like lectures or music concerts.</p>
<p>The audiovisual fingerprints, each just a tiny fraction of the size of original content, are stored in the XML file format in combination with the MPEG 7 multimedia content description standard, creating an easily accessible and rapidly searchable video index.</p>
<p>“Say you saw a short clip of a TV series and wanted to see more of it but did not know the name. You could easily upload the clip to a DIVAS search engine and then use this to find not only the series, but also the season, episode and the exact minute of a scene the clip is from,” Achilleopoulos explains.</p>
<p>One caveat, however, is that the searcher would have to have an indexed database of video content to compare the fingerprinted clip to. That would prove useful to someone with a lot of digital movies to help them find videos in their collection from trailers on the internet – indeed, the DIVAS team developed an experimental plug-in for the Firefox web browser to that effect.</p>
<p>However, the key commercial market for the technology consists of media companies and internet search providers seeking faster methods of indexing and searching video, production companies scouring the internet for pirated versions of copyrighted works, as well as, interestingly, TV advertisers.</p>
<p>“A lot of companies are interested in monitoring broadcasts to make sure TV stations are airing their adverts in the time slots and with the frequency they pay for. Currently, they do this by recording broadcasts on expensive equipment and even have people watch the TV, but a much cheaper alternative would be to record compressed files and have software automatically creating fingerprints of the content. These could then be matched with the advertiser’s content, letting them know precisely when and how often their adverts are shown,” Achilleopoulos says.</p>
<p>Members of the DIVAS consortium are currently in talks with a large advertising firm with a view to deploying the technology commercially to monitor TV broadcasts. They have also been approached by companies looking to use their technology to improve internet searches of their video databases.</p>
<p>Israeli project partner Optibase, meanwhile, has integrated the DIVAS technology into its EZTV internet video delivery system for corporate, government and educational users in local and wide area network environments.</p>
<p>Achilleopoulos notes that the partners are looking for investors to help develop or support additional commercial applications for the DIVAS technology, which, as a modular system, is easy to integrate with existing systems and can be expanded to offer additional functionality.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GOM Player 2.1.21.4846]]></title>
<link>http://netvietnam.org/2009/11/07/gom-player-2-1-21-4846/</link>
<pubDate>Sat, 07 Nov 2009 02:01:46 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/11/07/gom-player-2-1-21-4846/</guid>
<description><![CDATA[Có rất nhiều phần mềm dùng để nghe nhạc, xem phim như Windows Media Player, Real Player, Herosoft, J]]></description>
<content:encoded><![CDATA[Có rất nhiều phần mềm dùng để nghe nhạc, xem phim như Windows Media Player, Real Player, Herosoft, J]]></content:encoded>
</item>
<item>
<title><![CDATA[Command line mp3 player in Linux]]></title>
<link>http://susenj.wordpress.com/2009/11/06/command-line-mp3-player-in-linux/</link>
<pubDate>Thu, 05 Nov 2009 20:26:16 +0000</pubDate>
<dc:creator>maverick</dc:creator>
<guid>http://susenj.wordpress.com/2009/11/06/command-line-mp3-player-in-linux/</guid>
<description><![CDATA[This post is after about a month long hibernation from my blog. I made my mind up to listen songs as]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This post is after about a month long hibernation from my blog.<br />
I made my mind up to listen songs as i usually do (it contributes to my hobby). In fact, i was suffering with a headburst headache, so i thought songs might be the stress buster and good entertainer too. What striked my mind was why couldn&#8217;t i play the tracks on command line rather playing&#8217;em in traditional RhythmBox or Amarok etc. The way i thought, the way i found&#8230;some googling let me find such a tool named <strong>mpg123</strong>, which is nothing but a command line player cum MPEG streamer.<br />
<em>Installation on Ubuntu/Debian: </em><code>sudo apt-get install mpg123</code><br />
<em>Installation on RedHat/Fedora/Cent OS:</em> For this, we have to first enable the <em><a href="http://www.cyberciti.biz/faq/rhel-centos-fedora-media-mp3-players-installtion/">rpmforge repo</a> </em> and try<br />
<code>yum install mpg123</code><br />
and you are done.</p>
<p>Go to the shell; Move into your songs folder; and type in mpg123 * as below:<br />
<code>neeraj@nee-pc:/media/LEISURE/fun/songs$ mpg123 *</code><br />
Just press Ctrl+C , if you want to switch onto the next song in the folder.<br />
Have a glimpse of the mpg123 on my UbuntuBox:<br />
<div id="attachment_210" class="wp-caption aligncenter" style="width: 310px"><a href="http://susenj.wordpress.com/files/2009/11/mpg123.jpg"><img src="http://susenj.wordpress.com/files/2009/11/mpg123.jpg?w=300" alt="mpg123" title="mpg123" width="300" height="240" class="size-medium wp-image-210" /></a><p class="wp-caption-text">Play files on the shell itself</p></div></p>
<p>Type <code>man mpg123</code> and you will see what else can you do with this versatile thing.<br />
Thanks GNU.<br />
!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Convertire i video a velocità turbo]]></title>
<link>http://faberex.wordpress.com/2009/11/05/convertire-i-video-a-velocita-turbo/</link>
<pubDate>Thu, 05 Nov 2009 17:33:22 +0000</pubDate>
<dc:creator>faberex</dc:creator>
<guid>http://faberex.wordpress.com/2009/11/05/convertire-i-video-a-velocita-turbo/</guid>
<description><![CDATA[I dispositivi mobili di ultima generazione sono divenuti ormai veri e propri player video portabili.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/eEvOANoAHx8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/eEvOANoAHx8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p style="text-align:center;">
<p>I dispositivi mobili di ultima generazione sono divenuti ormai veri e propri player video portabili. Basta caricare in memoria un filmato convertito nel formato corretto ,per riprodurlo ovunque ci si trovi. La rete pullula di convertitori video , ma se cerchiamo un software campione di velocità e semplicità , usiamo pure <strong>VIO Mobile Converter</strong> , realizzato dagli sviluppatori di <strong>The Pirate Bay</strong>,il famoso tracker Bit Torrent . Come vedremo una volta installato il programma , è sufficiente selezionare il video sorgente ( AVI,MPEG,MP4) , il modello di cellulare o smatphone ( compresi iPHONE e iPod ) , la qualità desiderata ,dare via alla conversione e in pochi minuti il gioco è fatto.</p>
<p>Cosa ci occorre ? VIO Mobile Converter</p>
<p>Quanto costa ? Gratuito</p>
<p>Sito Internet : http://thepiratebay.org/torrent/4593663/Vio_Video_Converter</p>
<p><strong>Installiamo il programma</strong>.</p>
<p>Avviata l’installazione , nella prima schermata clicchiamo su <strong>NEXT</strong>. Per evitare di installare toolbar e modificare le impostazione del Browser ,<strong><span style="text-decoration:underline;">deselezioniamo</span> </strong>tutte le voci della finestra e premiamo <strong>NEXT</strong>.Facciamo lo stesso per le voci della finestra successiva e premiamo <strong>INSTALL</strong>. Al termine clicchiamo <strong>NEXT</strong>.</p>
<p><strong>Il filmato da convertire</strong></p>
<p><strong> </strong></p>
<p>Aperto il programma VIO Mobile Video Converter ,per caricare il file del video da convertire clicchiamo sul pulsante <strong>BROWSE</strong> situato nella parte superiore dell’interfaccia . Esploriamo le cartelle del disco rigido del nostro computer fino ad individuare il filmato , quindi selezioniamolo e facciamo clic su <strong>APRI.</strong></p>
<p><strong>Una codifica ottimizzata</strong></p>
<p>Nel menù nel riquadro <strong>OPTIMIZED FOR</strong> scegliamo il dispositivo mobile ( ad esempio Nokia N82 ) per il quale vogliamo ottenere un video ottimizzato per il formato  ( mp4,3gp,avi) e risoluzione . <strong>In NEW FILE</strong> , digitiamo nel box il alto il percorso del filmato da ottenere , e nel menu accanto, selezioniamo la qualità ( nel mio caso <strong>good</strong>)</p>
<p><strong>Copiamolo sul cellulare</strong></p>
<p>Avviamo la conversione del filmato ciccando <strong>CONVERT VIDEO</strong>, e attendiamo che venga eseguita l’operazione . Al termine comparirà una schermata con alcuni suggerimenti per la copia del video sul dispositivo mobile . Chiudiamo la finestra con un clic su <strong>CLOSE</strong>, copiamo il video creato sul cellulare e buona……………..visione</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Edição de Vídeo no Linux, do amador ao profissional.]]></title>
<link>http://educarrega.wordpress.com/2009/11/05/edicao-de-video-no-linux-da-caseira-a-qualidade-profissional/</link>
<pubDate>Thu, 05 Nov 2009 00:48:48 +0000</pubDate>
<dc:creator>Eduardo Carrega</dc:creator>
<guid>http://educarrega.wordpress.com/2009/11/05/edicao-de-video-no-linux-da-caseira-a-qualidade-profissional/</guid>
<description><![CDATA[Assim como os Messengers, o Linux ganhou muito terreno na edição de vídeo, do amador ao profissional]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-142" title="videos_linux" src="http://educarrega.wordpress.com/files/2009/11/videos_linux1.png" alt="videos_linux" width="499" height="178" /></p>
<p>Assim como os Messengers, o Linux ganhou muito terreno na edição de vídeo, do amador ao profissional.</p>
<p>Muitos exemplos podem ser conferidos no site brazuca www.estudiolivre.org, contendo centenas de tutoriais de como utilizar vários softwares, e criar edições avançados, mas como tudo tem uma pitada técnica, aqui vai minha dica para o usuário normal, que quer apenas jogar os vídeos de sua câmera digital no seu linux, juntar tudo e gerar um DVD para galera ver naquele churrasquinho de fim de semana.</p>
<p>Com foco no usuário final, esta abordagem somente avalia e indica softwares com interface gráfica, deixando os de terminais para os mais radicais de lado.</p>
<p>Primeiros passos, o conceito de Edição, Conversão, Ripagem e Captura:</p>
<h2>Edição</h2>
<p>É a manipulação de efeitos sobre os quadros, efetuar clips e cortes, inserir textos e imagens, criando um novo vídeo à partir de várias fontes.<br />
Considero também montar seu próprio DVD como edição.</p>
<h2>Conversão</h2>
<p>É transformar um vídeo inteiro ou parte dele, em outro formato para exibição em outros dispositivos.</p>
<h2>Ripagem</h2>
<p>Parecido com a conversão, mas com uma pitada de edição, normalmente associado à cópia de DVDs para formatos compactados como OGM, XVID, DIVX, MKV, AVI, MPEG, e outros do gêneros que hoje alimentam em larga escala a indústria da pirataria do cinema na internet e na banca de camelo mais próxima de você.</p>
<h2>Captura</h2>
<p>Obter vídeo de dispositivos digitais, fitas, câmeras profissionais.</p>
<p>Vamos conhecê-los mais a fundo então: <!--nextpage--></p>
<h1>Edição</h1>
<h2>OpenShot</h2>
<p><a href="http://www.jesusda.com/blogpics/openshot_preview-after.png"><img src="http://www.jesusda.com/blogpics/openshot_preview-after.png" alt="http://www.jesusda.com/blogpics/openshot_preview-after.png" width="500" height="428" /></a></p>
<p>Certamente o mais fácil de todos os bons editores não lineares, este eu instalaria para minha vovó!<br />
Possui excelentes recursos e efeitos, importa imagens, musicas, vídeos de todos os formatos, e com vasta capacidade de exportação.<br />
Nativo para Gnome, roda em KDE perfeitamente.<br />
Disponível nos repositórios do Ubuntu<br />
Site:<a href="http://www.openshotvideo.com/"> http://www.openshotvideo.com/</a></p>
<h2>Kdenlive</h2>
<p><a href="http://www.kdenlive.org/sites/default/files/images/kdenlive-main-window.preview.png"><img title="Main window" src="http://www.kdenlive.org/sites/default/files/images/kdenlive-main-window.preview.png" alt="Main window" width="500" height="347" /></a></p>
<p>Absolutamente completo, perfeito desde a edição caseira até as mais complexas, com criação de clips, importação de diversos formatos de vídeo, imagens e audio;<br />
Roda em praticamente qualquer plataforma, desde Linux, Mac, Windows, VirtalBox, Freebsd entre outros.<br />
Como um usuário um pouco mais experiente, certamente esta seria a escolha perfeita como editor de vídeo padrão.<br />
Nativo para KDE, roda em Gnome perfeitamente.<br />
Disponível nos repositórios do Ubuntu<br />
Site: <a href="http://www.kdenlive.org/">http://www.kdenlive.org/</a></p>
<h2>Cinelerra-CV</h2>
<p><a href="http://heroinewarrior.com/livevideo.jpg"><img src="http://heroinewarrior.com/livevideo.jpg" alt="http://heroinewarrior.com/livevideo.jpg" width="500" height="375" /></a></p>
<p>Esse é o sabichão do pedaço, pau-a-pau com Adobe Premier em recursos profissionais, e tão complexo quanto.<br />
Altamente recomendado para pequenas produtoras de vídeo, profissionais do meio e nerds de plantão com tempo sobrando.<br />
Desaconselhável para o usuário comum, devido a longa curva de aprendizado.<br />
Disponível nos repositórios PPA (Ubuntu)<br />
Site: <a href="http://cinelerra.org/">http://cinelerra.org/</a></p>
<h2>Devede</h2>
<p><a href="http://www.estudiolivre.org/img/wiki_up/002.png"><img style="border:0 none;" src="http://www.estudiolivre.org/img/wiki_up/002.png" border="0" alt="" width="500" height="370" /></a></p>
<p>Ideal para montar seu DVD com menus, capítulos, em todos os formatos aceitos pelos aparelhos de DVD.<br />
Operação muito intuitiva e simples, ótimo para ter como padrão no seu computador de casa.<br />
Roda em Linux e Windows.<br />
Nativo Gnome, roda em KDE.<br />
Site: <a href="http://www.rastersoft.com/programas/devede.html">http://www.rastersoft.com/programas/devede.html</a><br />
Tutoriais: <a href="http://www.estudiolivre.org/tiki-index.php?page=DeVeDe">http://www.estudiolivre.org/tiki-index.php?page=DeVeDe</a></p>
<p><!--nextpage--></p>
<h1>Conversão</h1>
<h2>Avidemux</h2>
<p><a href="http://files.cyberciti.biz/uploads/faq/2009/08/ubuntu-avidemux-video-editor.png"><img src="http://files.cyberciti.biz/uploads/faq/2009/08/ubuntu-avidemux-video-editor.png" alt="http://files.cyberciti.biz/uploads/faq/2009/08/ubuntu-avidemux-video-editor.png" width="501" height="380" /></a></p>
<p>Uma delícia de lidar, converte quase tudo em quase todos, com direito a unir vídeos e selecionar na linha do tempo o pedaço desejado.<br />
Ideal para pegar aqueles vídeos de celulares naquele formato que niguém sabe qual é, converter em avi/mpeg para jogar no Youtube.<br />
Versões para Linux e Windows.<br />
Disponível nos repositórios do Ubuntu.<br />
Nativo Gnome, roda em KDE.<br />
Site: <a href="http://www.avidemux.org/">http://www.avidemux.org/</a></p>
<h2>Winff</h2>
<p><a href="http://winff.org/images/screenshots/winff_1.1.1_ubuntu.png"><img src="http://winff.org/images/screenshots/winff_1.1.1_ubuntu.png" alt="http://winff.org/images/screenshots/winff_1.1.1_ubuntu.png" width="501" height="359" /></a></p>
<p>Meio tosco, mas converte de tudo também, inclusive com trabalhos em lote que é seu diferencial, porém sem linha do tempo.<br />
Disponível nos repositórios do Ubuntu<br />
Nativo Gnome, roda em KDE<br />
Site: <a href="http://winff.org/">http://winff.org/</a></p>
<p><!--nextpage--></p>
<h1>Ripagem/DVD</h1>
<h2>k9Copy</h2>
<p><a href="http://sourceforge.net/dbimage.php?id=93563"><img src="http://sourceforge.net/dbimage.php?id=93563" alt="http://sourceforge.net/dbimage.php?id=93563" width="500" height="387" /></a></p>
<p>É o Dvd-Shrink nativo para Linux, ideal para converter num DVD de 4gb aquele filme que alugou na locadora e ficou com dó de devolver.<br />
Muitas opções de menu, linguagens, legendas, altamente configurável e ideal para os mais exigentes, ou daqueles que já utilizavam o DVD-Shrink do Windows.<br />
Disponível nos repositórios do Ubuntu<br />
Nativo KDE, roda em Gnome<br />
Site: <a href="http://k9copy.sourceforge.net/">http://k9copy.sourceforge.net/</a></p>
<h2>DVD::rip</h2>
<p><a href="http://www.exit1.org/dvdrip/doc/img/shots/clip_zoom.png"><img src="http://www.exit1.org/dvdrip/doc/img/shots/clip_zoom.png" alt="" width="500" height="485" /></a></p>
<p>Lembra o Gordian do Windows? este faz o mesmo serviço!<br />
Converter seus DVDs em Divx e Xvid, MKV, OGG, alem de recursos interessantes com cropar os vídeos.<br />
Requer mais conhecimento técnico, porém nada absurdo para um bom curioso.<br />
Nativo Gnome, roda em KDE.<br />
Site: <a href="http://www.exit1.org/dvdrip/">http://www.exit1.org/dvdrip/</a></p>
<h2>Handbreak</h2>
<p><a href="http://handbrake.fr/images/screenshots/Linux_Main.png"><img src="http://handbrake.fr/images/screenshots/Linux_Main.png" alt="http://handbrake.fr/images/screenshots/Linux_Main.png" width="500" height="308" /></a></p>
<p>É multiplataforma, roda em Linux, Mac e Windows, quer ser o bam-bam-bam!<br />
Conversão de DVD para MPEG-4,<br />
É compatível com equipamentos como: Apple TV, iPod, iPhone, Xbox 360, PlayStation 3 e PSP.<br />
Ideal para ripar DVDs e séries de televisão e exportar os arquivos de vídeo gerados em formato compatível com o iPod, iPod Touch o iPhone, entre outros.<br />
Disponível nos repositórios do Ubuntu<br />
Site: <a href="http://handbrake.fr/">http://handbrake.fr/</a> &#124; <a href="http://pt.wikipedia.org/wiki/HandBrake">http://pt.wikipedia.org/wiki/HandBrake</a></p>
<h2>XDVDshrink</h2>
<h2><img class="alignnone" style="border:0 none;" src="http://dvdshrink.sourceforge.net/dvdshrink261-1.png" border="0" alt="Sourceforge screenshots page" width="350" height="295" /></h2>
<p>Outro clone do DVD Shrink, michuruca mas eficiente, opções básicas e funcionais.<br />
Nativo Gnome, roda em KDE.<br />
Site: <a href="http://dvdshrink.sourceforge.net/">http://dvdshrink.sourceforge.net/</a></p>
<h2>DVD95</h2>
<h2><img class="alignnone" src="http://dvd95.sourceforge.net/images/Capture-DVD%209%20to%205-1.png" alt="screenshot" width="429" height="641" /></h2>
<p>Minimalista ao extremo, bonitinho, e simples de usar, para quem não quer personalizar demais suas copias de DVD, esta é a opção.<br />
Com certeza, para um usuário iniciante, seria o mais recomendável.<br />
Nativo Gnome, roda em KDE.<br />
Disponível nos repositórios do Ubuntu.<br />
<a href="http://dvd95.sourceforge.net/">Site: http://dvd95.sourceforge.net/</a></p>
<p><!--nextpage--></p>
<h1>Captura</h1>
<h2>Kino</h2>
<p><a href="http://files.cyberciti.biz/uploads/faq/2009/08/kino-GTK-gnome-based-non-linear-digital-video-editor.png"><img class="size-full wp-image-4878" title="Linux Kino  GTK Gnome Based Non Linear Digital Video Editor" src="http://files.cyberciti.biz/uploads/faq/2009/08/kino-GTK-gnome-based-non-linear-digital-video-editor.png" alt="Fig.04: Kino Main Window (image credit - Kino porject)" width="500" height="448" /></a></p>
<p>Facilidade de conexão com dispositivos de DV (Digital Vídeo), e transferência pela porta Firewire.<br />
Nativo Gnome, roda em KDE.<br />
Disponível nos repositórios do Ubuntu.<br />
Site: <a href="http://sourceforge.net/projects/kino/">http://sourceforge.net/projects/kino/</a><br />
Tutorial: <a href="http://estudiolivre.org/tiki-index.php?page=KinoManualBasico">http://estudiolivre.org/tiki-index.php?page=KinoManualBasico</a></p>
<h2>Pitivi</h2>
<p><a class="image" title="Capture-PiTiVi v0.13.0.1.jpg" href="http://www.pitivi.org/wiki/Image:Capture-PiTiVi_v0.13.0.1.jpg"><img src="http://www.pitivi.org/images/thumb/8/80/Capture-PiTiVi_v0.13.0.1.jpg/400px-Capture-PiTiVi_v0.13.0.1.jpg" border="0" alt="" width="400" height="294" /></a></p>
<p>Versão mais simples para quem deseja mesmo extrair o filme de sua DV, conexão pela Firewire.<br />
Nativo Gnome, roda em KDE.<br />
Disponível nos repositórios do Ubuntu.<br />
site: <a href="http://www.pitivi.org/wiki/Main_Page">http://www.pitivi.org/wiki/Main_Page</a></p>
<p><!--nextpage--></p>
<h1>Leitura recomendada:</h1>
<p>10 programas para transformar seu Ubuntu num Estúdio de Vídeo<br />
http://www.estudiolivre.org/tiki-view_blog_post.php?blogId=42&#38;postId=1044</p>
<p>Top 5 dos editores de vídeo para Linux<br />
<a href="http://www.cyberciti.biz/faq/top5-linux-video-editing-system-software/"> http://www.cyberciti.biz/faq/top5-linux-video-editing-system-software/</a></p>
<p>Top 10 dos editores de vídeo para Windows<br />
<a href="http://blog.taragana.com/index.php/archive/top-10-video-editing-software/">http://blog.taragana.com/index.php/archive/top-10-video-editing-software/</a></p>
<p>Muitos tutoriais sobre vídeo no Linux<br />
<a href="http://estudiolivre.org/tiki-index.php?page=V%C3%ADdeo&#38;bl">http://estudiolivre.org/tiki-index.php?page=V%C3%ADdeo&#38;bl</a></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:8190px;width:1px;height:1px;">
<h1>10 programas para transformar seu Ubuntu num Estúdio de Vídeo</h1>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adtec Encoders Send Four Concurrent GIGE Routes per Destination]]></title>
<link>http://blog.satcomresources.com/2009/11/02/adtec-hd422-encoders-send-four-concurrent-gige-routes-per-destination/</link>
<pubDate>Mon, 02 Nov 2009 22:37:42 +0000</pubDate>
<dc:creator>satcomresources</dc:creator>
<guid>http://blog.satcomresources.com/2009/11/02/adtec-hd422-encoders-send-four-concurrent-gige-routes-per-destination/</guid>
<description><![CDATA[Adtec&#8217;s HD422 Encoders can send Four CONCURRENT (same time) GIGE routes (IP destinations) of t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Adtec&#8217;s <a href="http://www.satcomresources.com/ADTEC-mediaHUB-HD-422-Encoder"><b>HD422 Encoders</b></a> can send Four CONCURRENT (same time) GIGE routes (IP destinations) of the transport stream with unique configuration and FEC (SMPTE 2022) setting per destination! These routes are concurrent with ASI operational and internal constant capture with the hard drive if the TS rate is lower than 40 Mbs (old PATA hard drive limitation). </p>
<p><img src="http://www.satcomnow.com/satcom/images/diagrams/ADTEC_4IP_d1.jpg" /></p>
<p>Adtec HD422 can encode four (4) MPEG 1 Layer 2 {they even support phase alignment of the MPEG 1 Layer 2 audio allowing surround sound without external processors when using the Tandberg TT1290 IRD}. Encoding also supports two (2) Dolby AC3 and two (2) MPEG 1 Layer 2 or any combination up to two each. Example, Encode one (1) Dolby AC3 and encode three (3) MPEG 1 Layer 2 audios.</p>
<p>Adtec can passthrough Dolby AC3/5.1/E, LPCM and Linear Acoustic E2. Passthrough support is via SDI and or AES. We can passthrough up to two (2) compressed Dolby (AC3/5.1/E) or Linear Acoustic E2 or two (2) SMPTE 302M (LPCM) audio streams. Dolby E, E2 and LPCM each take 2.308 Mbs.</p>
<p>Throughput for the 2.308 data rate:<br />
Dolby E supports 4&#215;2 or 5.1+2 (8 channels)<br />
LPCM supports stereo audio (2 channels)<br />
Linear Acoustic Stream Stacker E2 supports two (2) sets 4&#215;2 or 5.1+2 or a total of sixteen (16) channels. E2 is equivalent to two (2) Dolby E boxes.<br />
Base model NTT 9100 can pass one SMPTE 302M (nomenclature they use for Dolby E) and encode 2 MPEG 1 Layer 2. By adding NTTs additional audio board, they can pass two (2) SMPTE302M and even claim to pass four (4) with a very unique method with no audio encode capabilities with either two (2) or four (4) Dolby E passthrough. NTT is limited to TWO PIDs total when in passthrough mode. They claim they can passthrough four (4) Dolby E by combining two Dolby E payloads per AES3. This requires external audio processing to mix two Dolby E payloads onto a 96 Khz AES3 interface and requires sharing a single PID for two (2) Dolby E payloads. NTTs four (4) Dolby E passthrough lacks interoperability and Adtec deems it as very fragile because there is no control or monitoring at the transport layer nor lip sync adjustment per Dolby E stream; they are grouped in pairs of Dolby E. Simply put, they adjust the PID therefor both audios get the same adjustment. I would argue that Adtec and NTT can both passthrough two (2) Dolby E payloads. The Adtec  advantage is  the ability to pass two (2) and still encode two (2) MPEG 1 Layer 2 audios.<br />
<img src="http://www.satcomnow.com/satcom/images/diagrams/ADTEC_Bars_Tones_d1.jpg" /><br />
<a href="http://www.satcomresources.com/satcomvsat/MPEG-Encoders">&#8230;for more on <b>MPEG Encoders</b></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cewek Indonesia Bugil]]></title>
<link>http://andy15.wordpress.com/2009/11/01/cewek-indonesia-bugil/</link>
<pubDate>Sun, 01 Nov 2009 10:26:27 +0000</pubDate>
<dc:creator>andy15</dc:creator>
<guid>http://andy15.wordpress.com/2009/11/01/cewek-indonesia-bugil/</guid>
<description><![CDATA[Mau download video bokep terbaru&#8230;???? atau mau nambah koleksi terbaru kamu&#8230;&#8230;..????]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Mau download video bokep terbaru&#8230;???? atau mau nambah koleksi terbaru kamu&#8230;&#8230;..?????atao pengen cari referensi tentang sex&#8230;&#8230;&#8230;..??????? caranya gampang kok&#8230; tinggal <a href="http://BENJENG.INFO"><strong><em>download disini</em></strong></a></p>
<div>woman on top, <a id="post_tag-check-num-1"></a> video miyabi, <a id="post_tag-check-num-2"></a> sora aoi,Smp negeri26 ngentot, <a id="post_tag-check-num-4"></a> sex, <a id="post_tag-check-num-5"></a> ngesex,<a id="post_tag-check-num-6"></a> ngentot, <a id="post_tag-check-num-7"></a> naked,<a id="post_tag-check-num-8"></a> miyabi, <a id="post_tag-check-num-9"></a>maria ozawa miyabi, <a id="post_tag-check-num-10"></a> mahasiswa bugil,japan avi, <a id="post_tag-check-num-12"></a>hot models, <a id="post_tag-check-num-13"></a> hot, <a id="post_tag-check-num-14"></a> download bokep full version, <a id="post_tag-check-num-15"></a> download bokep, <a id="post_tag-check-num-16"></a> doggy style, <a id="post_tag-check-num-17"></a> cewek smp ngentot, <a id="post_tag-check-num-18"></a>cewek sma, bugil <a id="post_tag-check-num-19"></a> ,cewek mahasiswa ,ngentot <a id="post_tag-check-num-20"></a> cewek, bugil, <a id="post_tag-check-num-21"></a> bugil, <a id="post_tag-check-num-22"></a> blonde, <a id="post_tag-check-num-23"></a> amoy<a id="post_tag-check-num-24"></a>, 69 ,<a id="post_tag-check-num-25"></a> 17 tahun, <a id="post_tag-check-num-26"></a> mpeg, <a id="post_tag-check-num-27"></a>.avi, <a id="post_tag-check-num-28"></a>.3gp CEWEK SMA NGENTOT, <a id="post_tag-check-num-30"></a> toket gede, <a id="post_tag-check-num-31"></a> memek <a id="post_tag-check-num-32"></a> ,hot babes ,<a id="post_tag-check-num-33"></a> blow job, <a id="post_tag-check-num-34"></a> sex bebas, <a id="post_tag-check-num-35"></a> free sex <a id="post_tag-check-num-36"></a> ,poke ,<a id="post_tag-check-num-37"></a> Cewek Indonesia Bugil, <a id="post_tag-check-num-38"></a>dolly <a id="post_tag-check-num-39"></a> ,bandung lautan sex ,<a id="post_tag-check-num-40"></a> jakarta, <a id="post_tag-check-num-41"></a>surabaya, cewek UGM, cewek UNAIR</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Download bokep]]></title>
<link>http://hijaublogku.wordpress.com/2009/11/01/download-bokep/</link>
<pubDate>Sun, 01 Nov 2009 09:50:49 +0000</pubDate>
<dc:creator>hijaublogku</dc:creator>
<guid>http://hijaublogku.wordpress.com/2009/11/01/download-bokep/</guid>
<description><![CDATA[Anda mau download film-film hot masa kini&#8230;.?????ataau mau lihat koleksi terbaru tahun ini]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Anda mau download film-film hot masa kini&#8230;.?????ataau mau lihat koleksi terbaru tahun ini&#8230;.??? atau mau video dengan kategori berikut ini: 17 tahun, sex , amoy , doggy style , wonman on top, woman on top, naked, bugil, ngesex , ngentot , cewek bugil , 69, cewek sma bugil, cewek smp bugil,  mahasiswa bugil,  cewek smp,  ngentot,  cewek sma ngentot, cewek mahasiswa ngentot, download bokep,  download boke full version,  blonde,   hot, hot models  japan, avi  .3gp  .avi  .mpeg,  maria ozawa miyabi,  miyabi,  sora aoi,  video miyabi, Smp negeri 26 ngentot<a href="http://BENJENG.INFO"><strong><em>DOWNLOAD DISINI</em></strong></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tipard iPod + iPhone PC Suite 4.0.16]]></title>
<link>http://soft1wares.wordpress.com/2009/10/23/tipard-ipod-iphone-pc-suite-4-0-16/</link>
<pubDate>Fri, 23 Oct 2009 13:45:51 +0000</pubDate>
<dc:creator>chicsoft</dc:creator>
<guid>http://soft1wares.wordpress.com/2009/10/23/tipard-ipod-iphone-pc-suite-4-0-16/</guid>
<description><![CDATA[  Tipard iPod e iPhone PC Suite es la ronda de todos los iPod iPhone software para transferir archiv]]></description>
<content:encoded><![CDATA[  Tipard iPod e iPhone PC Suite es la ronda de todos los iPod iPhone software para transferir archiv]]></content:encoded>
</item>
<item>
<title><![CDATA[SHOWREEL ]]></title>
<link>http://telosfilm.wordpress.com/2009/10/22/3/</link>
<pubDate>Thu, 22 Oct 2009 18:46:51 +0000</pubDate>
<dc:creator>telosfilm</dc:creator>
<guid>http://telosfilm.wordpress.com/2009/10/22/3/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/c9rKYvXW3vg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/c9rKYvXW3vg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/J-T-PZDfDTg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/J-T-PZDfDTg&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/P-YOpagibZs&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/P-YOpagibZs&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/2uNi7oGakQc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/2uNi7oGakQc&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><!-- VZAAR START --></p>
<p><!-- VZAAR END --></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[WinX DVD Author - Free October 20 - 31, 2009]]></title>
<link>http://billmullins.wordpress.com/2009/10/21/winx-dvd-author-free-october-20-31-2009/</link>
<pubDate>Wed, 21 Oct 2009 16:40:01 +0000</pubDate>
<dc:creator>Bill Mullins</dc:creator>
<guid>http://billmullins.wordpress.com/2009/10/21/winx-dvd-author-free-october-20-31-2009/</guid>
<description><![CDATA[Giveaways seem to be all the rage these days on the Internet, and the developers of the highly recom]]></description>
<content:encoded><![CDATA[Giveaways seem to be all the rage these days on the Internet, and the developers of the highly recom]]></content:encoded>
</item>
<item>
<title><![CDATA[How 2 Find EVERYTHING uploaded on Rapidshare]]></title>
<link>http://broycenter.wordpress.com/2009/10/21/how-2-find-everything-uploaded-on-rapidshare/</link>
<pubDate>Wed, 21 Oct 2009 12:17:37 +0000</pubDate>
<dc:creator>broycenter</dc:creator>
<guid>http://broycenter.wordpress.com/2009/10/21/how-2-find-everything-uploaded-on-rapidshare/</guid>
<description><![CDATA[How 2 Find EVERYTHING uploaded on Rapidshare All rapidshare.de Downloads: /http://www.google.com/sea]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>How 2 Find EVERYTHING uploaded on Rapidshare</p>
<p>All rapidshare.de Downloads:<br />
/http://www.google.com/search?hl=en&#38;lr=&#38;as_qdr=all&#38;q=+.*+site%3Arapidshare.de</p>
<p>Apps Rapidshare.de Downloads:<br />
/http://www.google.com/search?hl=en&#38;lr=&#38;as_qdr=all&#38;q=.cab+OR+.exe+OR+.rar+OR+.zip+site%3Arapidshare.de&#38;btnG=Search</p>
<p>Movies rapidshare.de Downloads:<br />
/http://www.google.com/search?hl=en&#38;lr=&#38;as_qdr=all&#38;q=+.Avi+OR+.mpg+OR+.mpeg+site%3Arapidshare.de&#38;btnG=Search</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ImTOO MPEG Encoder Ultimate 5.1.26.1016]]></title>
<link>http://freemediasite.wordpress.com/2009/10/20/imtoo-mpeg-encoder-ultimate-5-1-26-1016/</link>
<pubDate>Tue, 20 Oct 2009 20:50:19 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid>http://freemediasite.wordpress.com/2009/10/20/imtoo-mpeg-encoder-ultimate-5-1-26-1016/</guid>
<description><![CDATA[DOWNLOAD NOW! Описание: Вышла новая версия программы ImTOO MPEG Encoder Ultimate &#8211; самый мощны]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p></p>
<div style="text-align:center;"><img src="http://freemediasite.wordpress.com/files/2009/10/imtoo-mpeg.jpg" alt="ImTOO MPEG Encoder Ultimate 5.1.26.1016" /><br />
<br /><a href="http://letitbit.net/download/0406.0ea181a73a56d5eb31e56edb7c/ImTMPEG.Enc.Ulti.5.1.26.1016.rar.html">DOWNLOAD NOW!</a></div>
<p></p>
<div style="font-style:italic;">Описание: </div>
<p></p>
<div style="text-align:justify;">Вышла новая версия программы ImTOO MPEG Encoder Ultimate &#8211; самый мощный из линейки от ImTOO Software Studio, высококачественный конвертор широкого спектра видео-файлов . Позволяет конвертировать файлы любых форматов, таких как AVI, MPEG, DivX, WMV, MP4, MOV, FLV, 3GP, PSP MPEG-4, iPod MPEG-4 и т.д. Помимо этого программа может извлекать аудиодорожку из видео-файлов, конвертировать большинство популярных звуковых форматов, таких как MP3, WMA, WAV, AAC, M4A и т.д. С помощью ImTOO MPEG Encoder можно быстро и с высоким качеством конвертировать любой файл в мобильные форматы 3GP, FLV, PSP, Zune, iPod, iPhone, Apple TV для дальнейшего использования в портативных устройствах. Имеется два режима работы программы: расширенны и пошаговый, с помощником. Начинающему пользователю легче работать в пошаговом режиме, а опытному пользователю предоставляется возможность использовать множество настроек для конвертирования видео в расширенном режиме.<br />
<br />
<a href="http://fileshare.in.ua/2881017">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на FileShare.in.ua</a><br />
<a href="http://letitbit.net/download/0406.0ea181a73a56d5eb31e56edb7c/ImTMPEG.Enc.Ulti.5.1.26.1016.rar.html">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на letitbit.net</a><br />
<a href="http://vip-file.com/download/3729.3613d3653e98b034cd94cbad6d/ImTMPEG.Enc.Ulti.5.1.26.1016.rar.html">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на vip-file.com</a><br />
<a href="http://uploading.com/files/521eb7em/ImTMPEG.Enc.Ulti.5.1.26.1016.rar/">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на uploading.com</a><br />
<a href="http://hotfile.com/dl/15351088/15cd63a/ImTMPEG.Enc.Ulti.5.1.26.1016.rar.html">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на hotfile.com</a><br />
<a href="http://uploadbox.com/files/doL6YcVvG5">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на uploadbox.com</a><br />
<a href="http://up-file.com/download/6189.6b342f6f16685c267077b23878">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на up-file.com</a><br />
<a href="http://filesmonster.com/download.php?id=-ydSFj9yUZ7oA6tFZpFujdnfTz8OFa89z-AwSHTbj-8">Скачать ImTOO MPEG Encoder Ultimate 5.1.26.1016 на filesmonster.com</a>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data Compression]]></title>
<link>http://openpit.wordpress.com/2009/10/21/data-compression/</link>
<pubDate>Tue, 20 Oct 2009 16:02:32 +0000</pubDate>
<dc:creator>Philip Metzger</dc:creator>
<guid>http://openpit.wordpress.com/2009/10/21/data-compression/</guid>
<description><![CDATA[Todays world is an on line world. Those on line seek to share their experiences with others via imag]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><img class="alignleft" title="Compression data" src="http://plus.maths.org/issue23/features/data/data.jpg" alt="" width="350" height="316" /></p>
<p style="text-align:justify;">Todays world is an on line world. Those on line seek to share their experiences with others via images and videos. But this would all not be possible if it wasn&#8217;t for the data compression techniques. The reasons for this compression arise from the fact that there are transmission bandwidth limitations in place in order to give everyone fair access to the World Wide Web. Web administrators also look to cut as many costs as possible such as storage capacity in order to hold more for less.</p>
<p style="text-align:justify;">So how do we compress data then? Well the aim is to obtain a more efficient representation of the image while preserving the essential information  contained in the data. This is done by using clever information about how we perceive our environment. In images, not all the information is needed to represent it on a computer screen. This is due to the fact that the human eye is less sensitive to fine color detail than it is to fine brightness details due to the densities of receptors in the eye. The human eye is also good at seeing small differences in brightness over large areas but not exact strengths of high frequency brightness variations. This all simply means that the eye does not see all the colors in the environment and is also more sensitive to different brightness variations. Therefore by removing duplicate and redundant information, we can compress an image or video. However audio is a little more difficult due to the fact that our ears have a far more dynamic range of sounds than the eye has to pictures.</p>
<p style="text-align:justify;">There are two main types of compression being Lossless and Lossy. Lossless compression retains more data at the expensive to lower compression. It also offers the advantage that the image can be encoded/decoded without loss of information. Lossy on the other hand provides higher compression ratios though poorer image quality. Despite the loss of information, the lossy algorithms can encode and decode images without any &#8220;visual&#8221; difference (for the human eye) from the original image.</p>
<p style="text-align:justify;">To compress data, there are 5 main algorithms that exist. These being Run Length Encoding, Chain Coding, Vector Quantization, Arithmetic Coding, Predictive Coding. I shall not go into how each of these work, but if any of you need an explanation, leave a comment and ill be happy to explain it to you.<br />
In terms of compression, the choice of algorithm depends on 3 factors: compression efficiency, compression complexity and the distortion.</p>
<p style="text-align:justify;"><strong><span style="text-decoration:underline;">Image Compression<br />
</span></strong>A picture is worth a thousand words. But without compression techniques, how would we display the trillions of images on the WWW today.<br />
JPEG (Joint Photographic Expert Group) is the most popular image compression technique designed for gray scale and full color images of natural world scenes due to the fact more data can be removed and can be either simple or progressive for web pages. JPEG uses a lossy compression technique to exploit the known limitations of the human eye as mentioned above. It allows a trade-off between quality and size. The main disadvantage of this algorithm is the fact that repeated compression and decompression results in increased degradation. Gray scale images compress less than that of color images as the human is more sensitive to the brightness variations than to hue variations. Compression ratios of up to 20 to 1 are possible. The algorithm proceeds as follows:</p>
<ol style="text-align:justify;">
<li>Translate the image into a suitable color</li>
<li>Group the pixel values into 8&#215;8 blocks (experiment prove thats the best section size)</li>
<li>Apply a Discrete Cosine Transformation (DCT) &#8211; I assume you know what that is, if not drop me a comment</li>
<li>Divide each block by a separate quantization coefficient based on luminance and round the result to the nearest integer</li>
<li>Next to more encoding using either Huffman or arithmetic coding.</li>
<li>Output the image</li>
</ol>
<p style="text-align:justify;"><strong><span style="text-decoration:underline;">Video Compression</span></strong><br />
MPEG (Moving Pictures Expert Group) is one of the best compression techniques for videos and draws its inspiration from JPEG. It is used to represent video and audio signals exploiting more perceptual redundancies and allows for up to 30 to 1 compression ratios however audio is less due to the fact explained above<a title="Home" href="http://openpit.wordpress.com/" target="_blank">.</a> The algorithm basically predicts the  motion from frame to frame in the temporal direction, and then uses discrete cosine transforms to organize the redundancy in the spatial directions.</p>
<ol style="text-align:justify;">
<li>Convert the image to YUV space</li>
<li>Apply the discrete cosine transforms (DCTs) to 8&#215;8 blocks and use the luminance channel to predict the motion</li>
<li>Quantize the DCT coefficients</li>
<li style="text-align:justify;">Encode the DCT coefficients + parameters using Huffman/arithmetic coding</li>
</ol>
<p>There are many other compression techniques out there but I prefer to narrow it down to the mainstream techniques. For any other questions or more information related to this topic, please do not hesitate to drop us a comment.</p>
<ol style="text-align:justify;"></ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Codificando videos para Nokia 5800]]></title>
<link>http://intosuse.wordpress.com/2009/11/22/codificando-videos-para-nokia-5800/</link>
<pubDate>Sun, 22 Nov 2009 03:36:39 +0000</pubDate>
<dc:creator>intosuse</dc:creator>
<guid>http://intosuse.wordpress.com/2009/11/22/codificando-videos-para-nokia-5800/</guid>
<description><![CDATA[Hace poco compré un Nokia 5800, este equipo tienen una buena resolución 640&#215;360 ( en múltiplos ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://www.fonearena.com/blog/wp-content/uploads/2009/04/nokia5800_stand.jpg" alt="Nokia 5800" /></p>
<p>Hace poco compré un Nokia 5800, este equipo tienen una buena resolución 640&#215;360 ( en múltiplos de 8 ) y los vídeos se ven muy bien.</p>
<p>Estuve peleando con el avidemux y ffpmeg para poder convertir vídeos que funcionen. Supuestamente soporta H.264/MPEG-4, pero hay algo que no funciona bien, incluso hay vídeos que se ven bien en un N96 pero no en este. Con el avidemux logré hacerlo pero sólo se escuchaba el audio y era necesario avanzar y retroceder el vídeo hasta que muestre una imagen.</p>
<p>Hasta que finalmente di con Handbrake (http://handbrake.fr/), disponible en los repositorios packman (handbrake-gtk), con este software logré codificar vídeos que funcionen sin problema.<br />
La configuración que utilicé es la siguiente:</p>
<p><code>Format: MP4<br />
Video &#62;<br />
     Video Codec: MPEG-4 (ffmpeg)<br />
     Bitrate: 700<br />
Audio &#62;<br />
     Codec: AAC<br />
     Sample rate: 44.1</code></p>
<p>En las dimensiones (Picture Settings), el Alignment en 8.<br />
En cuanto al tamaño, depende del vídeo origen, como máximo recomiendo 640&#215;360.</p>
<p><img src="http://nokiaexperts.com/articleimages/2009/03/nokia5800xpressmusic_1.jpg" alt="Nokia5800" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pussycat Dolls ft A.R.Rahman - Jai Ho! (You Are My Destiny) (HD_1080i)]]></title>
<link>http://bmusicvideo.wordpress.com/2009/03/13/pussycat-dolls-ft-a-r-rahman-jai-ho-you-are-my-destiny-hd_1080i/</link>
<pubDate>Fri, 13 Mar 2009 17:07:55 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2009/03/13/pussycat-dolls-ft-a-r-rahman-jai-ho-you-are-my-destiny-hd_1080i/</guid>
<description><![CDATA[Видео, премьера которого состоялась в марте 2009 года, было снято Pussycat Dolls в сотрудничестве с ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><img class="alignleft" style="border:2px solid black;" title="Doll Domination" src="http://ecx.images-amazon.com/images/I/61YerkKEaCL._SS500_.jpg" alt="" width="150" height="150" /><span style="font-weight:normal;">Видео, премьера которого состоялась в марте 2009 года, было снято Pussycat Dolls в сотрудничестве с индийским певцом и продюсером <a href="http://ru.wikipedia.org/wiki/Рахман,_Алла_Ракха" target="_self">A.R.Rahman</a>. Композиция прозвучавшая в клипе является ремиксом популярной в индии песни Jai Ho, а в 2009 году она вошла в переизданный альбом Doll Domination. Скачать клип в HD качестве можно по ссылке</span><span style="font-weight:normal;">, характеристики ниже, а превью можно глянуть <a href="http://www.youtube.com/watch?v=rV0L53_n-3Q" target="_self">тут</a>.</span></h3>
<p><span style="font-weight:normal;"><a href="http://narod.ru/disk/14773631000/Pussycat%20Dolls%2C%20The%20ft%20A.R.Rahman%20-%20Jai%20Ho%20(HD_1080i).mpg.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a><br />
</span></p>
<p style="text-align:left;">___________________________________________________________________________________________</p>
<p style="text-align:left;"><!--more--></p>
<ul>
<li><span style="font-weight:normal;">Jai Ho! (You Are My Destiny)</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/pussycat-dolls" target="_self"><span style="font-weight:normal;">Pussycat Dolls</span></a><span style="font-weight:normal;"> ft </span><a href="http://bmusicvideo.wordpress.com/tag/a-r-rahman/" target="_self"><span style="font-weight:normal;">A.R.Rahman</span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/doll-domination" target="_self"><span style="font-weight:normal;">Doll Domination</span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/thomas-kloss" target="_self"><span style="font-weight:normal;">Thomas Kloss</span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2009" target="_self"><span style="font-weight:normal;">2009</span></a><span style="font-weight:normal;"> </span><a href="http://bmusicvideo.wordpress.com/tag/interscope" target="_self"><span style="font-weight:normal;">Interscope</span></a></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hd" target="_self"><span style="font-weight:normal;">HD</span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="font-weight:normal;">MPEG</span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: MPEG1 Audio</span></li>
<li><span style="font-weight:normal;">Видео: 1920&#215;1080 at 25.000 fps ~ 15.8 Mbps</span></li>
<li><span style="font-weight:normal;">Аудио: 48000 Hz 2ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 415 Mb</span></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Madonna ft Justin Timberlake &amp; Timbaland - 4 Minutes (HDTV_1080i_Palladia)]]></title>
<link>http://bmusicvideo.wordpress.com/2008/03/17/madonna-ft-justin-timberlake-timbaland-4-minutes-hdtv_1080i_palladia/</link>
<pubDate>Mon, 17 Mar 2008 00:47:01 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2008/03/17/madonna-ft-justin-timberlake-timbaland-4-minutes-hdtv_1080i_palladia/</guid>
<description><![CDATA[Видео на первый сингл американской автора-исполнителя Мадонны из её одиннадцатого студийного альбома]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><img class="alignleft" style="border:2px solid black;" title="4 minutes" src="http://upload.wikimedia.org/wikipedia/en/f/f5/Madonna_4_Minutes_Coverart.png" alt="" width="150" height="150" /><span style="font-weight:normal;">Видео на первый сингл американской автора-исполнителя Мадонны из её одиннадцатого студийного альбома Hard Candy, выпущенный 17 марта 2008. Видеоклип снимался в Лондоне с 30 января до 2 февраля 2008 при участии Джастина Тимберлейка и Тимбаланда. Режиссёром выступил французский дуэт </span><a href="http://en.wikipedia.org/wiki/Jonas_%26_François" target="_self"><span style="font-weight:normal;">Jonas &#38; François</span></a><span style="font-weight:normal;"> (информация для поста позаимствована из русской версии </span><a href="http://ru.wikipedia.org/wiki/Заглавная_страница" target="_self"><span style="font-weight:normal;">Wikipedia.org</span></a><span style="font-weight:normal;">) Далее обычный набор информации о качестве записи и ссылка на </span><span style="font-weight:normal;">яндекс.диск</span><span style="font-weight:normal;">.</span></h3>
<p><span style="font-weight:normal;"><a style="text-decoration:none;" href="http://narod.ru/disk/15045664000/Madonna%20ft%20Justin%20Timberlake%20%26%20Timbaland%20-%204%20Minutes%20(HDTV_1080i_Palladia).mpg.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a></span></p>
<p>___________________________________________________________________________________________</p>
<p><!--more--></p>
<ul>
<li><span style="font-weight:normal;">4 Minutes</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/madonna" target="_self"><span style="font-weight:normal;">Madonna</span></a><span style="font-weight:normal;"> ft </span><a href="http://bmusicvideo.wordpress.com/tag/justin-timberlake" target="_self"><span style="font-weight:normal;">Justin Timberlake</span></a><span style="font-weight:normal;"> &#38; </span><a href="http://bmusicvideo.wordpress.com/tag/timbaland" target="_self"><span style="font-weight:normal;">Timbaland</span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/hard-candy" target="_self"><span style="font-weight:normal;">Hard Candy</span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/jonas-francois" target="_self"><span style="font-weight:normal;">Jonas &#38; Francois</span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2008" target="_self"><span style="font-weight:normal;">2008</span></a><span style="font-weight:normal;"> </span><span style="font-weight:normal;"><a href="http://bmusicvideo.wordpress.com/tag/warner-bros-records" target="_self">Warner Bros. Records</a></span></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hdtv" target="_self"><span style="font-weight:normal;">HDTV</span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="font-weight:normal;">MPEG</span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: AC3</span></li>
<li><span style="font-weight:normal;">Видео: 1920&#215;1080 at 29.970 fps ~ 17.5 Mbps</span></li>
<li><span style="font-weight:normal;">Аудио: 48000Hz 2ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 510 Mb</span></li>
</ul>
<p><img class="size-full wp-image-771 alignleft" title="2r4prmh" src="http://bmusicvideo.wordpress.com/files/2009/11/2r4prmh1.jpg" alt="2r4prmh" width="632" height="768" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fergie ft Ludacris - Glamorous (HDTV_1080i_Palladia)]]></title>
<link>http://bmusicvideo.wordpress.com/2007/02/07/fergie-ft-ludacris-glamorous-hdtv_1080i_palladia/</link>
<pubDate>Wed, 07 Feb 2007 17:18:33 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2007/02/07/fergie-ft-ludacris-glamorous-hdtv_1080i_palladia/</guid>
<description><![CDATA[Видео на третий сингл Fergie с её сольного альбома The Dutchess. Режиссером видео стал Dave Meyers, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="border:2px solid black;" title="dutchess" src="http://g-ecx.images-amazon.com/images/G/01/ciu/70/58/48eff0cdd7a0c41c03118110.L.jpg" alt="" width="150" height="150" /></p>
<h3><span style="font-weight:normal;">Видео на третий сингл Fergie с её сольного альбома The Dutchess. Режиссером видео стал </span><a href="http://en.wikipedia.org/wiki/Dave_Meyers_(director)" target="_self"><span style="font-weight:normal;">Dave Meyers</span></a><span style="font-weight:normal;">, снимающий музыкальные клипы с 1997 года. Описание и иллюстрации под катом, ссылка на скачивание ниже</span><span style="font-weight:normal;">.</span></h3>
<p>&#160;</p>
<p>&#160;</p>
<p><span style="font-weight:normal;"><a href="http://narod.ru/disk/14857826000/Fergie%20ft%20Ludacris%20-%20Glamorous%20(HDTV_1080i_Palladia).mpg.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a><br />
</span></p>
<p>___________________________________________________________________________________________</p>
<p><!--more--></p>
<ul>
<li><span style="font-weight:normal;">Glamorous</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/fergie" target="_self"><span style="font-weight:normal;">Fergie</span></a><span style="font-weight:normal;"> ft </span><a href="http://bmusicvideo.wordpress.com/tag/ludacris" target="_self"><span style="font-weight:normal;">Ludacris</span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/the-dutchess" target="_self"><span style="font-weight:normal;">The Dutchess</span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/dave-meyers" target="_self"><span style="font-weight:normal;">Dave Meyers</span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2007" target="_self"><span style="font-weight:normal;">2007</span></a><span style="font-weight:normal;"> </span><a href="http://bmusicvideo.wordpress.com/tag/will-i-am" target="_self"><span style="font-weight:normal;">Will I Am</span></a><span style="font-weight:normal;">/</span><a href="http://bmusicvideo.wordpress.com/tag/am" target="_self"><span style="font-weight:normal;">A&#38;M</span></a></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hdtv" target="_self"><span style="font-weight:normal;">HDTV</span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="font-weight:normal;">MPEG</span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: AC3</span></li>
<li><span style="font-weight:normal;">Видео: 1920&#215;1080 at 29.970 fps ~ 17.7 Mbps</span></li>
<li><span style="font-weight:normal;">Аудио: 48000Hz 2ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 524 Mb</span></li>
</ul>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/5EL1ZQU4_8I&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/5EL1ZQU4_8I&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><img class="alignleft size-full wp-image-412" title="fergie" src="http://bmusicvideo.wordpress.com/files/2009/11/ipsao7.jpg" alt="fergie" width="632" height="766" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ashlee Simpson - La La (HDTV_1080i_Palladia)]]></title>
<link>http://bmusicvideo.wordpress.com/2004/11/22/ashlee-simpson-la-la-hdtv_1080i_palladia/</link>
<pubDate>Mon, 22 Nov 2004 16:43:50 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2004/11/22/ashlee-simpson-la-la-hdtv_1080i_palladia/</guid>
<description><![CDATA[Клип на песню из дебютного альбома Ashlee Simpson Autobiography. Режиссером видео стал Joseph Kahn, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="border:2px solid black;" title="Autobiography" src="http://upload.wikimedia.org/wikipedia/en/4/47/Ashlee_Simpson_-_La_La.jpg" alt="" width="150" height="150" /></p>
<h3><span style="font-weight:normal;">Клип на песню из дебютного альбома Ashlee Simpson Autobiography. Режиссером видео стал </span><a href="http://www.josephkahn.com/index.xml" target="_self"><span style="font-weight:normal;">Joseph Kahn</span></a><span style="font-weight:normal;">, снявший в 2004 году фильм </span><a href="http://www.kinopoisk.ru/level/1/film/17659/" target="_self"><span style="font-weight:normal;">Крутящий момент</span></a><span style="font-weight:normal;">. Подробное описание и иллюстрации ниже.</span></h3>
<p>&#160;</p>
<p>&#160;</p>
<p><span style="font-weight:normal;"><a href="http://narod.ru/disk/14780350000/Eminem%20-%20Lose%20Yourself%20(HDTV_1080i_MHD).ts.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a><br />
</span></p>
<p>___________________________________________________________________________________________</p>
<p><!--more--></p>
<ul>
<li><span style="font-weight:normal;">La La</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/ashlee-simpson" target="_self"><span style="font-weight:normal;">Ashlee Simson</span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/autobiography" target="_self"><span style="font-weight:normal;">Autobiography</span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/joseph-kahn" target="_self"><span style="font-weight:normal;">Joseph Kahn</span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2004" target="_self"><span style="font-weight:normal;">2004</span></a><span style="font-weight:normal;"> </span><a href="http://bmusicvideo.wordpress.com/tag/geffen-records" target="_self"><span style="font-weight:normal;">Geffen Records</span></a></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hdtv" target="_self"><span style="font-weight:normal;">HDTV</span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="font-weight:normal;">MPEG</span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: AC3</span></li>
<li><span style="font-weight:normal;">Видео: 1920&#215;1080 at 29.970 fps ~ 18.0 Mbps</span></li>
<li><span style="font-weight:normal;">Аудио: 48000Hz 2ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 473 Mb</span></li>
</ul>
<p><img class="alignleft size-full wp-image-343" title="28ri8h0" src="http://bmusicvideo.wordpress.com/files/2009/11/28ri8h0.jpg" alt="28ri8h0" width="632" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Black Eyed Peas - Let's Get It Started (HDTV_1080i_Palladia) ]]></title>
<link>http://bmusicvideo.wordpress.com/2004/05/01/black-eyed-peas-lets-get-it-started-hdtv_1080i_palladia/</link>
<pubDate>Fri, 30 Apr 2004 22:01:50 +0000</pubDate>
<dc:creator>Arhey</dc:creator>
<guid>http://bmusicvideo.wordpress.com/2004/05/01/black-eyed-peas-lets-get-it-started-hdtv_1080i_palladia/</guid>
<description><![CDATA[HDTV версия клипа, снятого режиссером Francis Lawrence, на сингл Let&#8217;s Get It Started с нашуме]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="border:2px solid black;" title="Elephunk" src="http://ecx.images-amazon.com/images/I/61KLEIUOZCL._SL500_AA280_.jpg" alt="" width="150" height="150" /></p>
<h3><span style="font-weight:normal;">HDTV версия клипа, снятого режиссером </span><a href="http://www.imdb.com/name/nm1349376/"><span style="font-weight:normal;">Francis Lawrence</span></a><span style="font-weight:normal;">, на сингл Let&#8217;s Get It Started с нашумевшего альбома Elephunk. Тех. данные и превью ниже.</span></h3>
<p>&#160;</p>
<p>&#160;</p>
<p><span style="font-weight:normal;"><a href="http://narod.ru/disk/14603530000/Black%20Eyed%20Peas%20-%20Let's%20Get%20It%20Started%20(HDTV_1080i_Palladia).mpg.html"><img class="alignright size-thumbnail wp-image-1376" title="Скачать" src="http://bmusicvideo.wordpress.com/files/2009/11/d181d0bad0b0d187d0b0d182d18c.png?w=150" alt="" width="150" height="20" /></a><br />
</span></p>
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">___________________________________________________________________________________________</p>
<p style="text-align:left;"><!--more--></p>
<ul>
<li><span style="font-weight:normal;">Let&#8217;s Get It Started</span></li>
<li><span style="font-weight:normal;">by </span><a href="http://bmusicvideo.wordpress.com/tag/black-eyed-peas/" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">Black Eyed Peas</span></span></span></a></li>
<li><span style="font-weight:normal;">from the albom </span><a href="http://bmusicvideo.wordpress.com/tag/elephunk" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">Elephunk</span></span></span></a></li>
<li><span style="font-weight:normal;">directed by </span><a href="http://bmusicvideo.wordpress.com/tag/francis-lawrence" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">Francis Lawrence</span></span></span></a></li>
<li><span style="font-weight:normal;">© </span><a href="http://bmusicvideo.wordpress.com/tag/2004" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">2004</span></span></span></a><span style="font-weight:normal;"> </span><a href="http://bmusicvideo.wordpress.com/tag/interscope" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">Interscope</span></span></span></a></li>
<p>&#160;</p>
<li><span style="font-weight:normal;">Качество: </span><a href="http://bmusicvideo.wordpress.com/tag/hdtv" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">HDTV</span></span></span></a></li>
<li><span style="font-weight:normal;">Формат: </span><a href="http://bmusicvideo.wordpress.com/tag/mpeg" target="_self"><span style="color:#000000;"><span style="text-decoration:none;"><span style="font-weight:normal;">MPEG</span></span></span></a></li>
<li><span style="font-weight:normal;">Видео кодек: MPEG2 Video</span></li>
<li><span style="font-weight:normal;">Аудио кодек: AC3</span></li>
<li><span style="font-weight:normal;">Видео: 1920&#215;1080 at 29.970 fps ~18 Mb/s</span></li>
<li><span style="font-weight:normal;">Аудио: 48000Hz 2ch 384Kbps</span></li>
<li><span style="font-weight:normal;">Размер: 506.6 Mb</span></li>
</ul>
<p style="text-align:left;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/3SzQty09N28&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/3SzQty09N28&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
