VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Hi,
    how can I reverse field order in ffmbc or ffmpeg?? thank all cats
    Quote Quote  
  2. afaik. there is no option to automatically change the field order, but you can enforce one:

    "-top 1" -> tff
    "-top 0" -> bff sets to bottom field first
    "-top -1" -> same as input
    Quote Quote  
  3. You can reverse the field order by cropping one scanline off the top and adding on on the bottom. Or vice versa.
    Quote Quote  
  4. https://www.ffmpeg.org/ffmpeg-filters.html#fieldorder

    -vf "fieldorder=bff"
    -vf "fieldorder=tff"


    The transformation is done by shifting the picture content up or down by one line, and filling the remaining line with appropriate picture content. This method is consistent with most broadcast field order converters.

    If the input video is not flagged as being interlaced, or it is already flagged as being of the required output field order, then this filter does not alter the incoming video.

    It is very useful when converting to or from PAL DV material, which is bottom field first.

    Not sure what " filling the remaining line with appropriate picture content" means. You should experiment with it




    https://www.ffmpeg.org/ffmpeg-filters.html#phase


    Delay interlaced video by one field time so that the field order changes.

    Not sure which one works better
    Quote Quote  
  5. "phase" should work better with YV12 -- no blurring of the chroma.
    Quote Quote  
  6. for kindness, an axample of use of phase?

    ffmpeg -vf "phase=b" .. ?
    Quote Quote  
  7. Originally Posted by jagabo View Post
    You can reverse the field order by cropping one scanline off the top and adding on on the bottom. Or vice versa.
    ffmbc -i input.avi -target imx50 -aspect 16:9 output.mxf


    for kindness, how I have to change the catcommandline to reverse field order? -vf crop=? thanks
    Quote Quote  
  8. Originally Posted by marcorocchini View Post
    for kindness, an axample of use of phase?

    -vf phase=b
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!