承上,若影片需要Field order,則可用:
(Bottom Field First)
ffmpeg -y -i input.mov -target ntsc-dvd -r 29.97 -s 720x480 -aspect 16:9 -g 12 -flags +ilme+ildct -alternate_scan 1 -top 0 BFF.mpg
(Top Field First)
ffmpeg -y -i input.mov -target ntsc-dvd -r 29.97 -s 720x480 -aspect 16:9 -g 12 -flags +ilme+ildct -alternate_scan 1 -top 1 TFF.mpg
沒有留言:
張貼留言