[FFmpeg-trac] #5925(undetermined:new): Trying to transcode a mxf prores video file (spanned) to mov x264

FFmpeg trac at avcodec.org
Tue Nov 8 02:50:47 EET 2016


#5925: Trying to transcode a mxf prores video file (spanned) to mov x264
-------------------------------------+-------------------------------------
             Reporter:  dr_pardee    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  prores mxf   |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by dr_pardee):

 I apologize, I mixed up the last commands when I was posting.

 Corrected:

 Non-spanned clip (works):
 ffmpeg -c:v:0 prores -r 23.98 -i A00005V01.D43559B4_58100BA4.mxf -b:v 800k
 -maxrate 800k -s 320x240 -vcodec copy -y -threads 0 -report A00005V01.mov

 Spanned clip part1 (works):
 ffmpeg -c:v:0 prores -r 23.98 -i A00006V01.D43559B9_58100BA7.mxf -b:v 800k
 -maxrate 800k -s 320x240 -vcodec copy -y -threads 0 -report
 A00006V01-part1.mov

 Spanned clip part2 (fails with Output file #0 does not contain any
 stream):
 ffmpeg -c:v:0 prores -r 23.98 -i A00006V01.D43559BB_58100BA9.mxf -b:v 800k
 -maxrate 800k -s 320x240 -vcodec copy -y -threads 0 -report
 A00006V01-part2.mov

 The result of the first clip from ffmpeg is:
 https://drive.google.com/open?id=0B2zHnxqTQVYLUzdwY1hzU0EyN1k

 Since the second clip is failing on the second part of the clip, here is
 the full clip exported via Avid Media Composer:
 https://drive.google.com/open?id=0B2zHnxqTQVYLaHhiMk1UYjFuSWc

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5925#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list