Revision 211a107208ee636da81d2a89592181e2d78a0c8c authored by Michael Niedermayer on 16 November 2011, 16:21:42 UTC, committed by Michael Niedermayer on 18 November 2011, 20:05:12 UTC
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit cea0c82d9b9771dfa2ac729c13c0d9e03ea352a7)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1 parent fdd09e5
Raw File
raw.sh
#!/bin/bash

fn=`basename "$1"`
for th in 1 4; do
    time ./ffmpeg_g -threads $th -skip_loop_filter all -vsync 0 -y -t 30 -i "$1" -an -f rawvideo "raw/n-$fn-$th.yuv"
done

#for th in 1 4; do
#    time ./ffmpeg_g -threads $th -vsync 0 -y -t 30 -i "$1" -an -f rawvideo "raw/$fn-$th.yuv"
#done
back to top