約2,940件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 対象とする言語:日本語
  • 2021/6/23 -公式のcolorspaceについての記述を読むと、どうもYUV->YUV変換はcolorspace,colormatrixオプションだけでなんとか出来るけどrgb->YUVの変換はswscale ...

    2020/7/13 -1つのファイルに動画ストリームが1つだけ含まれている · 入力は YUV データで、色空間の変換は行わない · 音声や字幕は考えない.

    2022/4/14 -I have the following situation. I have H.264 files in .ts container that contain in-band EIA-608 (A/53 / DTVCC Transport) captions.

    We use ffmpeg and image magick in the transcoder worker container to create web playable artifacts from the media you upload to Flow Production Tracking.

    2021/11/9 -以下の記事を参考にした。 https://stackoverflow.com/questions/45972119/how-to-convert-mp4-to-yuv-file-using-ffmpeg $ ffmpeg ... mp4動画からffmpegを ...

    2018/1/4 -I'm experimenting with using the h264_qsv encoder and am experiencing "device failure (-17)" issues under varying workloads. Product.

    A.crfの数値は小さい方が質が高いということはご存じですが? ※x264やx265の話です ffmpegはちょっとわからないです(パラメータ等)からとらえず↑を書きました (知ってそうな気はしまし

    A.おそらく設定間違いでしょう。ここを参考に設定を見直してください。http://www52.atwiki.jp/zinujyo/pages/15.html

    2015/5/4 -この場合、img01.jpegがスタートです。 -vf format=yuv420pで画像形式を YUV 形式で YUV420 に指定. 5.映像に音声を埋め込む. Copied! $ ffmpeg -i ...

    2014/4/9 -FFMPEG. // List available formats for ffmpeg ffmpeg -pix_fmts. // Convert raw rgb565 image to png ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt ...

    2021/11/23 -I wanna convert cv::Mat frame into yuv frame with X264 on Petalinux2017.4, have no found libx264.a, so I use the .so, but when dlsym the api ...

    2018/1/9 -でもffmpegではうまくいきました。ポイントはそのピクセルフォーマットの名称が "nv12" または "nv21" であること。 nv12とnv21の違いはYUVのうちの ...