Created
November 30, 2018 18:24
-
-
Save autch/44aa83a582f4a97552279547c8f43d20 to your computer and use it in GitHub Desktop.
BS の M2TS を CUVID/NVENC で deinterlace 付きでトランスコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -hwaccel cuvid -c:v mpeg2_cuvid -deint 2 -drop_second_field 1 -i V:\[181007-0130][BSBS9_0]ゴブリンスレイ ヤー.m2ts -r 59.94 -c:v h264_nvenc -threads 8 -c:a copy -bsf:a aac_adtstoasc -movflags +faststart gs1.di.m4v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment