Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit Disambiguation links added |
rm bad link. WP:DUPLINK. |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|Direct digital-to-digital conversion of one encoding to another}}
{{Other uses|Transcode (disambiguation)|H.264/MPEG-4
{{
'''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),
2008, webpage: [https://archive.today/20110719180141/https://www.smpte.org/events/smpte_annual_tech/schedule/06wedspm1/
</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, [[
Transcoding is commonly a [[lossy compression|lossy process]], introducing [[generation loss]]; however, transcoding can be lossless if the output is either
==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).
|