Two different capture methods are apparently producing different DAR's: 4:3 for DV via firewire and 3:2 for Lagarith via s-video.
Before buying a capture card, I experimented with capturing DV via firewire from a Sony DCR-TRV350. MediaInfo shows the following:
Video
ID : 0
Format : DV
Commercial name : DVCPRO
Codec ID : dvsd
Codec ID/Hint : Sony
Duration : 3 min 55 s
Bit rate mode : Constant
Bit rate : 24.4 Mb/s
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 29.970 (30000/1001) FPS
Original frame rate : 29.970 (29970/1000) FPS
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:1:1
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Bottom Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 2.357
Stream size : 807 MiB (94%)
I just received and installed a Magewell Capture Pro HDMI, which produces the following file characteristics:
Video
ID : 0
Format : Lagarith
Codec ID : LAGS
Duration : 32 s 566 ms
Bit rate : 46.2 Mb/s
Width : 720 pixels
Height : 486 pixels
Display aspect ratio : 3:2
Frame rate : 29.970 (30000/1001) FPS
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Bits/(Pixel*Frame) : 4.404
Stream size : 179 MiB (94%)
I have tried various settings, but the output file always shows 3:2 DAR. Also, there is no indication the output file is interlaced.
Do these MediaInfo outputs indicate anything wrong?
By the way, the 486 vertical resolution was an experiment... I assume I should be using 720 x 480.
+ Reply to Thread
Results 1 to 9 of 9
-
-
OK - Thanks, so I'm ok on calculated (Lag) vs flagged (DV) DAR. It's up to me to output proper DAR in the final video.
Any way to verify the saved file remains interlaced? I don't see the distinct combing I saw with Windows Media Encoder after capturing the DV videos. -
That's linux syntax. For windows you can use:
Code:ffmpeg -i filename.avi -filter:v idet -frames:v 100 -an -f null -
-
Thanks!! As I suspected (based on viewing), the s-video captured file is not interlaced:
[Parsed_idet_0 @ 0000023ad9a7cf00] Single frame detection: TFF: 0 BFF: 0 Progressive: 100 Undetermined: 1
[Parsed_idet_0 @ 0000023ad9a7cf00] Multi frame detection: TFF: 0 BFF: 0 Progressive: 100 Undetermined: 1
Now, I've just got to figure out why... -
I'm going to start a new thread, since I've deviated from the original DAR question. Thanks for the help!
-
Keep in mind that that command only looks at the first 100 frames. If your video starts with a still shot the report may not be accurate.
Similar Threads
-
Problem with display aspect ratio when burning ISO for DVD
By br1anstorm in forum Newbie / General discussionsReplies: 23Last Post: 15th Feb 2019, 16:37 -
Scanning DVD/BD and display information? (audio, aspect ratio, region code)
By guy24s in forum ComputerReplies: 8Last Post: 19th Mar 2018, 00:35 -
Display aspect ratio Help
By Caiosouza in forum RestorationReplies: 11Last Post: 1st Oct 2017, 15:58 -
Converting 1:85 aspect ratio to 2:39 aspect ratio using Virtual Dub
By maxgremlin in forum EditingReplies: 1Last Post: 8th Jun 2017, 22:06 -
Help re-encoding mkv to fix display aspect ratio
By bowiebowie in forum Video ConversionReplies: 13Last Post: 17th May 2016, 10:19