ios - 在录制 iOS 时更改视频的最大持续时间
<p><p>我最初使用指定的最大时间阈值开始录制。<br/></p>
<pre><code>AVCaptureMovieFileOutput* output;
//initialisations, other configurations...
//Here i am setting up my MaxDuration before starting recording.
;
//Starting recording here
;
</code></pre>
<p>我需要在录制过程中更改最长录制时间阈值。 <br/></p>
<p>到目前为止我尝试过的:<br/></p>
<pre><code>;
</code></pre>
<p>我在录制过程中调用了上面的代码行,但是录制在之前的 <code>MY_MAX_LENGTH</code> 时间标记处停止,然后在重新开始录制后新的最大持续时间 <code>kCMTimeInvalid</code> 在 <code>AVCaptureMovieFileOutput</code> 对象上设置。 <br/></p>
<p>我在这里做错了吗?请指出我正确的方向。 <br/>
非常感谢任何帮助。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>为了实现这一点,我使用了手动 <code>start-recording/stop-recording</code> 技术(而不是最大时间逻辑),其中使用了计时器和一些标志。 <br/></p>
<p>我希望这对遇到类似问题的人有所帮助。</p></p>
<p style="font-size: 20px;">关于ios - 在录制 iOS 时更改视频的最大持续时间,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/28810348/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/28810348/
</a>
</p>
页:
[1]