File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ package mythtv::nuvinfo;
232232 $aspect =~ s /\, / \. / ;
233233 # Parse out decimal formats
234234 if ($aspect == 1) { return ' 1:1' ; }
235+ elsif ($aspect =~ m / ^0.0/ ) { return ' 4:3' ; } # mplayer is confused -- assume 4:3
235236 elsif ($aspect =~ m / ^1.3/ ) { return ' 4:3' ; }
236237 elsif ($aspect =~ m / ^1.7/ ) { return ' 16:9' ; }
237238 elsif ($aspect == 2.21) { return ' 2.21:1' ; }
Original file line number Diff line number Diff line change 55# $Author$
66
77# Version
8- $VERSION = ' 0.3 0.20060620 .svn' ;
8+ $VERSION = ' 0.3 0.20060626 .svn' ;
99
1010# Autoflush buffers
1111 $| ++;
Original file line number Diff line number Diff line change 44
55Name: nuvexport
66Version: 0.3
7- Release: 0.20060620 .svn
7+ Release: 0.20060626 .svn
88License: GPL
99Summary: mythtv nuv video file conversion script
1010URL: http://forevermore.net/nuvexport/
You can’t perform that action at this time.
0 commit comments