<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Video import only importing a limited number of frames</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/234022/video-import-only-importing-a-limited-number-of-frames</link><description>I am having an issue with ContextCapture importing a 3 frame per second video. The video is 3 minutes long and should be able to get around ~600 frames from the video. 
 However, on import I am only getting 74 photos on import. 
 
 
 
 
 Does anyone have</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Video import only importing a limited number of frames</title><link>https://communities.bentley.com/thread/728285?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 07:50:28 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b42a50c0-7505-4f65-a437-4fc9f49ff459</guid><dc:creator>Heide Leal</dc:creator><description>&lt;p&gt;Thanks!! was looking for it too&lt;br /&gt;&lt;a href="https://mapquestdirections.io" target="_self"&gt;&lt;span style="color:#ffffff;font-size:xx-small;"&gt;mapquest directions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Video import only importing a limited number of frames</title><link>https://communities.bentley.com/thread/726587?ContentTypeID=1</link><pubDate>Mon, 15 Aug 2022 15:21:34 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:54634b1f-f31c-49be-9547-e86175d790c4</guid><dc:creator>Oto</dc:creator><description>&lt;p&gt;There is setting to choose how many frames per second extract. You need to calculate that.&lt;br /&gt;&lt;br /&gt;Best results could be achieved and less blurry frames extracted if using FFMPEG and extracting only key frames(i-frames) which are best quality.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;ffmpeg -skip_frame nokey -i test.mp4 -vsync vfr -frame_pts true out-%02d.jpeg&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In video compression, they use the so-called&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://en.wikipedia.org/wiki/Video_compression_picture_types"&gt;IPB frames&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to reduce storage space:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I frames (Intra picture): a complete picture&lt;/li&gt;
&lt;li&gt;P frames (predictive picture): p frames stores difference between current frame and previous frame.&lt;/li&gt;
&lt;li&gt;B frames (Bidirectionally predicted picture): b-frame stores difference between current frame and previous frame and later frame.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>