<?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>tutorial &#8211; Kodono</title>
	<atom:link href="https://blog.kodono.info/wordpress/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.kodono.info/wordpress</link>
	<description>Pour tous les technophiles</description>
	<lastBuildDate>Mon, 17 Sep 2012 10:25:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Update the Toshiba Folio 100 to CyanogenMod 9 (ICS) [Tutorial]</title>
		<link>https://blog.kodono.info/wordpress/2012/07/09/update-the-toshiba-folio-100-to-cyanogenmod-9-ics-tutorial/</link>
					<comments>https://blog.kodono.info/wordpress/2012/07/09/update-the-toshiba-folio-100-to-cyanogenmod-9-ics-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 12:49:08 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Niveau expert]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1071</guid>

					<description><![CDATA[This is for the Alpha5 of CM9 available on XDA. The ROM is available on GitHub: https://github.com/DerArtem/android_device_toshiba_betelgeuse/downloads (called &#8220;update-cm-9.0.0-RC0-2012.04.21-betelgeuse-UNOFFICIAL-signed.zip&#8221; here). Download it from the link above. I have currently the FolioMod&#8217;s Dexter and Windows 7 (64 bits) Install Android SDK Go to the Android SDK page and install the package. Make sure you install the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is for the Alpha5 of CM9 available on <a href="http://forum.xda-developers.com/showthread.php?t=1470823">XDA</a>. The ROM is available on GitHub: <a href="https://github.com/DerArtem/android_device_toshiba_betelgeuse/downloads">https://github.com/DerArtem/android_device_toshiba_betelgeuse/downloads</a> (called &#8220;update-cm-9.0.0-RC0-2012.04.21-betelgeuse-UNOFFICIAL-signed.zip&#8221; here).<br />
<strong>Download it from the link above</strong>.</p>
<p>I have currently the FolioMod&#8217;s Dexter and Windows 7 (64 bits)</p>
<h1>Install Android SDK</h1>
<p>Go to the <a href="http://developer.android.com/sdk/">Android SDK page</a> and install the package. Make sure you install the Google USB Drivers also after the installation is complete.</p>
<p>Here I have installed the SDK into <code>D:\ANDROID\android-sdk</code></p>
<p>Once it&#8217;s done you want to test if your device is recognized by your computer. Switch it on and plug in it. Then open a Windows console (Windows key + R, then type &#8220;cmd&#8221;) and go to your installation directory. Then go to the &#8220;platform-tools&#8221; directory. It will be something like that: <code>&gt; cd D:\ANDROID\android-sdk\platform-tools</code><br />
You should see the &#8220;adb.exe&#8221; file. You can call it with the command <code>adb.exe devices</code></p>
<p>If it returns the message &#8220;&lt; Waiting for devices >&#8221;, then it means you need to do some tricks :</p>
<ul>
<li>On your Folio, go to the <strong>Settings > Applications > USB Debug</strong> : make sure this is checked</li>
<li>On your computer, find the file called <strong>android_winusb.inf</strong> (in my case it&#8217;s located here: <code>D:\ANDROID\android-sdk\extras\google\usb_driver</code>), and open it with a text editor. We now need to copy/paste the three lines below at the end of the <strong>[Google.NTx86]</strong> part and at the end of the <strong>[Google.NTamd64]</strong> part :<br />
<blockquote><p>;NVIDIA Tegra<br />
%SingleAdbInterface% = USB_Install, USB\VID_0955&#038;PID_7000<br />
%CompositeAdbInterface% = USB_Install, USB\VID_0955&#038;PID_7100&#038;MI_01</p></blockquote>
<p><a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usbinf.jpg"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usbinf.jpg" alt="" title="Screenshot of the file changes" width="500" class="aligncenter size-full wp-image-1072" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usbinf.jpg 659w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usbinf-300x295.jpg 300w" sizes="(max-width: 659px) 100vw, 659px" /></a><br />
<em>Credits &#8211; http://philflash.inway.fr/flex/folio100/usb_tegra2.html</em></li>
<li>Save the file and close it. Now type the command <code>echo 0x955 > "%USERPROFILE%\.android\adb_usb.ini"</code> into the console.</li>
<li>Now unplug/replug your Folio and click right on the Computer icon that you have on your desktop or into the Windows explorer, and choose &#8220;Manage&#8221;. From there you can manage the devices and under &#8220;Other devices&#8221; you should see the &#8220;NVIDIA Tegra2&#8221; :<br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usb_step1.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usb_step1.png" alt="" title="Manage device" width="500" class="aligncenter size-full wp-image-1073" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usb_step1.png 562w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/usb_step1-300x114.png 300w" sizes="(max-width: 562px) 100vw, 562px" /></a><br />
<em>Credits &#8211; http://philflash.inway.fr/flex/folio100/usb_tegra2.html</em></li>
<li>Click right on it and pick &#8220;Update the driver&#8221; and choose the &#8220;Locate it on my computer&#8221; option. For the path it will be <code>D:\ANDROID\android-sdk\extras\google\usb_driver</code> in my case</li>
<li>You&#8217;ll probably have a warning message, but say yes, that you want it to be installed</li>
<li>When it&#8217;s done you should now see &#8220;Android Composite ADB Interface&#8221; instead of &#8220;NVIDIA Tegra 2&#8221;</li>
<li>In the Windows console you can now type the below commands (in the &#8220;platform-tools&#8221; directory) :<br />
<blockquote><p>adb kill-server<br />
adb start-server<br />
adb devices</p></blockquote>
</li>
<li>Your Folio must now appear in the list of devices</li>
</ul>
<h1>Bootload</h1>
<p>First, rename the ROM downloaded as &#8220;update.zip&#8221; and copy it to your SDCard (at the root dir). (In the mean time copy also the <a href="http://goo-inside.me/gapps/gapps-ics-20120224-signed.zip">Google Apps zip file</a>)</p>
<p>We&#8217;re going to install the recovery :</p>
<ul>
<li>Copy the <strong>cwm-recovery-5.5.0.4.img</strong> file you&#8217;ve downloaded into the &#8220;platform-tools&#8221; folder.</li>
<li>Switch off your Folio (keep it plugged to your computer).</li>
<li>Switch it on, and when it vibrates then press three times the Power button, then the Volume UP button : you&#8217;ll see a message saying it&#8217;s in fastboot mode.</li>
<li>In the Windows console type : <code>fastboot.exe flash recovery cwm-recovery-5.5.0.4.img</code></li>
<li>The message &#8220;flashing mbr to device&#8221; will appear.</li>
<li>Press several seconds the Power button to turn it off, then turn it on. When the first messages appear on the screen press the Power button and the Volume UP button. You&#8217;ll see some text.</li>
<li>Make sure to go to the Update System mode (it should be : Volume UP + Volume Down + Volume Up), and you&#8217;ll have the Recovery menu. From here I recommend to do a backup (&#8220;backup and restore > backup to internal sdcard&#8221;) (the Power button permits to validate the choices, and the Volume to go up and down)</li>
</ul>
<h1>Install the new ROM</h1>
<p>After the backup you can do a &#8220;wipe data/factory reset&#8221;. Then install the ROM in choosing the &#8220;Install zip from SDCard&#8221; option.</p>
<p>At the end of the process the Folio will say &#8220;Install from sdcard complete.&#8221;</p>
<p>It&#8217;s now time to reboot to use CM9 <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<h1>Install Google Apps</h1>
<p>Reboot your Folio. When it vibrates, press the Power button and the Volume UP in the same time. Then go to the System Update (Volume Up + Down + Up), and install the GAPPS file.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2012/07/09/update-the-toshiba-folio-100-to-cyanogenmod-9-ics-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convertir une vidéo .mov au format cinéma DCP [tutorial]</title>
		<link>https://blog.kodono.info/wordpress/2012/07/06/convertir-une-video-mov-au-format-cinema-dcp-tutorial/</link>
					<comments>https://blog.kodono.info/wordpress/2012/07/06/convertir-une-video-mov-au-format-cinema-dcp-tutorial/#comments</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Fri, 06 Jul 2012 14:42:05 +0000</pubDate>
				<category><![CDATA[Niveau intermédiaire]]></category>
		<category><![CDATA[Vidéo]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vidéo]]></category>
		<guid isPermaLink="false">http://blog.kodono.info/wordpress/?p=1054</guid>

					<description><![CDATA[Je me suis aidé du blog Home Mad DCP pour effectuer cette tâche qui semble un peu difficile au premier abord&#8230; A noter qu&#8217;il y a aussi le blog de hd3g qui propose un petit guide pour la création d&#8217;un DCP qui devrait vous aider. Voici un autre tutoriel : http://www.projectionniste.net/docs/tutoriel-creation-dcp-open-dcp.pdf (Remarque : malgré tous [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Je me suis aidé du blog <a href="http://home-made-dcp.over-blog.fr/">Home Mad DCP</a> pour effectuer cette tâche qui semble un peu difficile au premier abord&#8230; A noter qu&#8217;il y a aussi le blog de hd3g qui propose <a href="http://hd3g.tv/b/2012/01/petit-guide-pour-la-creation-dun-dcp/">un petit guide pour la création d&#8217;un DCP</a> qui devrait vous aider.<br />
Voici un autre tutoriel : <a href="http://www.projectionniste.net/docs/tutoriel-creation-dcp-open-dcp.pdf">http://www.projectionniste.net/docs/tutoriel-creation-dcp-open-dcp.pdf</a><br />
<strong>(Remarque : malgré tous mes efforts je n&#8217;ai pas réussi à avoir un fichier qui soit lu correctement par le projecteur&#8230; je vous propose quand même ce regroupement d&#8217;étapes que j&#8217;ai pu trouver)</strong></p>
<p>Je pars de la supposition suivante : vous possédez un fichier MOV (mais ça marche pour les AVI aussi apparemment) qui fait 1920&#215;1080 (qu&#8217;il soit 24 trames/sec ou 25 trames/sec). Aussi on va travailler sous Windows (7 64bits dans mon cas).<br />
On va supposer que notre répertoire de travail est <code>D:\DCP\</code> avec notre vidéo qui se nomme &#8220;video.mov&#8221; et qui se trouve dans notre répertoire de travail.</p>
<p><strong>Enfin il vous faut un certain nombre de connaissances de Windows comme l&#8217;utilisation des commandes dans <code>cmd</code>, le téléchargement et dézippage de fichiers, etc.</strong></p>
<h1>Convertir notre vidéo en images TIF</h1>
<p>Créer un sous-répertoire &#8220;tif_rgb&#8221; dans &#8220;DCP&#8221; où nous placerons nos images tif que nous allons créer avec ffmpeg.<br />
Pour ffmpeg, voici quoi faire :</p>
<ol>
<li>Aller sur <a href="http://ffmpeg.zeranoe.com/builds/">http://ffmpeg.zeranoe.com/builds/</a> pour télécharger ffmpeg (vous choisirez &#8220;<strong>64-bit Builds (Static)</strong>&#8221; si vous êtes avec un Windows 64bits, ou &#8220;<strong>32-bit Builds (Static)</strong>&#8221; si vous avez un 32bits)</li>
<li>Dézipper le fichier dans votre répertoire de travail et renommer le répertoire créé en &#8220;ffmpeg&#8221;</li>
<li>Ouvrez une console de commande (touche Windows + R) puis tapez <code>cmd</code>, et se placer dans le répertoire &#8220;ffmpeg&#8221;</li>
<li>Entrer maintenant dans le sous-répertoire &#8220;bin&#8221;</li>
</ol>
<p>Maintenant si vous tapez &#8220;ffmpeg.exe&#8221; vous devriez avoir un message qui commence par une phrase du genre :</p>
<blockquote><p>ffmpeg version N-42288-g8293a21 Copyright (c) 2000-2012 the FFmpeg developers built on Jul  5 2012 21:00:02 with gcc 4.7.1</p></blockquote>
<p>Vous êtes prêt à convertir votre vidéo. Pour cela je me suis aidé des <a href="http://home-made-dcp.over-blog.fr/article-extraire-la-sequence-d-images-d-une-video-hd-83200602.html">explications du blog Home Made DCP</a> et des commentaires du billet.</p>
<p>Pour moi, la commande qui a fonctionné est la suivante :<br />
<code>D:\DCP\ffmpeg\bin> ffmpeg.exe -i "D:/DCP/video.mov" -r 24 -s 1920x1080 -filter:v yadif -vf pad=2048:1080:64:0:black -pix_fmt rgb24 "D:/DCP/tif_rgb/%05d.tif"</code></p>
<p>Ici on va ajouter des bandeaux noirs pour que notre vidéo fasse le format 2K des salles de cinéma.</p>
<h1>Convertir les images TIF en JPEG2000</h1>
<p>Vous devez maintenant <a href="http://code.google.com/p/opendcp/">télécharger OpenDCP</a> pour Windows donc (vous avez le choix entre une version 32 ou 64bits).<br />
Installer le logiciel puis le lancer.</p>
<p>On tombe sur un onglet JPEG2000 (vous pouvez trouver les explications sur les différentes options sur <a href="http://home-made-dcp.over-blog.fr/article-opendcp-en-images-version-avec-interface-graphique-84258280.html#j2k">Home Made DCP</a>). Personnellement j&#8217;ai gardé toutes les options par défaut et j&#8217;ai simplement choisi mon répertoire &#8220;tif_rgb&#8221; comme &#8220;Input Directory&#8221; et comme &#8220;Output Directories&#8221; j&#8217;ai créé un répertoire nommé &#8220;j2c&#8221;.<br />
Une fois nos répertoires sélectionnées il suffit de cliquer sur &#8220;Convert&#8221;.<br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_1.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_1.png" alt="Capture d&#039;écran du logiciel montrant l&#039;onglet JPEG2000 avec les options par défaut sélectionnées" title="Conversion des images TIF en JPEG2000 grâce à OpenDCP" width="500" class="aligncenter size-full wp-image-1058" /></a></p>
<h1>Passage par le stade XMF</h2>
<p>Créer un répertoire &#8220;xmf&#8221; dans votre répertoire de travail, puis dans OpenDCP, aller sur l&#8217;onglet XMF. Dans &#8220;Picture input&#8221; on choisit le dossier &#8220;j2c&#8221; et dans &#8220;Output&#8221; on va aller dans &#8220;xmf&#8221; et enregistrer un fichier avec le nom &#8220;output_video.xmf&#8221; par exemple.<br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_2.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_2.png" alt="Onglet MXF d&#039;OpenDCP avec JPEG2000 pour la source" title="L&#039;étape du MXF vidéo" width="500" class="aligncenter size-full wp-image-1064" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_2.png 802w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_2-300x274.png 300w" sizes="(max-width: 802px) 100vw, 802px" /></a></p>
<h1>Il faut maintenant extraire la bande son de notre vidéo</h1>
<p>Pour cela on va utiliser de nouveau ffmpeg (on en parle encore sur <a href="http://home-made-dcp.over-blog.fr/article-extraire-le-son-d-une-video-83605217.html">Home Made DCP</a>), et on va également télécharger et installer <a href="http://sox.sourceforge.net/">Sox</a>.</p>
<p>Une fois fait on utilise de nouveau la console CMD et en se plaçant dans le répertoire &#8220;bin&#8221; de &#8220;ffmpeg&#8221;. Cette fois on lance la commande ci-dessous :<br />
<code>ffmpeg.exe -y -i "D:\DCP\video.mov" -vn -f wav "D:\DCP\bande_son.wav"</code></p>
<p>Cela va donc vous créer le fichier &#8220;bande_son&#8221; qu&#8217;il faut maintenant séparer en deux pistes. C&#8217;est là où &#8220;sox&#8221; va aider. Vous devez d&#8217;abord trouver où il s&#8217;est installé. Chez moi l&#8217;exécutable est <code>C:\Program Files (x86)\sox-14-4-0\sox.exe</code>, et dans votre console vous tapez d&#8217;abord :<br />
<code>"C:\Program Files (x86)\sox-14-4-0\sox.exe" --show-progress --temp . -V3 "D:\DCP\bande_son.wav" --endian little --channels 1 --bits 24 --encoding signed-integer --rate 48000 "D:\DCP\bande_son-24b-L.wav" norm -12 remix 1</code></p>
<p>On lance ensuite :<br />
<code>"C:\Program Files (x86)\sox-14-4-0\sox.exe" --show-progress --temp . -V3 "D:\DCP\bande_son.wav" --endian little --channels 1 --bits 24 --encoding signed-integer --rate 48000 "D:\DCP\bande_son-24b-R.wav" norm -12 remix 2</code></p>
<p>Cela a eu pour effet de créer deux fichiers audio normalisés (un pour la gauche et l&#8217;autre pour la droite).</p>
<p>Maintenant on retourne dans OpenDCP et dans l&#8217;onglet MXF. Cette fois on va choisir comme source &#8220;wav&#8221; et &#8220;stereo&#8221;. Il nous suffit de sélectionner notre fichier gauche, et notre fichier droit, et de sauver le fichier &#8220;output_audio.mxf&#8221; dans notre répertoire &#8220;mxf&#8221; :<br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_3.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_3.png" alt="Onglet MXF dans OpenDCP avec WAV sélectionné comme source" title="La conversion MXF Audio" width="500" class="aligncenter size-full wp-image-1065" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_3.png 753w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_3-300x295.png 300w" sizes="(max-width: 753px) 100vw, 753px" /></a></p>
<h1>Création des fichiers XML</h1>
<p>Il nous reste à créer les fichiers XML. Pour cela aller dans l&#8217;onglet &#8220;DCP&#8221; du logiciel OpenDCP. On va commencer par cliquer sur le bouton &#8220;Title Generator&#8221; et on complète les différentes questions. Enfin on choisit notre &#8220;output_video.mxf&#8221; et &#8220;output_audio.mxf&#8221; et on laisse la magie opérée :<br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_4.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_4.png" alt="Une copie d&#039;écran du Title Generator dans OpenDCP" title="Les différentes options proposées" width="500" class="aligncenter size-full wp-image-1067" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_4.png 761w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_4-300x266.png 300w" sizes="(max-width: 761px) 100vw, 761px" /></a><br />
<a href="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_5.png"><img decoding="async" src="http://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_5.png" alt="Capture d&#039;écran de l&#039;onglet DCP dans OpenDCP" title="Le dernier onglet dans OpenDCP" width="500" class="aligncenter size-full wp-image-1068" srcset="https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_5.png 764w, https://blog.kodono.info/wordpress/wp-content/uploads/2012/07/20120706_OpenDCP_5-285x300.png 285w" sizes="(max-width: 764px) 100vw, 764px" /></a></p>
<h1>Pour conclure</h1>
<p>Vous devriez maintenant avoir ces fichiers qui forment votre DCP :</p>
<ul>
<li>un MXF pour la vidéo en JPEG2000 (output_video.mxf)</li>
<li>un MXF pour l’audio en WAV PCM (output_audio.mxf)</li>
<li>un fichier VOLINDEX.xml (trivial) qui appelle un ASSETMAP</li>
<li>un fichier ASSETMAP.xml qui référence les deux XML, ainsi qu’un CPL et un PKL</li>
<li>un fichier *_cpl.xml qui référence votre programme : durée, ratio, titre, etc…</li>
<li>un fichier *_pkl.xml qui identifie les deux MXF : taille, hash (sha256), mime type.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.kodono.info/wordpress/2012/07/06/convertir-une-video-mov-au-format-cinema-dcp-tutorial/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
