Linux/Videoverarbeitung: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
Zeile 56: Zeile 56:
  mkfifo "$1.fifo"
  mkfifo "$1.fifo"
  nice transcode -k --write_pid transcode.pid -i "$1" -V -N 0x2000 -b 224 -M 4 -y yuv4mpeg -o "$1.fifo" -m "$1.ac3" --ext none,none &
  nice transcode -k --write_pid transcode.pid -i "$1" -V -N 0x2000 -b 224 -M 4 -y yuv4mpeg -o "$1.fifo" -m "$1.ac3" --ext none,none &
cat "$1.fifo" | nice /work/videotools/y4mscaler/y4mscaler -S option=sinc:8 -v 0 -I sar=16:9 -I active=608x336+0+0 -O size=720x480 -O active=720x354+0+63 | nice mpeg2enc -v 0 -I 0 -f 8 -b 9000 -F 4 -n n -p -a 2 -o "$1.m2v" -q 4 -K hi-res -D 10 -4 2 -2 1 -R 2
cat "$1.fifo" | nice /work/videotools/y4mscaler/y4mscaler -S option=sinc:8 -v 0 -I sar=16:9 -I active=608x336+0+0 -O size=720x480 -O active=720x354+0+63 | nice mpeg2enc -v 0 -I 0 -f 8 -b 9000 -F 4 -n n -p -a 2 -o "$1.m2v" -q 4 -K hi-res -D 10 -4 2 -2 1 -R 2
  rm "$1.fifo"
  rm "$1.fifo"
   
   
1.075

Bearbeitungen

Navigationsmenü