<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ffmpeg &#8211; Блогът на Юруков</title>
	<atom:link href="https://yurukov.net/blog/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>https://yurukov.net/blog</link>
	<description>Нещата които искам да споделя с другите</description>
	<lastBuildDate>Fri, 09 Apr 2010 23:56:23 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">1096121</site>	<item>
		<title>Encoding videos for LG Viewty KU990 on Linux</title>
		<link>https://yurukov.net/blog/2009/encoding-videos-for-lg-viewty-ku990-on-linux/</link>
					<comments>https://yurukov.net/blog/2009/encoding-videos-for-lg-viewty-ku990-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Боян Юруков]]></dc:creator>
		<pubDate>Sat, 03 Jan 2009 01:28:29 +0000</pubDate>
				<category><![CDATA[Технологии и Интернет]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ku990]]></category>
		<category><![CDATA[lg]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[recode]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viewty]]></category>
		<category><![CDATA[видео]]></category>
		<category><![CDATA[линукс]]></category>
		<category><![CDATA[прекодиране]]></category>
		<guid isPermaLink="false">http://yurukov.net/blog/?p=2490</guid>

					<description><![CDATA[As I wrote here (in Bulgarian), the phone LG Viewty is great for watching your favorite music clips and TV shows. That is why I wrote a short script that can easily convert a video file in the suitable format. As far as I know, it should also work with the other phones in the...]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" src="http://yurukov.net/blog/wp-content/uploads/2009/01/img_8991.jpg" alt="img_8991" title="img_8991" width="450" height="223" class="alignnone size-full wp-image-2460" /></p>
<p>As I wrote <a href="http://yurukov.net/blog/2009/01/03/noviq-mi-telefon/">here</a> (in Bulgarian), the phone LG Viewty is great for watching your favorite music clips and TV shows. That is why I wrote a short script that can easily convert a video file in the suitable format. As far as I know, it should also work with the other phones in the series, but I will be glad if someone is able to test it. <span id="more-2490"></span></p>
<h3><strong><a href="http://yurukov.net/blog/2009/01/03/prekodirane-na-video-za-lg-viewty/"><img decoding="async" src="http://yurukov.net/blog/wp-content/uploads/2009/01/bulgaria_flag-1.png"width="30" height="20" style="margin:0 15px -4px 0;" />Българска версия / Bulgarian version</a></strong></h3>
<h3><strong>Usage</strong></h3>
<p>To convert a file, you should run this command:</p>
<blockquote><p>ffviewty &#8222;input_video_filename&#8220; &#8222;target_video_filename&#8220; [-w1|-w2|-w3|-w4]</p></blockquote>
<p>Each of the optional codes at the end correspond to a video format. This is necessary so that the clip is not stretched. By default, the script will assume that the input file is in 4/3 format and will crop it down to 16/10. This is usually the case with music videos. Here are the other options, where the video is not cropped:</p>
<li><strong>-w1</strong> &#8211; 16/10 &#8211; some TV series and old movies</li>
<li><strong>-w2</strong> &#8211; 16/9 &#8211; most TV series</li>
<li><strong>-w3</strong> &#8211; 2.5/1 &#8211; most movies</li>
<li><strong>-w4</strong> &#8211; 4/3 &#8211; some music videos and all TV recordings</li>
<h3><strong>Installation</strong></h3>
<p>The shell script requires <strong>mencoder</strong>. First, you should unpack the tar archive leaving the permissions intact. </p>
<blockquote><p>tar xvf ffviewty_11.tar</p></blockquote>
<p>The following like will copy the script to /usr/local/bin (for Ubuntu):</p>
<blockquote><p>sudo cp ffviewty /usr/local/bin</p></blockquote>
<p>If you are not on Ubuntu, then run this in a root console:</p>
<blockquote><p>cp ffviewty /usr/local/bin</p></blockquote>
<h3><strong>Download</strong></h3>
<p>The script <a href="http://yurukov.net/blog/wp-content/uploads/2009/01/ffviewty_11.tar">can be downloaded here</a>.</p>
<h3><strong>License</strong></h3>
<p>The script, as well as everything on this site, is under the <a href="http://creativecommons.org/licenses/by-sa/2.5/bg/">Creative Commons Attribution-Share Alike 2.5</a> license. This loosely means that you can use, copy and distribute it freely, but I will love it if you put in a good word for me.</p>
<h3><strong>Ideas</strong></h3>
<li>Command on the drop-down menu of video files</li>
<li>Additional options and custom configuration of video formats</li>
<li>Automatic detection of the input video format</li>
<li>GUI with settings, info and progress bar</li>
<li>Automatic detection of pluged Viewty and copying of the encoded file to the Videos folder</li>
<p>If you have any other ideas, suggestions or comments, please share them <a href="#respond">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yurukov.net/blog/2009/encoding-videos-for-lg-viewty-ku990-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2490</post-id>	</item>
		<item>
		<title>Прекодиране за видео на LG Viewty KU990 под Линукс</title>
		<link>https://yurukov.net/blog/2009/prekodirane-na-video-za-lg-viewty/</link>
					<comments>https://yurukov.net/blog/2009/prekodirane-na-video-za-lg-viewty/#comments</comments>
		
		<dc:creator><![CDATA[Боян Юруков]]></dc:creator>
		<pubDate>Sat, 03 Jan 2009 01:01:13 +0000</pubDate>
				<category><![CDATA[Технологии и Интернет]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ku990]]></category>
		<category><![CDATA[lg]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[recode]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viewty]]></category>
		<category><![CDATA[видео]]></category>
		<category><![CDATA[линукс]]></category>
		<category><![CDATA[прекодиране]]></category>
		<guid isPermaLink="false">http://yurukov.net/blog/?p=2471</guid>

					<description><![CDATA[Както описах тук, телефона LG Viewty е много подходящ за гледане на клипове и сериали. Затова написах кратък скрипт, с който може бързо и лесно да се прекодират филми в подходящ формат. Доколкото ми е известно, трябва да работи и за останалите телефони от тази серия, но ще се радвам, ако някой има възможност да...]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="http://yurukov.net/blog/wp-content/uploads/2009/01/img_8991.jpg" alt="img_8991" title="img_8991" width="450" height="223" class="alignnone size-full wp-image-2460" /></p>
<p>Както описах <a href="http://yurukov.net/blog/2009/01/03/noviq-mi-telefon/">тук</a>, телефона LG Viewty е много подходящ за гледане на клипове и сериали. Затова написах кратък скрипт, с който може бързо и лесно да се прекодират филми в подходящ формат. Доколкото ми е известно, трябва да работи и за останалите телефони от тази серия, но ще се радвам, ако някой има възможност да го тества.<span id="more-2471"></span></p>
<h3><strong><a href="http://yurukov.net/blog/2009/01/03/encoding-videos-for-lg-viewty-ku990-on-linux/"><img decoding="async" src="http://yurukov.net/blog/wp-content/uploads/2009/01/english_flag-1.png"width="30" height="20" style="margin:0 15px -4px 0;" />English version / Английска версия</a></strong></h3>
<h3><strong>Употреба</strong></h3>
<p>За да се стартира, трябва да използвате следната команда:</p>
<blockquote><p>ffviewty &#8222;име_на_входно_видео&#8220; &#8222;име_на_прекодирано_видео&#8220; [-w1|-w2|-w3|-w4]</p></blockquote>
<p>Всяко от тези кодове накрая отговаря на определен формат на входящото видео. Това е необходимо, за да не се разпъне клипът. По подразбиране, скриптът приема, че видеото е във формат 4/3 и трябва да се отреже на 16/10. Това е обикновено случая с музикалните клипове. Ето и останалите формати, които се запазват в прекодираното видео, т.е. няма рязане:</p>
<li><strong>-w1</strong> &#8211; 16/10 &#8211; някои сериали и стари филми</li>
<li><strong>-w2</strong> &#8211; 16/9 &#8211; повечето сериали</li>
<li><strong>-w3</strong> &#8211; 2.5/1 &#8211; повечето филми</li>
<li><strong>-w4</strong> &#8211; 4/3 &#8211; някои клипове и всички записи от предавания</li>
<h3><strong>Инсталация</strong></h3>
<p>Shell скрипта изисква <strong>mencoder</strong>. Първо разархивирайте някъде сваления tar файл като запазите флаговете. </p>
<blockquote><p>tar xvf ffviewty_11.tar</p></blockquote>
<p>Следния ред ще копира скрипта в папката /usr/local/bin (за Ubuntu):</p>
<blockquote><p>sudo cp ffviewty /usr/local/bin </p></blockquote>
<p>Ако не сте на Ubuntu, моля пуснете следната команда в root конзола</p>
<blockquote><p>cp ffviewty /usr/local/bin</p></blockquote>
<h3><strong>Сваляне</strong></h3>
<p>Скриптa <a href="http://yurukov.net/blog/wp-content/uploads/2009/01/ffviewty_11.tar">може да свалите от тук</a>.</p>
<h3><strong>Лиценз</strong></h3>
<p>Програмата, както всичко на този сайт, е под лиценз <a href="http://creativecommons.org/licenses/by-sa/2.5/bg/">Creative Commons Attribution-Share Alike 2.5</a>, което общо взето означава, че може да го използвате и разпространявате свободно, но ще се радвам ако кажете някоя добра дума за мен.</p>
<h3><strong>Идеи за допълнения</strong></h3>
<li>Добавяне на команда в падащото меню към видео файлове</li>
<li>Допълнителни опции и собствено конфигуриране на формата на видеото</li>
<li>Автоматично засичане на формата на видеото</li>
<li>Графичен интерфейс с настройки, информация и лента за прогреса на кодирането</li>
<li>Автоматично откриване на включен Viewty и копиране на клипът направо в папката за клипове</li>
<p>Ако някой има още идеи, предложения и коментари, ще се радвам ако ги сподели <a href="#respond">тук</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yurukov.net/blog/2009/prekodirane-na-video-za-lg-viewty/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2471</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: yurukov.net @ 2026-06-19 14:18:28 by W3 Total Cache
-->