On Wed, September 8, 2010 21:57, [email protected] wrote: > On Wed, September 8, 2010 21:16, Doug Webb wrote: >> On 10-09-08 09:49 AM, [email protected] wrote: >>> Hi all, >>> I have released LiVES 1.3.5 (codename IndependĂȘncia). This version >>> provides basic support for .srt and .sub subtitle formats, the ability >>> to >>> set per key/mode effect defaults, a vloopback playback module, plus the >>> usual small fixes and improvements. >>> >>> >>> >>> Here is the full ChangeLog for this version: >>> >>> >>> - Add basic support for .srt and .sub subtitles. (salsaman& Penkov) >>> >>> If there is a subtitle file with the same name as a video clip but with >>> .sub or .srt extension, this can optionally be autoloaded. You can also >>> load an alternate subtitle file though the Edit menu in the clip >>> editor. >>> Subtitles can also be saved to .srt or .sub file when encoding (either >>> part or all of the file). Be aware though that subtitles are linked to >>> frame number, not individual frames, so inserting or deleting frames >>> may >>> cause subtitles to become desynchronised. >>> >>> >>> >>> - Fix for ogg/theora decoding. >>> >>> Fixed occasional decoding errors affecting about 1 frame in 1000. >>> >>> >>> >>> - Updates for lives_mkv_encoder. >>> >>> Removed some deprecated commandline switches. >>> >>> >>> >>> - Fix regressions in some other encoders. >>> >>> An error in the localisation code was causing encoding to fail >>> sometimes >>> with "Invalid fps" errors. This has now been fixed. >>> >>> >>> >>> - Fix for multitrack insert. >>> >>> After an "undo", inserting frames would sometimes not work correctly. >>> The >>> same fix also makes inserting lightning fast, as it was intented to be. >>> >>> >>> >>> - Add new effect "puretext". >>> >>> Some nice effects using just text (loaded from a file). Still in >>> development. >>> >>> >>> >>> - Per key/mode effect defaults. >>> >>> In the real time effect mapper, you can now set defaults for each >>> key/mode >>> combination. So for example you can map the same effect to multiple >>> keys/modes, each with its own default values. If you click on "Save as >>> default keymap", then these defaults will be commited to disk. >>> >>> >>> >>> - Changes to Preferences window (Kolga). >>> >>> The Preferences window has been updated with new Revert/Apply/Close >>> buttons. >>> >>> >>> >>> - Record parameter changes in text entry mode. >>> >>> During recording, input made in text mode is now recorded in realtime. >>> >>> >>> >>> - Added vloopback playback module. >>> >>> E.g. to use LiVES with tvtime: >>> >>> sudo modprobe vloopback >>> >>> then in LiVES, go to Preferences/Playback and set the video playback >>> module to vloopback. Click on Advanced and select the correct (input) >>> /dev/videoX. Set the output frame size to 720x576. Play your clip in fs >>> mode. Start up tvtime with the corresponding /dev/videoX output device. >>> >>> >>> >>> >>> Updated translations to Brazilian Portuguese, Finnish, Japanese, >>> Turkish >>> and Ukranian. >>> >>> >>> >>> >>> URLs >>> http://www.xs4all.nl/~salsaman/lives/current/LiVES-1.3.5.tar.bz2 >>> (source/bzip2, 2.9 MB) >>> >>> http://www.xs4all.nl/~salsaman/lives/current/LiVES-1.3.5.tar.gz >>> (source/gzip , 3.9 MB) >>> >>> >>> >>> >>> shasums: >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> sha1sums: >>> >>> 240f074772d0b31c0f9dfdd00d5d9b5ff977be2e LiVES-1.3.5.tar.bz2 >>> 75e31af1d1a5c6323bd60484f7c3a092cf8d2635 LiVES-1.3.5.tar.gz >>> >>> >>> sha256sums: >>> >>> 8935f5cbc19202ec19f5ca00d09d5137ae1ea255e057b6944103f1ee1dfa192e >>> LiVES-1.3.5.tar.bz2 >>> 9d406e887267bd1564510c661125c124f0caf054ffe2edec77d2d6fd9490a5d0 >>> LiVES-1.3.5.tar.gz >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.4.10 (GNU/Linux) >>> >>> iEYEARECAAYFAkyHtL4ACgkQ6nIyGQ+AtI1VpACfdl4+wXjesFRNH/6+2yHfRLe9 >>> pngAn3YffGblWSUSBLKmxCm1q9bsvmFh >>> =Vkya >>> -----END PGP SIGNATURE----- >>> >>> (gpg key can be found at >>> http://lives.sourceforge.net/index.php?do=contact). >>> >>> >>> >>> Regards, >>> Gabriel. >>> http://lives.sourceforge.net >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net Dev2Dev email is sponsored by: >>> >>> Show off your parallel programming skills. >>> Enter the Intel(R) Threading Challenge 2010. >>> http://p.sf.net/sfu/intel-thread-sfd >>> _______________________________________________ >>> Lives-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/lives-users >>> >>> >> Compiles and installs fine but when I try to do an Encode Selection >> using mjpegtools custom2 lives crashes after the final input screen with >> the Force Aspect field. >> >> Cheers, >> Doug >> > > Yes I see that. There were some changes made to combo boxes for this > version, there may be a few places where it is still buggy. I'll fix this > in subversion. > > Cheers, > Gabriel. > >
Here is a patch to fix that: http://lives.svn.sourceforge.net/viewvc/lives/trunk/src/paramwindow.c?view=patch&r1=678&r2=695&pathrev=695 Just now I noticed another regression in this version, the output encoder format is being reset each time, so unfortunately it needs to be set each time you encode. Cheers, Gabriel. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
