wie kann ich zwei videos so zusammen hängen, dass jedes zweite frame vom ersten video aus kommt. sprich:
a-frame video1, a-frame video2, b-frame video1, b-frame video2....
hier habe ich was spannendes gefunden:
Code: Alles auswählen
nice -n 0 mplayer -benchmark -nosound -noframedrop -noautosub -vo yuv4mpeg bla.dv
Code: Alles auswählen
cat stream.yuv | nice -n 0 mpeg2enc --sequence-length 4500 --nonvideo-bitrate 324 --multi-thread 2 --aspect 2 -f 8 -b 9800 -g 4 -G 9 -D 10 --frame-rate 3 -v 0 --video-norm p --reduction-4x4 2 --reduction-2x2 1 -q 3 --keep-hf -o "bla.m2v"
hat jemand ne idee??