<p dir="ltr">Hi!</p>
<p dir="ltr">I'm having a problem trying to do commercial flagging on a transcode. After a recording job runs, I have it run the commercial flagging and then a custom script that transcodes the mpeg2 to a h.264 mpeg4 file. You can see the full script here....</p>
<p dir="ltr"><a href="http://pastebin.com/GveHsDft">http://pastebin.com/GveHsDft</a></p>
<p dir="ltr">In particular, I have a question about these two lines:</p>
<p dir="ltr">mythcommflag --chanid $CHANLID --starttime $STRTTIM --gencutlist<br>
mythtranscode --chanid $CHANLID --starttime $STRTTIM --mpeg2 --honorcutlist --outfile $MYTHDIR/$MPGFILE.tmp</p>
<p dir="ltr">When it runs these commands, does it export the mpeg2 file with the commercials already removed? Or, does it export the mpeg2 file as the original and puts the cutlist in a file alongside the mpeg2 file?</p>
<p dir="ltr">Going through mythweb, I see the commercial flag for the recorded programs, but when watching it through a Kodi frontend, I see no dialog recognizing commercials.</p>
<p dir="ltr">Thanks in advanced!</p>