comparison DOCS/en/video.html @ 10112:bbf6f508a343

3:4 TV format doesn't exists ;)
author nicolas
date Fri, 16 May 2003 13:56:27 +0000
parents 60c4fd2cb179
children e1deeb0c30e3
comparison
equal deleted inserted replaced
10111:a570a78537aa 10112:bbf6f508a343
1089 <P>To keep the aspect ratio of DivX files and get the optimal scaling parameters 1089 <P>To keep the aspect ratio of DivX files and get the optimal scaling parameters
1090 (hardware horizontal scaling and software vertical scaling while keeping the 1090 (hardware horizontal scaling and software vertical scaling while keeping the
1091 right aspect ratio), use the new dvbscale filter:</P> 1091 right aspect ratio), use the new dvbscale filter:</P>
1092 1092
1093 <PRE> 1093 <PRE>
1094 for 3:4 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1 1094 for 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1
1095 for 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 1095 for 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
1096 </PRE> 1096 </PRE>
1097 1097
1098 <H4>FUTURE</H4> 1098 <H4>FUTURE</H4>
1099 1099