Changeset 1807 for CodeSnippets/VideoTools/templates/bitrate - 2pass with fast-first-pass/x264 2pass with fast-first-pass.cmd
- Timestamp:
- 11/19/08 17:32:54 (16 months ago)
- Location:
- CodeSnippets/VideoTools
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
templates/bitrate - 2pass with fast-first-pass/x264 2pass with fast-first-pass.cmd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CodeSnippets/VideoTools
-
Property
svn:ignore set
to
config.dat
-
Property
svn:ignore set
to
-
CodeSnippets/VideoTools/templates/bitrate - 2pass with fast-first-pass/x264 2pass with fast-first-pass.cmd
r1788 r1807 19 19 set stats_file=${basename} x264.stats 20 20 21 set out_file1=${basename} x264 ${rate_value}KBits pass1.mkv22 21 set out_file2=${basename} x264 ${rate_value}KBits pass2.mkv 23 22 … … 38 37 :pass1 39 38 echo on 40 %x264% --pass 1 %firstpass% --bitrate %rate_value% --stats "%stats_file%" -o "%out_file1%""%pass1_source%"39 %x264% --pass 1 %firstpass% --bitrate %rate_value% --stats "%stats_file%" -o NUL "%pass1_source%" 41 40 @echo off 42 41