chkfj / tvencoder

0 stars 0 forks source link

インターレース解除 #12

Closed chkfj closed 8 years ago

chkfj commented 8 years ago

プロジェクタで見ると横嶋が目立つので

https://github.com/chkfj/tvencoder/blob/master/encode.py#L10

chkfj commented 8 years ago

ffmpeg -y -i sample.ts -strict -2 -vcodec libx264 -flags +ilme+ildct -top -1 -deinterlace -r 30000/1001 -aspect 16:9 -s 1920x1080 -bufsize 20000k -minrate 2000k -pass 1 -movflags faststart -threads 2 sample.dei.mp4