[FFmpeg-user] Problem rewrapping DV in MOV

Terje J. Hanssen terjejhanssen at gmail.com
Thu Oct 31 17:24:26 EET 2024




Den 31.10.2024 14:22, skrev Bouke / Videotoolshed:
>
>> On 31 Oct 2024, at 14:07, Ganesh.Irelan--- via ffmpeg-user<ffmpeg-user at ffmpeg.org> wrote:
>>
>>> 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
>>    _______________________________________________
>>
>>> On 10/29/24, 10:28 AM, "ffmpeg-user on behalf of Bouke / Videotoolshed"<ffmpeg-user-bounces at ffmpeg.org on behalf of bouke at videotoolshed.com> wrote:
>>>   Try adding -aspect 4:3 (or 16:9 of course)
>>>   Bouke
>>    _______________________________________________
>>
>> Thanks for your reply.  A dv wrapped .mov file was created but it only contained the first 17 minutes of the 39 minute source.  The resulting file was viewable and did not have the unwanted vertical bars but, ultimately, the conversion failed.
> No clue in your case, but a captured DV tape can contain glitches that might interfere.
> Watch the DV stream around the part where the re-wrap stopped.
>
>
> Bouke

Sometimes it may help to first reset the timestamps:

fmpeg -i 36058.dv -reset_timestamps 1 -c copy 36058_reset.dv

Terje J. H

>
> 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/
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list