camardo

Results 21 comments of camardo

Hi Dave, Same issue with multiple tapes, multiple decks, and -- now -- multiple Macs. Seems like it's around 1.25x playback speed. I've tried slowing down the file to 0.5x...

Dave -- I'm fairly certain that this tape was captured at 24p, which I've just discovered. Our DVCPro deck plays back everything at 59.94i and I'm reading in a camcorder...

QuickTime 10.5. I'm referencing the following page from a Panasonic camcorder manual: https://www.manualslib.com/manual/117242/Panasonic-Aj-Sdx900p.html?page=29#manual I'm not sure how to reconcile this information with the commands I'm using on ffmpeg.

Here's a screengrab of the metadata from the file captured with Quicktime. ![Screen Shot 2022-02-03 at 11 14 58 AM](https://user-images.githubusercontent.com/98367554/152413406-1998381a-a5b6-424a-8e87-ab9393d65c5f.png)

I can try Premiere next. Ffprobe of the 1394 input while playing the tape confirms framerate of 23.98.

- I'm getting the correct specs using this command: ffmpeg -f avfoundation -drop_late_frames 0 -capture_raw_data 1 -i 1 -f mxf -map 0:0 -c copy -r 24000/1001 test.mxf ...but the file...

I _almost_ have a solution. I can get video and audio in one file at the correct framerate, but I'm outputting to MXF and it seems that the timecode may...

Yes, I've shared those with you on Google Drive. It seems that the tape was recorded at 23.98p, but is being output by the deck as 29.97p or 59.94i over...

administrator$ ffmpeg -f avfoundation -i 1:3 -drop_late_frames 0 -capture_raw_data 1 -c copy output.dv ffmpeg version 5.0 Copyright (c) 2000-2022 the FFmpeg developers built with Apple clang version 12.0.0 (clang-1200.0.32.29) configuration:...

administrator$ ffmpeg -f avfoundation -i 1:3 -drop_late_frames 0 -capture_raw_data 1 -map 0 output.dv ffmpeg version 5.0 Copyright (c) 2000-2022 the FFmpeg developers built with Apple clang version 12.0.0 (clang-1200.0.32.29) configuration:...