Changes between Version 2 and Version 3 of SanJoséSubjectiveViewing
- Timestamp:
- Jan 28, 2012, 7:58:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SanJoséSubjectiveViewing
v2 v3 82 82 qp32/BasketballDrill_832x480_50.yuv 83 83 }}} 84 1. Run [[http://ftp.kw.bbc.co.uk/davidf/jctvc/gen-playlist-Ref-A-B.pl|gen-playlist-Ref-A-B.pl]] to generate a playlist: 84 1. Run [[http://ftp.kw.bbc.co.uk/davidf/jctvc/gen-playlist-Ref-A-B.pl|gen-playlist-Ref-A-B.pl]] 85 to generate a playlist: 85 86 [[BR]] 86 87 {{{ 87 $ gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 training.txt > out.plst 88 $ gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 order.txt >> out.plst 88 $ gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 training.txt order.txt > out.plst 89 89 }}} 90 NB, the directory paths should be fully qualified.91 90 1. For a subjective test with multiple viewing sessions, it is advisable to generate 92 91 multiple copies of the playlist, one for each viewing session. Each viewing session … … 96 95 {{{ 97 96 $ for N in 1 2 3 4 5 6; do 98 gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 training.txt > session$N.plst 99 gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 order.txt >> session$N.plst 97 gen-playlist-Ref-A-B.pl /path/to/orig /path/to/dut1 /path/to/dut2 training.txt order.txt > session$N.plst 100 98 done 101 99 }}}