VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. when i use ffprobe it doesnt tell me if a video is interlaced or not ?? is there any command i can use that will me show me ??

    thanks
    Quote Quote  
  2. It' s not possible with ffprobe or ffmpeg to accurately determine if the actual content is interlaced, it's something that has to be done with your eyes

    There is difference between content and type of encoding. For example, you can have progressive content that is encoded interlaced. Or interlaced content encoded progressive. There are many different variations of pulldown
    Quote Quote  
  3. you can have such info but video can be progressive and marked as interlace or opposite way, to detect if video is interlace or not probably you need use not only probe but also filters - quality of detection can be vary.

    Filter https://ffmpeg.org/ffmpeg-filters.html#idet

    Code:
    @ffprobe -select_streams v -i %1 -show_entries "frame=pkt_pts_time,pkt_duration_time,interlaced_frame" -pretty -print_format json -of json > %1.json
    Code:
    @ffmpeg -report -i %1 -vf idet -f null -
    Last edited by pandy; 30th Jun 2015 at 04:36.
    Quote Quote  



Similar Threads

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