First page Back Continue Last page Overview Graphics
Create a title screen
Create a title screen
- Use glav to identify a suitable frame, then
- lavtrans -o example.jpg -f -i 7388 newexample.avi
- Open in Gimp2 and overlay a title
- Create 125 frames for a 5-second display
- jpeg2yuv -f 25:1 -L 1 -I t -l 125 -j example.jpg | yuv2lav -o title.avi
Blend into main production
- Last 25 frames of title, first 25 frames of main, and switch opacity
- ypipe -v 2 “lav2yuv -v 2 -o -25 title.avi” “lav2yuv -v 2 -f 25 example.avi” | transist.flt -o 0 -O 255 -d 25 | yuv2lav -v 0 -f a -q 80 -o trans1.avi