Slyde Lizard of the Coast | Merdeuh j'aurais pas du effacer mon post alors
Code :
- Telecide(): Recovers progressive frames but does not remove resulting duplicates and does not change the frame rate or frame count. Do not use Telecide on streams that do not contain telecined progressive frames, such as pure interlaced video. Note that a stream of PAL progressive frames that are shifted by one field will exhibit combing and can be considered a telecined stream for purposes of recovery; Telecide will easily handle this situation.
- By default, Telecide runs postprocessing on the recovered frames. This postprocessing checks each frame to see if it is combed (some combed frames may come through the field-matching process [see below]), and if a frame is combed, it is deinterlaced, otherwise it is not touched. The deinterlacing algorithm is an adaptive one, that is, only the portions of a frame that are combed are deinterlaced. This means that full detail is retained in static picture areas. The algorithm for distinguishing between combed and progressive frames is extremely effective but not perfect.
- To achieve inverse telecine, apply Telecide followed by Decimate.
- Telecide supports an optional pattern guidance mode. Enabling this option allows Telecide to overrule the calculated field match with its predicted match based on the recent clip history. A threshold can be defined so that a large enough discrepancy between the predicted and calculated matches will reset the pattern.
- IMPORTANT NOTE In some previous versions of Decomb, you had to run FieldDeinterlace after Telecide to get postprocessing. This functionality is now built into Telecide, so do not follow Telecide by FieldDeinterlace; simply accept the default behavior of Telecide. Conversely, previously you would have simply omitted the FieldDeinterlace call to disable postprocessing; now you need to explicitly tell Telecide by setting its post option to false. FieldDeinterlace is still available as a separate filter, however, to allow for standalone deinterlacing.
- FieldDeinterlace(): This filter provides the same functionality as the postprocessing function of Telecide. You can use it for pure interlaced streams (that is, those not containing telecined progressive frames). (The name refers to the fact that field mode differencing is used.) Do not use FieldDeinterlace after Telecide because the same functionality is built into Telecide.
- FieldDeinterlace provides an option that allows you to specify whether all frames are to be deinterlaced or whether just frames detected to be combed are deinterlaced.
- Decimate(): Decimate 1 frame in every N, where N is a parameter and can range from 2 to 25. Decimate removes one duplicate frame in every group of N frames. The frame rate and count are adjusted appropriately. Decimate properly supports VirtualDub random access (timeline navigation).
|
Donc :
Pour du 25 fps PAL ou 29.97 FPS NTSC intégralement entrelacé : FieldDeinterlace(blend=false)
Pour du 29.97 FPS telecined (devant être repassé à 23.976 fps) : Telecide()
Decimate(cycle=5)
---------------
Le topic du QLRR et FIRE - Knowledge is power. Power corrupts. Study hard, become evil.
|