<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to tutorial</title><link>https://sourceforge.net/p/ffmpegyag/doc/tutorial/</link><description>Recent changes to tutorial</description><atom:link href="https://sourceforge.net/p/ffmpegyag/doc/tutorial/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 04 Dec 2013 09:05:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ffmpegyag/doc/tutorial/feed" rel="self" type="application/rss+xml"/><item><title>tutorial modified by Ronny Wegener</title><link>https://sourceforge.net/p/ffmpegyag/doc/tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,52 +6,52 @@

 You can start the application either by clicking on it in your file manager or enter the application name in a terminal. On startup the software will search for ffmpeg/avconv, if a single converter has been found then you won't be bothered. In case multiple converters have been found, FFmpegYAG will show you a list and you can select one. If no converter could be found, FFmpegYAG offers you a window to enter the custom location of the converter i.e. /usr/bin/ffmpeg 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_01.png)  
+[[img src=tutorial_01.png]]
 Select video converter 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_02.png)  
+[[img src=tutorial_02.png]]
 Enter path to video converter 

 ### Adding File

 The next step is to load the source file. Click on the _Add Task(s)..._ button and select the file you want to convert. This file is now in your task list, make sure it is selected (highlighted) so all settings we will make are for this task! 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_03.png)  
+[[img src=tutorial_03.png]]
 Added file to tasklist 

 ### Selecting Output Format/File

 Now it is time to select what file format and file name we want to select for the encoded output file. The file format depends on the content that we want inside that file, for further information you should read some format specifications. In our tutorial we will use MP4, so select the _mp4_ entry in the format combobox. After that enter the path and file name of the output file in the textbox, please make sure that the filename is different from the input file that you have selected. 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_04.png)  
+[[img src=tutorial_04.png]]
 Output file format and name 

 ### Video Settings

 It's time to select the video encoding parameters. First take a look into the stream list, usually there should only be one video stream. We want to include this stream in our output file so we activate the checkbox at the beginning. Make sure the stream is selected (highlighted) so all settings we will make are for this stream! Let's begin to select the settings for this stream. As codec we going to use _libx264_, a bitrate of _1800k_ should be ok for our test, we don't want to resize the input video or change the aspect ratio so we leave these values as _no change_. 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_05.png)  
+[[img src=tutorial_05.png]]
 Video settings 

 ### Audio Settings

 You will see again a list of all audio streams. Just enable the checkboxes of those streams you want in your output file. In our tutorial we will only add one audio stream. Make sure the stream which you want to configure is selected (highlighted) so all settings we will make are for this stream! Again we start with the codec and select _aac_, a bitrate of _192k_ should be more than enough, we leave the sample rate and the channel count untouched by selecting _no change_. 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_06.png)  
+[[img src=tutorial_06.png]]
 Audio Settings 

 ## Subtitle Settings

 Last stop before we can start encoding. This is similar to the previous settings, but we don't want any subtitles in our output video so we uncheck all streams. The rest of the settings can be ignored since they won't have any effect if we exclude the subtitle. 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_07.png)  
+[[img src=tutorial_07.png]]
 Subtitle Settings 

 ### Encode

 Hit the _Encode_ button, the statusbar should now show some information during encoding. Time to get a coffee... When the encoding is finished you should find the output video in the given location along with a log file which can be deleted. 

