Richtiges Ziel-Seitenverhaeltnis verwenden
This commit is contained in:
parent
b946f14051
commit
c8905402eb
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
# $Schlepperbande$
|
# $Schlepperbande: src/tivomirror/tivomirror,v 1.1 2010/01/01 22:32:48 stb Exp $
|
||||||
#
|
#
|
||||||
# Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4
|
# Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4
|
||||||
# zu transkodieren.
|
# zu transkodieren.
|
||||||
|
@ -46,7 +46,8 @@ transcode_dstopts.extend(["-vcodec", "libx264", "-b", "1200kb"])
|
||||||
#transcode_dstopts.extend(["-croptop", "8", "-cropbottom", "8", "-cropleft", "8", "-cropright", "8"])
|
#transcode_dstopts.extend(["-croptop", "8", "-cropbottom", "8", "-cropleft", "8", "-cropright", "8"])
|
||||||
transcode_dstopts.extend(["-croptop", "60", "-cropbottom", "60", "-cropleft", "4", "-cropright", "4"])
|
transcode_dstopts.extend(["-croptop", "60", "-cropbottom", "60", "-cropleft", "4", "-cropright", "4"])
|
||||||
transcode_dstopts.extend(["-y", "-deinterlace"])
|
transcode_dstopts.extend(["-y", "-deinterlace"])
|
||||||
transcode_dstopts.extend(["-aspect", "4:3"])
|
#transcode_dstopts.extend(["-aspect", "4:3"])
|
||||||
|
transcode_dstopts.extend(["-aspect", "16:9"])
|
||||||
tmpmp2 = "/mnt/fast/tmp/tivo.mpg"
|
tmpmp2 = "/mnt/fast/tmp/tivo.mpg"
|
||||||
tmpmp4 = "/mnt/fast/tmp/tivo.mp4"
|
tmpmp4 = "/mnt/fast/tmp/tivo.mp4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue