diff options
author | Jarle Bjørgeengen <jarle@bjorgeengen.net> | 2011-05-29 17:42:42 +0000 |
---|---|---|
committer | Jarle Bjørgeengen <jarle@bjorgeengen.net> | 2011-05-29 17:42:42 +0000 |
commit | f302af7a343e0b01d063e33c063356733b954d2f (patch) | |
tree | 2c059807d0457cd115c89833ae32f5e79aeec489 | |
parent | 43b254043533f0470a4e9af0b51668fa2b8cd331 (diff) |
Plutselig funket ikke encoding med vpass=1 (lavcopts)
-rwxr-xr-x | tools/gen_frikanalen_video.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_frikanalen_video.pl b/tools/gen_frikanalen_video.pl index c93dc69..1a79e14 100755 --- a/tools/gen_frikanalen_video.pl +++ b/tools/gen_frikanalen_video.pl @@ -257,7 +257,7 @@ sub gen_video_body { if ( $meta->{'aspect'} eq "4:3" || $opts{'s'} ) { my $cmd ; $mod_dv = "$workdir/mod.dv"; - $cmd = "mencoder -oac pcm -of lavf -ovc lavc -lavcopts vcodec=dvvideo:vhq:vqmin=2:vqmax=2:vme=1:keyint=25:vbitrate=2140:vpass=1 "; + $cmd = "mencoder -oac pcm -of lavf -ovc lavc -lavcopts vcodec=dvvideo:vhq:vqmin=2:vqmax=2:vme=1:keyint=25:vbitrate=2140 "; if ( $meta->{'aspect'} eq "4:3" ) { $cmd .= "-vf-add expand=1000::::: -vf-add scale=720:576 "; } |