-![](http://wiki.ffmpegyag.googlecode.com/hg/tutorial_08.png)  
+[[img src=tutorial_08.png]]
 Encoding Section 

 Congratulations on your first encoding task with FFmpegYAG  
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronny Wegener</dc:creator><pubDate>Wed, 04 Dec 2013 09:05:32 -0000</pubDate><guid>https://sourceforge.net01588f2232a2cf8378486b162dd52f2cb3e383dc</guid></item><item><title>tutorial modified by Ronny Wegener</title><link>https://sourceforge.net/p/ffmpegyag/doc/tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -55,4 +55,4 @@
 Encoding Section

 Congratulations on your first encoding task with FFmpegYAG  
-To use the full capabilities you should dig deeper into the [documentation](http://code.google.com/p/ffmpegyag/wiki/index?tm=6). 
+To use the full capabilities you should dig deeper into the [detailed documentation](overview). 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronny Wegener</dc:creator><pubDate>Fri, 29 Nov 2013 16:01:33 -0000</pubDate><guid>https://sourceforge.net5e8a5c0e3e166b9bddd753508b91332db8306328</guid></item><item><title>tutorial modified by Ronny Wegener</title><link>https://sourceforge.net/p/ffmpegyag/doc/tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ronny Wegener</dc:creator><pubDate>Fri, 29 Nov 2013 15:56:22 -0000</pubDate><guid>https://sourceforge.netefd81fb9b68bd22534b712cedc15d6d0e0b06385</guid></item><item><title>tutorial modified by Anonymous</title><link>https://sourceforge.net/p/ffmpegyag/doc/tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="basic-tutorial"&gt;Basic Tutorial&lt;/h1&gt;
&lt;p&gt;This guide requires that FFmpegYAG is installed correctly and ready to use. It will show you a simple video compression task so you get familiar with the sofware. &lt;/p&gt;
&lt;h3 id="launching-ffmpegyag"&gt;Launching FFmpegYAG&lt;/h3&gt;
&lt;p&gt;You can start the application either by clicking on it in your file manager or enter the application name in a terminal. On startup the software will search for ffmpeg/avconv, if a single converter has been found then you won't be bothered. In case multiple converters have been found, FFmpegYAG will show you a list and you can select one. If no converter could be found, FFmpegYAG offers you a window to enter the custom location of the converter i.e. /usr/bin/ffmpeg &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_01.png" rel="nofollow" /&gt;&lt;br /&gt;
Select video converter &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_02.png" rel="nofollow" /&gt;&lt;br /&gt;
Enter path to video converter &lt;/p&gt;
&lt;h3 id="adding-file"&gt;Adding File&lt;/h3&gt;
&lt;p&gt;The next step is to load the source file. Click on the &lt;em&gt;Add Task(s)...&lt;/em&gt; button and select the file you want to convert. This file is now in your task list, make sure it is selected (highlighted) so all settings we will make are for this task! &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_03.png" rel="nofollow" /&gt;&lt;br /&gt;
Added file to tasklist &lt;/p&gt;
&lt;h3 id="selecting-output-formatfile"&gt;Selecting Output Format/File&lt;/h3&gt;
&lt;p&gt;Now it is time to select what file format and file name we want to select for the encoded output file. The file format depends on the content that we want inside that file, for further information you should read some format specifications. In our tutorial we will use MP4, so select the &lt;em&gt;mp4&lt;/em&gt; entry in the format combobox. After that enter the path and file name of the output file in the textbox, please make sure that the filename is different from the input file that you have selected. &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_04.png" rel="nofollow" /&gt;&lt;br /&gt;
Output file format and name &lt;/p&gt;
&lt;h3 id="video-settings"&gt;Video Settings&lt;/h3&gt;
&lt;p&gt;It's time to select the video encoding parameters. First take a look into the stream list, usually there should only be one video stream. We want to include this stream in our output file so we activate the checkbox at the beginning. Make sure the stream is selected (highlighted) so all settings we will make are for this stream! Let's begin to select the settings for this stream. As codec we going to use &lt;em&gt;libx264&lt;/em&gt;, a bitrate of &lt;em&gt;1800k&lt;/em&gt; should be ok for our test, we don't want to resize the input video or change the aspect ratio so we leave these values as &lt;em&gt;no change&lt;/em&gt;. &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_05.png" rel="nofollow" /&gt;&lt;br /&gt;
Video settings &lt;/p&gt;
&lt;h3 id="audio-settings"&gt;Audio Settings&lt;/h3&gt;
&lt;p&gt;You will see again a list of all audio streams. Just enable the checkboxes of those streams you want in your output file. In our tutorial we will only add one audio stream. Make sure the stream which you want to configure is selected (highlighted) so all settings we will make are for this stream! Again we start with the codec and select &lt;em&gt;aac&lt;/em&gt;, a bitrate of &lt;em&gt;192k&lt;/em&gt; should be more than enough, we leave the sample rate and the channel count untouched by selecting &lt;em&gt;no change&lt;/em&gt;. &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_06.png" rel="nofollow" /&gt;&lt;br /&gt;
Audio Settings &lt;/p&gt;
&lt;h2 id="subtitle-settings"&gt;Subtitle Settings&lt;/h2&gt;
&lt;p&gt;Last stop before we can start encoding. This is similar to the previous settings, but we don't want any subtitles in our output video so we uncheck all streams. The rest of the settings can be ignored since they won't have any effect if we exclude the subtitle. &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_07.png" rel="nofollow" /&gt;&lt;br /&gt;
Subtitle Settings &lt;/p&gt;
&lt;h3 id="encode"&gt;Encode&lt;/h3&gt;
&lt;p&gt;Hit the &lt;em&gt;Encode&lt;/em&gt; button, the statusbar should now show some information during encoding. Time to get a coffee... When the encoding is finished you should find the output video in the given location along with a log file which can be deleted. &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://wiki.ffmpegyag.googlecode.com/hg/tutorial_08.png" rel="nofollow" /&gt;&lt;br /&gt;
Encoding Section &lt;/p&gt;
&lt;p&gt;Congratulations on your first encoding task with FFmpegYAG&lt;br /&gt;
To use the full capabilities you should dig deeper into the &lt;a class="" href="http://code.google.com/p/ffmpegyag/wiki/index?tm=6" rel="nofollow"&gt;documentation&lt;/a&gt;. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 29 Nov 2013 10:43:36 -0000</pubDate><guid>https://sourceforge.netfb952b7cc4548360a748addff75104f3a09a89e4</guid></item></channel></rss>