[mythtv-users] nuvexport DVD export aspect ratio problem and modifying DVD.pm

ffrr ffrr at tpg.com.au
Mon Jul 18 03:26:33 EDT 2005


Stuart Morgan wrote:

>
>
>No official fix that I'm aware of. The problem is that nuvexport forces all 
>recordings to 4:3 format whether or not you want it to. (Hint: It should 
>really be a user defined option!). You can make a quick change to DVD.pm to 
>use 16:9 instead.
>
>ffmpeg/DVD.pm make the following change:
>In the section marked:
># Force to 4:3 aspect ratio
>
>Replace or comment:
>	$self->{'out_aspect'} = 1.3333;
>
>With:
>	$self->{'out_aspect'} = 1.7777;
>  
>
Couldn't be easier, thank you.


More information about the mythtv-users mailing list