Hi!

Ralph Glasstetter wrote:

> with this patch it's possible to use formatted timestamps
> 
>  [[hh:]mm:]ss.[frac][/nn]
> 
> as alternative to frame numbers in input fields! 

Good idea.

> Supported input fields are the cut-list supplied with the "-cut"-CLI-option,
> the <start>/<stop>-tags in project files and the search boxes in the GUI (did 
> I forget something?).

I guess it's not necessary to support the format in the project file -
unless you're going to create project files with a script.

> Please notice the (additional) period, if you want to specify just full 
> integer seconds (without min/hours)!!! If you omit it, the string will be 
> interpreted as frame number as usual...
> 
> BTW, we now also have an "-exp"-CLI-switch to specify an export file/location 
> in addition to the (optional) <expfile>-projectfile-tag. Nevertheless, the 
> latter has still priority... 

It's usually the other way round: command line switches override
configuration files.

[...]
> @@ -1823,11 +1850,11 @@
>     {
>       // curpic is not before the first entry of the table
>       --it;
> -     if (it->export_flag)
> +     if (it->export_flag && it!=quick_picture_lookup.end())
>       {
>         // the corresponding entry says export_flag==true,
>         // so this pic is after a START entry and is going to
> -       // be exported
> +       // be exported (But ONLY if it's not the last entry!).
>         
>         outpic=curpic-it->picture+it->outpicture;
>         outpts=pts-it->pts+it->outpts;

I'm pretty sure this change is useless. `it' can't be at the end of the
list because it has just been decremented (i.e. moved towards the front
by one position).

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to