Why Avidemux changed scan type in MPEG file (stream copy)?

Started by cord-factor, March 14, 2012, 08:47:16 AM

Previous topic - Next topic

cord-factor

Hello, I need to cut video from frame X to frame Y. When I done it with ffmpeg it is all ok. For example frame 360 to frame 1317

$ ffmpeg -timecode_frame_start 360 -i uncut.mpg -vframes 957 -vcodec copy -acodec copy cut.mpg

scantype info for result file

***
Scan type                                : Interlaced
Scan order                               : Top Field First
***


But, If I do this in Avidemux (using copy option) it changes scantype to progressive, but scan order is present too  :o
mediainfo

Scan type                                : Progressive
Scan order                               : Top Field First

Why it is happens?


Agent_007

IIRC there was/is ticket for this, I will check it during weekend.
I am away between 15th of May - 15th of June. (yes, I am playing D3)

Agent_007

I am away between 15th of May - 15th of June. (yes, I am playing D3)

cord-factor