Thank you for the explanation.Yes, I see the same thing in MediaInfo. And some editors have a problem with it too. My rudimentary understanding is that with "separated fields" interlaced video in MP4 the frame rate flag is supposed to be set to the field rate -- and that is what ffmpeg is doing. The editors (like VirtualDub2) are probably at fault here. Players probably deal with this correctly because they use the timestamps embedded with each frame in the video stream, not the frame rate in the header.
To try to ensure that what I send to other people as a link to a file on a cloud server will play without grief, I will try to record those in 60 Progressive.
If on the other hand I am recording with the intent to play on my Television or burn to BD-R to send to someone to play on their set top BD player connected to a Television, I will use 60 Interlaced.
But my final question is, if I am not sure what the final destination is for something I record, should I choose Progressive or Interlaced ?
Can one be converted to the other if necessary to ensure playability ?
TIA
+ Reply to Thread
Results 31 to 34 of 34
-
-
The basic rules (in my book) for capture
1. You capture according to the source >> interlaced is captured as interlaced
2. Your capture frame-rate should match the source >> e.g. a VHS is captured at 29.97 fps/25 fps nothing else
Capturing interlaced at progressive or at a non-native frame-rate thus doing these changes in real time is virtually guaranteed to produce bad captures. -
Btw. it seems that one can avoid the framerate ambiguity by muxing to .mkv instead of .mp4
Code:ffmpeg.exe -i "your.mts" -c:v copy -c:a copy "your.mkv"
Frame rate : 29.970 (30000/1001) FPS
Scan type : Interlaced
Scan type, store method : Separated fields (2 fields per block)
Scan order : Top Field FirstLast edited by Sharc; 13th Aug 2021 at 02:15.
-
Similar Threads
-
Rewrap MTS to MP4 w/o re-encoding. Why is MP4 smaller? GUI batch tool?
By Razz in forum Video ConversionReplies: 7Last Post: 13th Mar 2021, 16:24 -
From multiple MTS file to mp4
By mcgyver83 in forum MacReplies: 14Last Post: 21st Aug 2020, 09:58 -
MTS file conversion to MP4 or WMV
By David Mullins in forum Video ConversionReplies: 6Last Post: 6th Aug 2020, 08:51 -
Converting from MP4/MKV to MTS
By smithb in forum Video ConversionReplies: 4Last Post: 17th Oct 2019, 13:21 -
Problem with different time length MP4 and MTS for same period of filming
By mtn in forum Newbie / General discussionsReplies: 1Last Post: 12th Oct 2018, 20:59