<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; virtualdub</title> <atom:link href="http://www.ghacks.net/tag/virtualdub/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Merge Mp3, Wav With Audacity</title><link>http://www.ghacks.net/2011/06/27/how-to-merge-mp3-wav-with-audacity/</link> <comments>http://www.ghacks.net/2011/06/27/how-to-merge-mp3-wav-with-audacity/#comments</comments> <pubDate>Mon, 27 Jun 2011 07:25:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[audacity]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[merge mp3]]></category> <category><![CDATA[virtualdub]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46998</guid> <description><![CDATA[I&#8217;m slowly getting the hang out of the video editing software VirtualDub. I recently ran into troubles with music for a video. The video had a playtime of 14 minutes which meant that I had to merge multiple audio files to reach that playing time. I first tried my luck by merging mp3 files and [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m slowly getting the hang out of the video editing software VirtualDub. I recently ran into troubles with music for a video. The video had a playtime of 14 minutes which meant that I had to merge multiple audio files to reach that playing time. I first tried my luck by merging mp3 files and loading them into VirtualDub, but that turned out to be problematic because of error messages (error initializing audio stream compression). After some investigating I figured out that wav was a much better and accepted format than mp3. The task was clear now. Find a program that can merge mp3 files (the source format of the music) and save the merged single audio file as wav.</p><p>The free audio editing software Audacity can do that, and a lot more. For the purpose of this tutorial I&#8217;m going to stick to the basics.</p><p>Download <a
href="http://audacity.sourceforge.net/download/beta_windows">Audacity</a> from the developer website.</p><p>Start Audacity after installation. You can drag and drop audio files like mp3 or wav into the program interface, or use the File > Open dialog to do that. Files that you drag and drop into the interface appear in the same window, audio files that you load via File > Open appear in their own windows.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/audacity-merge-mp3.png" alt="audacity merge mp3" title="audacity merge mp3" width="600" height="492" class="alignnone size-full wp-image-46999" /></p><p>To merge two music files that you have added to Audacity do the following: Select one of the tracks with a left-click and press Ctrl-A afterwards to select all of it. You can alternatively select only part of the track. I suggest you use the play button to pinpoint the start and end locations of the track.</p><p>With the track in the clipboard left click on the location of the other track where you want to paste your music into. If you just want to merge, click the position at the very end of the track and press Ctrl-V to add the music there. You can select any other position if you prefer that.</p><p>Repeat that process until you have have all audio files merged in one track. Close all but this one track before selecting File > Export to save the newly merged audio file. You can save the audio as mp3, wav, flac, ac3 and several other formats.</p><p>Is there an easier way to merge multiple mp3 files and save them as a single audio wav file? Let me know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/27/how-to-merge-mp3-wav-with-audacity/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>How To Change A Video&#8217;s Speed With VirtualDub</title><link>http://www.ghacks.net/2011/06/26/how-to-change-a-videos-speed-with-virtualdub/</link> <comments>http://www.ghacks.net/2011/06/26/how-to-change-a-videos-speed-with-virtualdub/#comments</comments> <pubDate>Sun, 26 Jun 2011 14:09:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[video editor]]></category> <category><![CDATA[virtualdub]]></category> <category><![CDATA[virtualdub tips]]></category> <category><![CDATA[youtube video speed]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46983</guid> <description><![CDATA[In the past weeks, I have started to work with the video editing software VirtualDub to prepare videos before uploading them to the video hosting site YouTube. I learned a lot in that time, and have already passed some of that knowledge on in form of guides here on Ghacks. I have written guides about [...]]]></description> <content:encoded><![CDATA[<p>In the past weeks, I have started to work with the video editing software VirtualDub to prepare videos before uploading them to the video hosting site YouTube. I learned a lot in that time, and have already passed some of that knowledge on in form of guides here on Ghacks. I have written guides about <a
href="http://www.ghacks.net/2011/06/20/how-to-split-videos-in-virtualdub/">splitting videos</a> and <a
href="http://www.ghacks.net/2011/06/18/how-to-merge-avi-movies-with-virtualdub/">merging avi videos</a> in Virtualdub.</p><p>Today I&#8217;m going to demonstrate how to change the video speed in VirtualDub. This can be handy in certain situations, for instance if you want to speed up part or all of a video, or slow down part or all instead.</p><p>You do need a recent version of the <a
href="http://virtualdub.org/">VirtualDub</a> software which you can download from the developer website.</p><p>Start the software and load your video, or videos, with a click on File > Open Video File, and File > Append Avi Segment.</p><p>Please note that changing the speed of a video has an effect on the audio. The audio will get out of sync, and it is usually the best option to replace the audio afterwards with a new track. Besides, it would not make lots of sense to slow down or speed up the audio anyway, now would it? You can add another audio track under Audio > Audio from another file.</p><p>Click on Video > Frame Rate or press Ctrl-R to open the menu. Most videos have a default frame rate of 25 or 29.33. All you need to do know is to change that framerate to speed up the video or slow it down. If you want the video to slow down, you need to decrease the frame rate, and vice verse if you want to speed it up.</p><p>A framerate of 50 would effectively double the playback speed of a 25 FPS video while a framerate of 12.5 would half it. VirtualDub displays the current video framerate in its interface which you can use to calculate the new framerate.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/video-speed.png" alt="video-speed" title="video-speed" width="473" height="330" class="alignnone size-full wp-image-46985" /></p><p>Click ok in the configuration window. I recommend to preview the output before you make the conversion. Click File > Preview Output from start to do that. The video plays in the new speed in the VirtualDub window.</p><p>If you are not satisfied with the speed change it again under Video > Frame Rate. Repeat that process until you are satisfied with the new video speed. You can then save the modified video under File > Save As Avi.</p><p>And that&#8217;s how you change a video&#8217;s speed using VirtualDub.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/26/how-to-change-a-videos-speed-with-virtualdub/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>How To Split Videos In VirtualDub</title><link>http://www.ghacks.net/2011/06/20/how-to-split-videos-in-virtualdub/</link> <comments>http://www.ghacks.net/2011/06/20/how-to-split-videos-in-virtualdub/#comments</comments> <pubDate>Sun, 19 Jun 2011 22:39:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[split movies]]></category> <category><![CDATA[split videos]]></category> <category><![CDATA[video-editing]]></category> <category><![CDATA[virtualdub]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46690</guid> <description><![CDATA[After discovering how to merge avi movies in VirtualDub I ran into the opposite problem. I had a video that had a playtime of about 60 minutes. The YouTube account I wanted to upload the video to was limited to uploading a maximum of 15 minutes per video. I had to find a way to [...]]]></description> <content:encoded><![CDATA[<p>After discovering <a
href="http://www.ghacks.net/2011/06/18/how-to-merge-avi-movies-with-virtualdub/">how to merge avi movies in VirtualDub</a> I ran into the opposite problem. I had a video that had a playtime of about 60 minutes. The YouTube account I wanted to upload the video to was limited to uploading a maximum of 15 minutes per video. I had to find a way to split the video into multiple parts before I could upload it to YouTube. It turned out that VirtualDub could be used for that purpose almost effortlessly as well.</p><p>VirtualDub is a portable software, which means that you can run it from anywhere without installation. Start by loading your video into the software. This is done via File > Open Video File. I suggest you check both the Video and Audio menus to make sure that Direct Stream Copy is enabled. This speeds up the splitting considerably.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/split-videos-virtualdub1.png" alt="split videos virtualdub" title="split videos virtualdub" width="600" height="595" class="alignnone size-full wp-image-46692" /></p><p>Select the beginning frame of the first part of the movie. This is done with a click on the frame bar at the bottom of the screen. If you want it to begin at the first frame, do nothing and select Edit > Set Selection Start. Now switch to the end frame for the first part of the video. For my purpose, I selected it to be around 14:30 minutes in. You set the end frame under Edit > Set Selection End. All selected frames should now be highlighted on the frame bar.</p><p>To save the part of the movie select File > Save Avi As from the menu. This saves only the selection that you have made. Make sure you pick a different file name. Once the part has been saved select Edit > Set Selection Start again, and move the position to the end of that part of the video. Repeat the process until you have segmented and saved the video.</p><p>Some users may want to automate that process. They can do so under File > Save Segmented Avi. Here they can limit the number of video frames per segment, and / or the file segment size limit.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/split-save-video-segment.png" alt="split save video segment" title="split save video segment" width="443" height="120" class="alignnone size-full wp-image-46693" /></p><p>It is not possible to segment by playing time directly, but you could use the frames limitation option for that. You may need to link specific frame rates to times though, which you can do in the main interface. Just click on the frame bar to check frames and playing times to get the right frame count for each part.</p><p>Users who want to split videos or movies can download the latest version of <a
href="http://www.virtualdub.org/">VirtualDub</a> from the developer website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/20/how-to-split-videos-in-virtualdub/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How To Merge Avi Movies With VirtualDub</title><link>http://www.ghacks.net/2011/06/18/how-to-merge-avi-movies-with-virtualdub/</link> <comments>http://www.ghacks.net/2011/06/18/how-to-merge-avi-movies-with-virtualdub/#comments</comments> <pubDate>Sat, 18 Jun 2011 17:31:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[avi]]></category> <category><![CDATA[join-avi]]></category> <category><![CDATA[merge-avi]]></category> <category><![CDATA[merge-video]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[virtualdub]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46662</guid> <description><![CDATA[I have started to record game videos with the popular recording software Fraps. Problem with Fraps is, that it splits movies into 4 Gigabyte chunks which is not really helpful if you want to upload one video to your website or YouTube, and not parts of the video. VirtualDub is a software with the ability [...]]]></description> <content:encoded><![CDATA[<p>I have started to record game videos with the popular recording software Fraps. Problem with Fraps is, that it splits movies into 4 Gigabyte chunks which is not really helpful if you want to upload one video to your website or YouTube, and not parts of the video. VirtualDub is a software with the ability to merge avi files, the recording format of Fraps, and the ability to compress the video to reduce the file size; Ideal for my purposes. You can also use this tutorial for other purposes, for instance to merge episodes of a TV series, or multiple videos that you have shot with your camcorder, digital camera or smartphone. Everything is possible as long as the input format of the videos is avi.</p><p>Download the latest version of <a
href="http://www.virtualdub.org/">VirtualDub</a> from the official website. Unpack the portable software to your hard drive after download, and run the VirtualDub.exe afterwards.</p><p>You load the first movie with a click on File > Open Video File. Click on File again and select Append Avi Segment for each additional part that you have as a file on your hard drive. You can only load one movie at a time, which makes the process somewhat unhandy if you have many different parts.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/virtualdub.png" alt="virtualdub" title="virtualdub" width="600" height="578" class="alignnone size-full wp-image-46663" /></p><p>Switch to the Video menu and make sure Full Processing Mode is selected there. Click on Compression under Video afterwards, and select one of the available video codecs. Please note that you need suitable codecs installed on your system for a solid result that offers a good image quality and suitable file size.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/video-compression.png" alt="video compression" title="video compression" width="531" height="308" class="alignnone size-full wp-image-46664" /></p><p>You can furthermore add filters to the process, for instance if you would like to resize the video, change the brightness and contrast or add a logo to one of the corners. You can preview the changes by pressing enter or by selecting File > Preview Filtered.</p><p>Once you have made your selection select File > Save as Avi and pick a directory on the local hard drive to save the video to.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/merge-avi-movies.png" alt="merge avi movies" title="merge avi movies" width="293" height="358" class="alignnone size-full wp-image-46665" /></p><p>VirtualDub will display a status window where you can get information about the current processing status, as well as an estimation of the file size of the new video file. You can jack up the process priority if your computer is idle otherwise.</p><p>And that&#8217;s it. Just wait for the process to finish. It is recommended to play the video once on your hard drive to make sure that the merging was successful and without errors like out of sync audio.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/18/how-to-merge-avi-movies-with-virtualdub/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>How To Correct Out Of Sync Audio Before Burning Video To DVD</title><link>http://www.ghacks.net/2011/05/28/how-to-correct-out-of-sync-audio-before-burning-video-to-dvd/</link> <comments>http://www.ghacks.net/2011/05/28/how-to-correct-out-of-sync-audio-before-burning-video-to-dvd/#comments</comments> <pubDate>Sat, 28 May 2011 14:53:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[out of sync]]></category> <category><![CDATA[video]]></category> <category><![CDATA[video dvd]]></category> <category><![CDATA[virtualdub]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45662</guid> <description><![CDATA[One of the most annoying video viewing experiences, at least for me, is a video where the audio is out of sync. You can think of video and audio as two lines that need to start at the same time to be in sync. If either one starts first, you get audio that is out [...]]]></description> <content:encoded><![CDATA[<p>One of the most annoying video viewing experiences, at least for me, is a video where the audio is out of sync. You can think of video and audio as two lines that need to start at the same time to be in sync. If either one starts first, you get audio that is out of sync with the video. Many video players, VCL or MPlayer variants for instance, have tools to correct out of sync audio. But what if you want to burn the video to DVD to watch it on TV, or give it to someone as a gift?</p><p>Then you need to correct the out of sync audio before you burn the video to DVD. If you do not chance is high that viewing the video DVD will not be a pleasure at all, considering that most hardware DVD players do not have options to correct audio that is not synchronous to the video.</p><p>One of the best programs to correct out of sync audio is <a
href="http://virtualdub.sourceforge.net/">VirtualDub</a>. Downside is that it may not work with all video formats, and that you may need to install a codec to work with a specific video format in the program.</p><p>The process itself is however dead easy, provided that you know the exact milliseconds that the audio is playing to early or to late.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/out-of-sync-audio-600x577.png" alt="out-of-sync audio" title="out-of-sync audio" width="600" height="577" class="alignnone size-medium wp-image-45663" /></p><p>Load the video into VirtualDub after installation. You do that with a click on File and the selection of Open Video File from the menu. If you get an error that a codec is missing you need to install an appropriate codec for the video format before you can correct the audio discrepancy. This is usually the case when you use a video player like VLC or MPlayer which come with their own binary codecs that cannot be used system-wide.</p><p>Make sure Direct Stream Copy is selected under Video and Audio in the menu bar. Now select Audio > Interleaving. You should see the following screen.</p><p>Locate the Delay audio track by setting and enter the time in milliseconds that is needed to synchronize the audio with the video. Enter a positive number to delay the audio track, or a negative number to start the audio track earlier.</p><p>I suggest you use a program like VLC to find out the exact time in milliseconds that that audio is out of sync. It usually takes to long to use VirtualDub to find that out.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/delay-audio-track.png" alt="delay audio track" title="delay audio track" width="380" height="312" class="alignnone size-full wp-image-45664" /></p><p>Click OK afterwards to close the configuration screen again. Now select File > Save as Avi to save the video with corrected audio to the local system.</p><p>And that&#8217;s it. You have correct out of sync audio of a video file which can now be burned to video DVD.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/28/how-to-correct-out-of-sync-audio-before-burning-video-to-dvd/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to add your music to videos</title><link>http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/</link> <comments>http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/#comments</comments> <pubDate>Mon, 19 May 2008 07:07:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[music]]></category> <category><![CDATA[video]]></category> <category><![CDATA[virtualdub]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4183</guid> <description><![CDATA[This will be a quick tutorial on how to use the Open Source software Virtualdub to add music to videos. I started recording some games that I&#8217;m playing for my game blog Take 9 and discovered in the process how it is fairly easy to add your music to the videos. Now this might be [...]]]></description> <content:encoded><![CDATA[<p>This will be a quick tutorial on how to use the Open Source software Virtualdub to add music to videos. I started recording some games that I&#8217;m playing for my game blog Take 9 and discovered in the process how it is fairly easy to add your music to the videos. Now this might be common knowledge for the video guys among us but everyone else who wants a clean fast solution might be inclined to give this method a try.</p><p>You do need the program <a
href="http://virtualdub.sourceforge.net/">Virtualdub</a>, a video file and some sort of audio file. Now start Virtualdub and either open the video using the File > Open Video File dialog or drag and drop it into the program interface. The video can be played right away in the software. You see it twice because the left one is the original video and the right one the processed video. If you only change the audio they will look alike.</p><p>Click on Video and make sure Full Processing Mode is activated. Switch to the Audio menu and make sure Direct Stream Copy is active in here. Select the Audio from other file option and pick a audio file on your hard drive. It will be automatically integrated in your video and play in normal speed.</p><p><span
id="more-4183"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/virtualdub-500x321.jpg" alt="virtualdub" title="virtualdub" width="500" height="321" class="alignnone size-medium wp-image-4184" /></p><p>Hit the play button at the bottom to see the video and listen to your audio. It should be in sync. If you are satisfied with the result you can select a compression for the video in the Video > Compression menu and save the video afterwards in File > Save as Avi.</p><p>Normally the music will not have the same length as the video and you could sync both by adjusting the frame rate of the video. Click on Video > Frame Rate. Notice the Change so Video and Audio Durations Match ? If you select that option the audio and video will have the same playtime. This means however that the frame rate of the video will either be increased (if the audio is shorter) or decreased (if the audio is longer).</p><p>So your video will either play faster or slower depending on your selection. A good tip is to convert the fps to the original fps as well in the same menu. I try to find audio files that roughly have the same length as the video to avoid slow or super fast videos.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Join multiple video files into one</title><link>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/</link> <comments>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/#comments</comments> <pubDate>Sat, 11 Nov 2006 10:36:14 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[join-avi]]></category> <category><![CDATA[merge-avi]]></category> <category><![CDATA[merge-video]]></category> <category><![CDATA[movie]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tricks]]></category> <category><![CDATA[video]]></category> <category><![CDATA[virtualdub]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/</guid> <description><![CDATA[Websites sometimes split movies into smaller parts to make it easier for users with low bandwidth access to the internet to download the movies without facing problems like timeouts. Once downloaded it is rather tiresome to view such a movie because you have to click on each part which naturally means a short pause between the last and the next movie.]]></description> <content:encoded><![CDATA[<p>Websites sometimes split movies into smaller parts to make it easier for users with low bandwidth access to the internet to download the movies without facing problems like timeouts. Once downloaded it is rather tiresome to view such a movie because you have to click on each part which naturally means a short pause between the last and the next movie.</p><p>The following method makes it possible to join multiple video files into one big file making it that much easier in the end to play and enjoy the downloaded movie. The method is different depending on the type of movie that you are playing. If the movie consists of multiple mpg movies you can use the windows command line to merge them.</p><p><span
id="more-907"></span></p><p>Start the command line by pressing the windows key and R. Enter cmd in the prompt which will start the command line window. Enter the following line into the command line, make sure you enter the right filepath to the movie. I suggest you move the files to the top of a hard drive to ease the amount of typing that needs to be done.</p><p>copy /B &#8220;C:\movie1.mpg&#8221; + &#8220;C:\movie2.mpg&#8221; + &#8220;C:\movie3.mpg&#8221; &#8220;C:\completemovie.mpg&#8221;</p><p>This joins movie1.mpg, movie2.mpg and movie3.mpg into completemovie.mpg. You can add more movies to join more parts without problems.</p><p>You need an additional programs if the parts are avi files instead of mpg. Download the freeware <a
target="_blank" title="virtualdubmod" href="http://virtualdubmod.sourceforge.net/">VirtualDubMod</a> and unpack it to your hard drive. Run the tool and select File, Open Video File and browse to the first part of the movie. Select no If a popup named VBR audio stream detected appears.</p><p>Click on File, append Segment and browse to the second part of the movie. Once this is done click on File, Save As and save the newly merged movie file to your hard drive.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> </channel> </rss>
