<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to direct_copy</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>Recent changes to direct_copy</description><atom:link href="https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Feb 2020 10:36:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/feed" rel="self" type="application/rss+xml"/><item><title>direct_copy modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,7 +2,7 @@
 ------------------

 1. **Audio is saved as PCM in direct copy mode**  
-A1: Switch to full mode and select audion compression.  
+A1: Switch to full mode and select audio compression.  
 A2: Use appropriate input driver for audio (there is option in File-&amp;gt;Open dialog and Audio-&amp;gt;From other source).  

 2. **Save video fails with message** "Direct stream copy cannot be used with this video stream."  
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Tue, 11 Feb 2020 10:36:57 -0000</pubDate><guid>https://sourceforge.net016194c12e15070ec9b0c5955a7b70f180c90207</guid></item><item><title>direct_copy modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,14 @@
+FAQ
+------------------
+
+1. **Audio is saved as PCM in direct copy mode**  
+A1: Switch to full mode and select audion compression.  
+A2: Use appropriate input driver for audio (there is option in File-&amp;gt;Open dialog and Audio-&amp;gt;From other source).  
+
+2. **Save video fails with message** "Direct stream copy cannot be used with this video stream."  
+A1: Use appropriate input driver if one exists.   
+A2: Switch to full mode and use compression.  
+
 Direct stream copy and smart rendering state
 ------------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Thu, 02 Jan 2020 12:38:52 -0000</pubDate><guid>https://sourceforge.net2fad98eaf8886cc6a1ccbdab7cebf9ae4d83c76a</guid></item><item><title>direct_copy modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,6 +2,7 @@
 ------------------

 Support for these features is preserved from original VirtualDub, however it does not fully extend to **caching input driver** which is default driver in the package. You can change priority back to **internal AVI driver** or select it manually when opening a file.
+**How to change input driver:** [see this link](OpenVideo), select different option in "Open using".

 Still, these modes should work while using **caching input driver** with limitations on input format: 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Sat, 28 Apr 2018 18:38:10 -0000</pubDate><guid>https://sourceforge.netac0020358ff18ea6df43b8b3e2049de8e1fc97ea</guid></item><item><title>direct_copy modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -12,6 +12,13 @@
  *  does not work with image sequences
  *  does not work with audio (always decodes as PCM)

+Export -&amp;gt; Stream copy
+----------
+ 
  Also there is simple tool for fragment extraction available under File-&amp;gt;Export-&amp;gt;Stream copy.  
  This can copy both video and audio from single (simple) selection, and save to different container (e.g. mp4) when possible.
+ What does it mean "simple selection":
+
+ * if you append multiple segments, it will not work
+ * if you cut or rearrange portions of timeline, it will not work

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Mon, 03 Jul 2017 09:24:55 -0000</pubDate><guid>https://sourceforge.net4b849cfb4058a493766328cfcee4199e37512cb1</guid></item><item><title>direct_copy modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="direct-stream-copy-and-smart-rendering-state"&gt;Direct stream copy and smart rendering state&lt;/h2&gt;
&lt;p&gt;Support for these features is preserved from original VirtualDub, however it does not fully extend to &lt;strong&gt;caching input driver&lt;/strong&gt; which is default driver in the package. You can change priority back to &lt;strong&gt;internal AVI driver&lt;/strong&gt; or select it manually when opening a file.&lt;/p&gt;
&lt;p&gt;Still, these modes should work while using &lt;strong&gt;caching input driver&lt;/strong&gt; with limitations on input format: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;video must be I-frame only (no delta frames) and full index must be present&lt;br/&gt;
    There is a notice in &lt;strong&gt;File Information&lt;/strong&gt;: "index present, optimal random access".&lt;br/&gt;
    If it is something else, direct copy will not work.&lt;/li&gt;
&lt;li&gt;if there are multiple video segments they all must be of same format&lt;/li&gt;
&lt;li&gt;does not work with image sequences&lt;/li&gt;
&lt;li&gt;does not work with audio (always decodes as PCM)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also there is simple tool for fragment extraction available under File-&amp;gt;Export-&amp;gt;Stream copy.&lt;br/&gt;
 This can copy both video and audio from single (simple) selection, and save to different container (e.g. mp4) when possible.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Sun, 25 Sep 2016 18:42:40 -0000</pubDate><guid>https://sourceforge.net1c64e7dd9935541fa5f8f0ba88de37f4daa86472</guid></item></channel></rss>