<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>V2V: home for the transcode master</title>
    <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net</link>
    <description>automating transcoding of movies</description>
    <language>en-us</language>
    <pubDate>21:41 11:07:09 CST</pubDate>
    <lastBuildDate>21:41 11:07:09 CST</lastBuildDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>phpSlash 0.8</generator>
    <managingEditor>lemsx1@gmail.com</managingEditor>
    <webMaster>lemsx1@gmail.com</webMaster>

    <item>
      <title>DVD9 to DVD5 progress</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=34</link>
      <description>A number of bugs have been fixed on CVS, the more important of which was a bug relating to how mplex splits video files when ripping videos from a DVD.The error typically says &amp;quot;[mplex] Need to split output but there appears to be no %d in the filename pattern video.mpeg&amp;quot;. We found a way to solve this problem without having to use &amp;quot;video%d.mpeg&amp;quot; as filename. Now we simply call mplex using the following syntax:mplex ...  -f 8 -S 0 -M -o video.mpegWhich
essentially tells mplex to NOT split the files even if a sequence bit
is found in the original stream! You would've thought that -S 0 should
do this by default but... it needed help from -M!The error is then changed to &amp;quot;[mplex] Sequence end marker found in video stream but single-segment splitting specified!&amp;quot; when the split sequence bit is found.As usual, this has been commited to our CVS server on SourceForge: http://sf.net/projects/v2v</description>
      <pubDate>Friday June 23, 2006 03:03AM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=34</guid>
    </item>
    <item>
      <title>2.4.0: DVD Heaven</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=33</link>
      <description>New release with lots of nice additions and code cleanups. As usual, please report bugs, so we can keep killing those pesty friends. 

Click here to get it 2.4.0 (tar.gz)

There are a lot of exciting things in this new release:

Ripping and converting DVDs to DVD5 format in one shot: v2v --dvd9-to-dvd5
see changelog for a lot of bug fixes and cli parameter consolidation
Lots of bugs squashed ... 

 (check ChangeLog file for more)
We are looking for more developers to join us in improving the code. Essentially, we would like to internationalized the code and make it completely platform independent -- so that one can easily use it on Windows, MacOS X or any where else -- This is Perl code after all, and transcode can easily be substituted if necessary. Please check the TODO file if you want to help us.</description>
      <pubDate>Sunday February 12, 2006 07:22PM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=33</guid>
    </item>
    <item>
      <title>2.3.0: swiss army knife</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=32</link>
      <description>New release with lots of nice additions and code cleanups. As usual, please report bugs, so we can keep killing those pesty friends. 

Click here to get it 2.3.0 (tar.gz)

There are a lot of exciting things in this new release:

Can now encode Logo + 2 audio channels in cluster mode
Contains a  compress package dvdtitle.tgz with dvdtitle and pgmfindclip C sources
Yet options supported from the command line, and the removal of some deprecated variables from ~/.V2divxrc
Lots of bugs squashed ... 

 (check ChangeLog file for more)
We are looking for more developers to join us in improving the code. Essentially, we would like to internationalized the code and make it completely platform independent -- so that one can easily use it on Windows, MacOS X or any where else -- This is Perl code after all, and transcode can easily be substituted if necessary. Please check the TODO file if you want to help us.</description>
      <pubDate>Tuesday January 20, 2004 09:46PM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=32</guid>
    </item>
    <item>
      <title>Submit and forget</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=31</link>
      <description>For those of you who may want to improve your transcoding time you may find this article in Linux Journal very useful; it talks about the use of multiple computers to parallelize the processing of the files to be transcoded. Excellent read even if you want to do more than just transcoding -- seti@home anybody? Also, it talks about using Condor to manage schedule batch jobs and other interfaces available today for Linux/UNIX. Also, it has some benchmarks -- we all love those little numbers.</description>
      <pubDate>Tuesday January 13, 2004 10:30AM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=31</guid>
    </item>
    <item>
      <title>2.2.4: NTSC buster!</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=30</link>
      <description>New release that makes flawless NTSC encoding possible. If you get out-of-sync sound/video errors, please report bugs, and we will try to squash them. Also, please use the mailing lists if you need help before reporting your bugs. 

Click here to get it 2.2.4 (tar.gz)

There are a lot of exciting things in this new release:

Yet more code cleanups
Support for more media files and TV 'ripping'
All options in the ~/.V2divxrc file can now be passed/modify from the command line using long argument format. See v2divx.pl --help for more
Lots of bugs squashed but still more to be found and some known ones on the work

 (check ChangeLog file for more)
We are looking for more developers to join us in improving the code. Essentially, we would like to internationalized the code and make it completely platform independent -- so that one can easily use it on Windows, MacOS X or any where else -- This is Perl code after all, and transcode can easily be substituted if necessary. Please check the TODO file if you want to help us.</description>
      <pubDate>Wednesday January  7, 2004 08:23PM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=30</guid>
    </item>
    <item>
      <title>Tips: Using cluster mode</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=29</link>
      <description>Have more than one computer and want to use as many CPUs as possible to encode movies faster? No problem, with V2divx you can do this in a snap. Read on...</description>
      <pubDate>Sunday December 14, 2003 04:43PM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=29</guid>
    </item>
    <item>
      <title>2.2.3: Shinny Bastard!</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=27</link>
      <description>This marks the first SourceForge release. Also, the first milestone for the new development team. Please don't hesitate in reporting bugs if you find them.

Click here to get it 2.2.3 (tar.gz)

There are a lot of exciting things in this new release:

Support for transcode 0.6.11
Support for more media files
Time stamp records when the encoding process started and when it ended
Voice notification if &amp;quot;flite&amp;quot; is installed (Linux)
Lots of bugs squashed
Code cleanup

 (check ChangeLog file for more)
We are looking for more people to join us in improving this code. Essentially, we would like to internationalized the code and make it completely platform independent -- so that one can easily use it on Windows, MacOS X or any where else -- This is Perl code after all, and transcode can easily be substituted if necessary. Please check the TODO file if you want to help us.</description>
      <pubDate>Thursday December 11, 2003 12:02AM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=27</guid>
    </item>
    <item>
      <title>V2divx: The power to transcode</title>
      <link>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=26</link>
      <description>Until we get the repository up and working at SouceForge, you can get the lastest V2divx release from this link. Please send me bugs reports to v2v-devel@lists.sourceforge.net.</description>
      <pubDate>Wednesday November 26, 2003 11:39AM</pubDate>
      <guid>http://v2v.sourceforge.nethttp://v2v.sourceforge.net/index.php?story_id=26</guid>
    </item>

  </channel>
</rss>

