Skip to content

Instantly share code, notes, and snippets.

@autch
Created November 30, 2018 18:24
Show Gist options
  • Save autch/44aa83a582f4a97552279547c8f43d20 to your computer and use it in GitHub Desktop.
Save autch/44aa83a582f4a97552279547c8f43d20 to your computer and use it in GitHub Desktop.
BS の M2TS を CUVID/NVENC で deinterlace 付きでトランスコード
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