# Transmuxing vs transcoding

**URL:** https://community.wowza.com/t/transmuxing-vs-transcoding/50198
**Category:** Wowza Streaming Engine
**Tags:** transcoder
**Created:** [November 21, 2017, 2:59pm UTC](https://community.wowza.com/t/transmuxing-vs-transcoding/50198 "2017-11-21T14:59:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gary\_Powell](https://avatars.discourse-cdn.com/v4/letter/g/c57346/32.png) [@Gary\_Powell](https://community.wowza.com/u/Gary_Powell)
#### Post date: [November 21, 2017, 2:59pm UTC](https://community.wowza.com/t/transmuxing-vs-transcoding/50198/1 "2017-11-21T14:59:46Z")

</div>

I have a question regarding transmuxing vs transcoding in regards to a live stream. I know I get transmuxing for live streams using the Wowza playing via HLS, my question would adding transcoding be an addition benefit, or what are the benefits of transcoding I don’t get with transmuxing?

Thanks

---

<div class="post-metadata">

### Author: ![Przemyslaw\_Sobala](https://avatars.discourse-cdn.com/v4/letter/p/977dab/32.png) [@Przemyslaw\_Sobala](https://community.wowza.com/u/Przemyslaw_Sobala)
#### Post date: [November 21, 2017, 3:58pm UTC](https://community.wowza.com/t/transmuxing-vs-transcoding/50198/2 "2017-11-21T15:58:50Z")

</div>

When transmuxing you only change the way that video and audio packets are organized, eg. in HLS stream they are organized in MPEG-TS containers, in DASH in fMP4 containters, in RTMP.

If you want to change the video/audio itself you have to transcode the stream, eg. changing video frame size (resolution), frames per second, video bitrate, audio volume, audio sampling frequency, audio channels number, and so on, you have to transcode the input stream.

Transcoding is much more CPU intensive than transmuxing.

---

<div class="post-metadata">

### Author: ![Gary\_Powell](https://avatars.discourse-cdn.com/v4/letter/g/c57346/32.png) [@Gary\_Powell](https://community.wowza.com/u/Gary_Powell)
#### Post date: [November 21, 2017, 9:39pm UTC](https://community.wowza.com/t/transmuxing-vs-transcoding/50198/3 "2017-11-21T21:39:24Z")

</div>

Thanks for the information I wasn’t looking at the “transformation” / changing the stream as you described.
