I am new to transcode and am seeking some help. I have a lot of recordings that have noise in the right channel that I would like to fix. They were recorded with a PVR-350 in mythtv. What I would like to do is just pass the audio and video through to the new file, but copy the left audio channel over the noise in the right channel. I have tried several command lines but I can't find one that works. Here is what I thought would work:
transcode -i infile.mpg -P3 -o outfile.mpg -J cpaudio=source=l But I get an error "Audio format not supported". Can anyone tell me what I am doing wrong? Thanks.