VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hello I'm trying to to to use nvenc and deinterlacing from yadif_cuda with "Keep bottom field, interpolate/discard top field"

    Code:
    ffmpeg -i "input.VOB" -filter:v format=yuv444p -c:v h264_nvenc -preset lossless -vf yadif_cuda=1 "output.mp4"
    What am I doing wrong?
    Quote Quote  
  2. Member hydra3333's Avatar
    Join Date
    Oct 2009
    Location
    Australia
    Search Comp PM
    ah hem, did you receive a log and an error message ?
    Quote Quote  
  3. Code:
    Only '-vf yadif_cuda=1' read, ignoring remaining -vf options: Use ',' to separat
    e filters
    Only '-af (null)' read, ignoring remaining -af options: Use ',' to separate filt
    ers
    Quote Quote  
  4. Member hydra3333's Avatar
    Join Date
    Oct 2009
    Location
    Australia
    Search Comp PM
    Also, what I found was that I was better off staying with vanilla yadif as the speed "gain" was negligible at that time, perhaps mainly due to the "costs" of shuffling lots of data to/from gpu<->cpu.

    good luck.
    Last edited by hydra3333; 24th Jan 2020 at 03:24.
    Quote Quote  
  5. I choose not to continue with cuda yadif due to I needed a custom compile of inorder to get cuda_yadif...it's not supported by default.

    The following line of string seems to be the correct way convert .vob to lossless .mp4

    Code:
    ffmpeg.exe -i "Input.vob" -filter:v yadif=0:1:0,format=yuv444p -c:v h264_nvenc -preset lossless "Output.mp4"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!