Content deleted Content added
m unpiped links using script |
rm bad link. WP:DUPLINK. |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3:
{{Refimprove|date=October 2015}}
'''Transcoding''' is the direct digital-to-digital conversion of one
"Advancements in Compression and Transcoding: 2008 and Beyond",
[[Society of Motion Picture and Television Engineers]] (SMPTE),
Line 9:
</ref> or to convert incompatible or obsolete data to a better-supported or modern format.
In the analog video world, transcoding can be performed just while files are being searched, as well as for presentation. For example, [[Cineon]] and [[DPX]] files have been widely used as a common format for [[digital cinema]], but the data size of a two-hour movie is about 8 [[
Transcoding is commonly a [[lossy compression|lossy process]], introducing [[generation loss]]; however, transcoding can be lossless if the output is either losslessly compressed or uncompressed.<ref name=SMP/> The process of transcoding into a lossy format introduces varying degrees of
==Process==
Line 22:
: If one wishes to edit data in a compressed format (for instance, perform image editing on a [[JPEG]] image), one will generally decode it, edit it, then re-encode it. This re-encoding causes [[digital generation loss]]; thus if one wishes to edit a file repeatedly, one should only decode it ''once'', and make all edits on that copy, rather than repeatedly re-encoding it. Similarly, if encoding to a lossy format is required, it should be deferred until the data is finalised, e.g. after mastering.
; Lower bitrate
: '''[[Transrating]]''' is a process similar to transcoding in which files are coded to a lower bitrate without changing video formats;<ref name="Ryan">{{cite web|
; [[Image scaling]]
: Changing the picture size of video is known as '''transsizing''', and is used if the output resolution differs from the resolution of the media. On a powerful enough device, image scaling can be done on playback, but it can also be done by re-encoding, particularly as part of transrating (such as a [[downsampled]] image requiring a lower bitrate).
|