VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread




  1. Code:
    ffmpeg -i "Q:\ff\test.mov" -r 24 -crf 12 -vcodec libx264 -level:v 4.1 -tune film -pix_fmt yuv422p -acodec copy -vf "format=yuv422p" -x264opts interlaced=0:ref=4:bframes=3:subme=9:trellis=2:keyint=240:colorprim=bt709:transfer=bt709:colormatrix=bt709 Q:\ff\out.h264
    1. H264 decodes fine with DirectShowSource, but not with DGAVCIndex/AVCSource(). FFVideoSource loads the H264, but I am unable to seek through the file in AvsP or VirtualDub. I want to load it with a frame accurate decoder.

    2. MediaInfo show the H264 as VFR instead of 24. AvsP shows 24.000.

    Am I missing something from the command?
    Quote Quote  
  2. DGAVCIndex is depreciated, and I don't think it can handle 422

    ffms2 relies on container timestamps, so if you put it in a container (instead of raw avc) it should work
    Quote Quote  
  3. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    L-SMASH Works (using LwLibavVideoSource) or DGDecNV (requires registration and an Nvidia GPU with VP2+ PureVideo decoder) are currently the most recommendable source filters for AviSynth to decode AVC.
    Quote Quote  
  4. Guest34343
    Guest
    DGDecNV also does not currently support 4:2:2.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!