[mythtv-users] Auto Transcoding BBC HD trial to MPEG2

Chris Pinkham cpinkham at bc2va.org
Mon Aug 28 16:44:55 UTC 2006


* On Mon Aug 28, 2006 at 03:31:23PM +0100, Chris Glover wrote:
> I want to know how to configure the autotranscoder to transcode the BBCs
> H264 DVB trial to MPEG2, and preserve the Dolby Digital Audio.
> 
> I can do it manually with 
> 
> ffmpeg -i input.mpg -vcodec mpeg2video -acodec copy -intra -sameq -mmx
> -sse -vsse -nsse -f mpegts output.mpg

With 0.19, you have to use a user job to do this.  With 0.20, you'll be
able to setup a custom command for the transcoder.

Either way you'll need to put that ffmpeg call in a wrapper script that
can copy the new file in place, build the seektable using
"mythcommflag --rebuild", etc..

--
Chris


More information about the mythtv-users mailing list