If you check the email I wrote some days ago you'll find all the information about xdcam ex files.<br>I checked a file produced by a  Sony Xdcam camera by MediaInfo and I posted all the detailed results.<br>Then J-B and I generated manually the string of code. The "g=12" parameter is referred to the lenght of the GOP (Group Of Pictures) of the mpeg file.<br>As the XDCam format is a long gop format this is actually a very important parameter if you want to respect the exact format of this kind of clip.<br>Now I have not time to explore better the problem but in my opinion this could be generated by the mp4 container which looks like is not too friendly with the uncompressed PCM audio format, but the XDCam profile has to be: container mp4, video mpeg2 long gop (blue-ray standard) and audio PCM at 48.000Hz.<br>As XDCam is a proprietary format is not impossible that a standard mp4 container isn't allowed to mux uncompressed PCM audio.<br>This could be why ffmpeg has problems in muxing this kind of content. Of course a deeper investigation is needed. <br>For the rest the string means I posted means this:<br><br>f=mp4 - format mp4<br>vcodec=mpeg2video   - video codec mpeg2<br>g=12 - GOP 12 frames<br>vb=35M - Video Bitrate 35 Mb/sec<br>acodec=pcm_s16be - Audio Codec PCM 16bit BigEndian<br>ar=48000 - Audio Ratio 48000 Hz<br><br>I hope this can help.<br><br>Massimo. <br>
<br>
----Messaggio originale----<br>
Da: j.reitsma@hccnet.nl<br>
Data: 28-apr-2018 21.02<br>
A: <kdenlive@kde.org><br>
Ogg: Re: R: Re: Output XDCAM footage with kdenlive<br>
<br>

  <!--
    
  -->
  
    <div class="moz-cite-prefix">Thanks!<br>
      <br>
      If I use the parameters you mention below, rendering is stuck
      right at the beginning. The error message reads<br>
      <br>
      <!--
p, li { white-space: pre-wrap; }
-->
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">[mp4 @ 0x7f526c000f00] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. [mp4 @ 0x7f526c000f00] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
[mp4 @ 0x7f526c000f00] Could not find tag for codec pcm_s16be in stream #1, codec not currently supported in container [consumer avformat] Could not write header '/home/jogchum/Videodata/Videocamera/Taalfilmkes/Waldreis/Wâldreis-3.mp4'</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">I tried to switch the codec to pcm_s16le, one that is mentioned in one of the mlt-6 consumer profiles, but that made no difference.</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Btw, where can I get info about the parameter values? E.g., what does "g=12" mean? 
</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
      Op 25-04-18 om 22:49 schreef Massimo Stella:<br>
    </div>
    <blockquote type="cite" cite="mid:162fe9125ba.maxstar@tin.it"><...><br>
      You can try to do this by using this parameters:<br>
      <br>
      f=mp4 vcodec=mpeg2video g=12 vb=35M acodec=pcm_s16be ar=48000<br>
      <br>
      <...><br>
    </blockquote>
    <p>
</p>
  

<br>
<br>