[FFmpeg-user] Problem rewrapping DV in MOV
Bouke / Videotoolshed
bouke at videotoolshed.com
Tue Oct 29 16:28:14 EET 2024
> On 29 Oct 2024, at 15:16, Ganesh.Irelan--- via ffmpeg-user <ffmpeg-user at ffmpeg.org> wrote:
>
> Hello
>
> I have .dv files captured from DV videotapes with vrecord. The .dv files play fine in Quicktime Player 10 but are not supported by Premier Pro or FCP. I want to wrap the DV stream from the .dv files into Quicktime MOV (without transcoding) so they can be imported into Premier Pro. FFMPEG rewraps the stream but when played in Quicktime, VLC, and Premier Pro there are narrow black vertical bars on the left and right edges of the frame. It looks like the production aperture 720x480 is being displayed instead of the clean aperture 704x480 but that’s just a guess. Can someone tell me an FFMPEG command that will result in MOV wrapped DV that displays without the vertical borders?
>
> This is what I tried.
>
> 3137-Mac-Pro-DAM:~ kirelan$ ffmpeg -i 36058.dv -map 0 -c copy 36058_Rewrap.mov
Try adding -aspect 4:3 (or 16:9 of course)
Bouke
videotoolshed.com
Van Oldenbarneveltstraat 33
6512 AS Nijmegen, the Netherlands
+31 6 21817248
If you want to send me large files, please use:
https://videotoolshed.wetransfer.com/
More information about the ffmpeg-user
mailing list