Your transcode location absolutely can have an impact.
If your transcode location is on your DATA array (where your media / videos are stored) then that can REALLY slow things down, because it will go like this…
- Plex starts a transcode.
- The movie is read from your RAID array → DISK READS
- The transcoded chunks are written back to the RAID array → DISK WRITES
- The transcoded chunks that have just been written to the RAID array are now read into memory whilst they are streamed out via Plex → DISK READS
So as you can see, doing it this way can make your RAID array far busier that would be preferred.
Now if your transcode area is on the OS drive, which looks like it could be on an SSD, then that could actually wear out your SSD much faster.
The ideal situation, would be to have enough RAM in order to create a RAM disk, and move the Transcode area to the RAM disk.








Here is a sample of my movie. I used the Plex transcoder to split 10 minutes from the beginning of the film. It took ages and my disk was at 100% whilst it was processing it. It could be the movie, but if it is, I’d like to know why it worked fine before.