Thanks, good people!

>> It might be more convenient to use two different conversions: "extract
>> 4:3" and "extract 16:9". 
> Good idea...  just was to lazy when implementig AR... nevertheless, AR would 
> work with any aspect ratio (but I don't know if this can happen...).
> 
>> The first one would convert bookmarks with an 
>> AR of 4:3 to START markers, and those with 16:9 AR to STOP markers,
>> while the second one works vice versa. 
> 
> OK... for converting the bookmarks I implemented now submenus under "Edit":
> --> START/STOP
> --> STOP/START
> -> 4:3 
> ->16:9 
> and editConvert() hast to be called with an argument 0-3 (with 0 giving the 
> old behavoir, 1=reverse order, 2=4:3, 3=16:9)! 
> 
> I hope I have not broken the UI-File when implementing it manualy without
> QT designer... ahemmm...
> 
> The CLI now knows the -cut parameters "4:3" and "16:9", the old "AR" 
> is obsolete (but still there... just in case...;-)). There is now also a "TS2"
> for the imported transport stream bookmarks, which will start with a STOP...
> 
>> Additionally, we could add an 
>> option that strips leading STOP and trailing START markers afterwards.
> 
> Actually we had that options already in the settings, with start_bof=false 
> resp. stop_eof=false leading STOPs / trailing STARTs would be ignored! 
> 
> I just have implemented now the corresponding CLI-switch "-automarker 
> 0|1|2|3" 
> to set those two bool variables (which of course will not be written to the 
> settings ;-)),... bit1 for START and bit2 for STOP...
> 
> David, for instance, now can get his 4:3 movie with "-cut 4:3 -auto 3" ... 
> The EOF/BOF behavoir from the settings file now no longer is used for the CLI 
> (also not as default, which is now ALWAYS "-auto 3" resp. start_bof=true and 
> stop_eof=true,.... like the CLI export format that defaults to 0 since the 
> last patch). 
> 
> Therefore actually David could just type  '-cut 4:3' which in any case would 
> export every single 4:3-frame from the TS... :-)

Wonderful .. I'll wait for it to appear in R110 .. or even patch the
diff in by hand (if I get a moment) :-;


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to