次世代ビデオコーデック総合スレPart1 【HEVC/VP9/AV1等】at AVI
次世代ビデオコーデック総合スレPart1 【HEVC/VP9/AV1等】 - 暇つぶし2ch264:名無しさん@編集中
18/03/21 00:03:29.42 9NK4Qowb0.net
# x265でインタレースエンコード
#  URLリンク(x265.readthedocs.io)
#  HEVC encodes interlaced content as fields.
#  Fields must be provided to the encoder in the correct temporal order.
#  The source dimensions must be field dimensions
#  and the FPS must be in units of fields per second.
ffmpeg.exe -i 640x360-60i.avs -strict -1 -pix_fmt yuv420p -f yuv4mpegpipe - | x265_2.7+14_x64.exe --y4m - --lossless --interlace tff -o interlace.265
# interlace.265は、ffplayやMPC(LAV)では 640x180 60000/1001fps として再生されてしまう
# HM(HEVC Test Model)のデコーダでyuvファイルに。
# HM software: Decoder Version [16.18] (including RExt)[Windows][VS 1900][64 bit]
TAppDecoder.exe -b interlace.265 -o decoded.yuv
# yuvファイルを再生 → 640x360 30000/1001fps として正常に見える
%ffplay% -f rawvideo -pixel_format yuv420p -video_size 640x360 -framerate 30000/1001 decoded.yuv


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch