<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/project-x/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/project-x/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Mar 2013 11:40:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/project-x/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>use chapters to split into collections</title><link>https://sourceforge.net/p/project-x/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if the chapter-marks could also be used to split into collections like the new cutpoints feature (which is a great step, thanks!).&lt;/p&gt;
&lt;p&gt;Otherwise, it is not possible to cut a continuous video into chunks without losing a few secs inbetween.&lt;/p&gt;
&lt;p&gt;Thanks, Sven&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Hergenhahn</dc:creator><pubDate>Tue, 19 Mar 2013 11:40:12 -0000</pubDate><guid>https://sourceforge.net958793d268bbe67ea37b0a1352cc1033a341fc23</guid></item><item><title>no progress indication in CLI mode</title><link>https://sourceforge.net/p/project-x/feature-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;would be nice to have some sort of progress indication during cli mode&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Selur</dc:creator><pubDate>Tue, 23 Oct 2012 06:53:17 -0000</pubDate><guid>https://sourceforge.net1e1e0febb21072f8640168d745afdd73ccc086b9</guid></item><item><title>Show GOP pictures in separate panel / improve matrix</title><link>https://sourceforge.net/p/project-x/feature-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes, when cutting out commercials, you still get a couple of unwanted frames because the GOP before the cut position contains these frames (is this description correct?). I was wondering if you'd get better control if we have a panel (say: below the cut panel) that would display the preview frames of the previous, current and following GOP (similar to the preview matrix, but making clear where the GOP boundaries are). One might better choose the cut point if he or she sees the frames contained in the GOP?&lt;br /&gt;
(as a hack, I was thinking of copying the CutView along with the logic of CutPanel.updateCutView())&lt;/p&gt;
&lt;p&gt;Maybe for engineering efficiency, the following would be feasible:  hitting the "cut_scan" button (which starts the matrix) say with a modifier like shift, you would already "zoom in" the preview matrix so that the three GOPs mentioned are shown around the current frame position? Then you would also need a way to highlight the GOPs?&lt;/p&gt;
&lt;p&gt;I'll stop here before I write too much because my theory may be all wrong...&lt;/p&gt;
&lt;p&gt;I'd be glad to here some feedback.&lt;/p&gt;
&lt;p&gt;Keep up the great work!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Kolbe</dc:creator><pubDate>Wed, 27 Jul 2011 22:54:44 -0000</pubDate><guid>https://sourceforge.net1730cba9ec5b7f3af1194dcd324dc753ae1bd7df</guid></item><item><title>various output format and logo-filter</title><link>https://sourceforge.net/p/project-x/feature-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;br /&gt;
I use projectX to remove comerial from tv programs that I record. Sometimes I burn them to DVD if I want to keep movie or tv-show.&lt;br /&gt;
imput file is mpg, and output is two separated files. I need to join audio and video in to one file using mlpex. it would be great to have possibility to choose output in to single mpeg file. &lt;/p&gt;
&lt;p&gt;another very good feature would be possibility to remove logos from video. &lt;/p&gt;
&lt;p&gt;thanks for extremely nice application, keep up the good work. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 May 2009 10:55:06 -0000</pubDate><guid>https://sourceforge.net50907cd5415b4cb31189eaea3e1bbe5a08e2e4da</guid></item><item><title>DVR-MS Support</title><link>https://sourceforge.net/p/project-x/feature-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Support for Microsoft's Media Centre format DVR-MS - either by format conversion pre-demultiplexing or direct manipulation would be appreciated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 06 Jun 2008 04:23:42 -0000</pubDate><guid>https://sourceforge.net5194facbccc8d5f29e5f74b67deec856993b3f44</guid></item><item><title>Refactor code to be more object-oriented, ...</title><link>https://sourceforge.net/p/project-x/feature-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The organisation of the code is not bad but it uses far too many statics... I'd change some of these.&lt;br /&gt;
To illustrate how it affects the user... try to cut a new collection while the process to demux another collection is running. It could thrown and Exception or just use the wrong data (this is not just a theoretical case, it did happen to me).&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;
- AudioFormat should be an interface&lt;br /&gt;
- have instead AbstractAudioFormat&lt;br /&gt;
- all properties must be non-static and either private or protected&lt;br /&gt;
- use AudioFormatFactory to create an instance and use that instead&lt;br /&gt;
- if you still believe you need to swap the implementation (setNewType) for the same instance create AudioFormatWrapper&lt;/p&gt;
&lt;p&gt;(I am happy to provide code examples for this change)&lt;/p&gt;
&lt;p&gt;Data or status information should almost always *never* be stored in a static variables.&lt;/p&gt;
&lt;p&gt;Without this it is almost impossible to make the application thread-safe. Using objects makes it simple as long as the threads do not use the same instances.&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Ecer</dc:creator><pubDate>Sat, 23 Feb 2008 14:08:55 -0000</pubDate><guid>https://sourceforge.net78536b10c621bceb66aa41bcda571d7b71faf9e1</guid></item><item><title>Rewrite of timestamps in cut TS</title><link>https://sourceforge.net/p/project-x/feature-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'd love to have ProjectX rewrite the timespams in TS-files, so that I can cut out ads without remultiplexing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 17 Feb 2008 19:16:47 -0000</pubDate><guid>https://sourceforge.netd71a97e07301290a832b643791b31078cb0009f2</guid></item><item><title>Improved post processing scripts</title><link>https://sourceforge.net/p/project-x/feature-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ProjectX should have a tool to generate AviSynth scripts and an easy way to execute for example ffmpeg to do the encoding task after demuxing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 18 Sep 2007 09:31:36 -0000</pubDate><guid>https://sourceforge.netb1d2a25b4bbdfa73a7a69fb8cd736d2d0437e627</guid></item><item><title>Output always to one folder</title><link>https://sourceforge.net/p/project-x/feature-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you for a very useful and accurate tool.&lt;/p&gt;
&lt;p&gt;I would an option in the CLI to output the output files to a single folder - say C:\demuxed - without the subfolders for each demuxed file. eg: maybe the option could be -noSubFolders&lt;/p&gt;
&lt;p&gt;In other words, so all the files end up in one big folder if I process 20 .ts files.&lt;/p&gt;
&lt;p&gt;This would make it much easier to for me to load a group of .d2v files into my encoding software in a single drag and drop, rather than going to each subfolder. (I use TMPGenc and I have to use the gui - there is no cli for it).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 28 Aug 2007 05:28:45 -0000</pubDate><guid>https://sourceforge.netb8289fc503a6370394993cfcc152a6b582b78152</guid></item><item><title>Support for h.264-Transportstreams</title><link>https://sourceforge.net/p/project-x/feature-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We're able to receive and record streams which contain Mpeg-4 (h.264) from german stations ProSieben and Sat1 in HDTV. &lt;/p&gt;
&lt;p&gt;Since Project X has always been my favourite tool to cut Mpeg-2-Streams and prepare them for DVD, it would be very cool if it could also support these new transport streams. If needed, I could provide some sample recordings. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Japes</dc:creator><pubDate>Sun, 18 Feb 2007 10:50:27 -0000</pubDate><guid>https://sourceforge.net647118fce01ef5738a516bfd94ce53691e56cfdb</guid></item></channel></rss>