Re: Directv genie setup
No problem. If you set the debug level to DEBUG you can also see the ffmpeg command being invoked (not sure if you see this in TRACE). From that you can easily tell if the video/audio is being copied or transcoded - if the ffmpeg command contains -c:v copy then the video stream is being copied; and likewise if the invoked command contains -c:a copy the audio stream is being copied. The magic word is "copy" - if there is anything else other than the word "copy" after the -c:v or -c:a command then it is being transcoded.
