home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Recording thumbnails - resolved! :-D
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pilehave" data-source="post: 788908" data-attributes="member: 71550"><p>I did some testing with ffmpeg and replaced it with mtn.exe. Seems to be a working solution, but work is needed to be able to created the "tiled" screenshots that mtn could do.</p><p></p><p>So far I just hardcoded the width and height of the screenshot, but this should ofc be read from the video-file:</p><p>[CODE]</p><p>string ExtractorArgs = string.Format(" -itsoffset -5 -i \"{0}\" -vframes 1 -s 320x240 \"{1}\"", aVideoPath, aThumbPath);[/CODE]</p><p></p><p>If you want to play around, remember to replace mtn.exe with ffmpeg.exe in line 36 as well <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="pilehave, post: 788908, member: 71550"] I did some testing with ffmpeg and replaced it with mtn.exe. Seems to be a working solution, but work is needed to be able to created the "tiled" screenshots that mtn could do. So far I just hardcoded the width and height of the screenshot, but this should ofc be read from the video-file: [CODE] string ExtractorArgs = string.Format(" -itsoffset -5 -i \"{0}\" -vframes 1 -s 320x240 \"{1}\"", aVideoPath, aThumbPath);[/CODE] If you want to play around, remember to replace mtn.exe with ffmpeg.exe in line 36 as well ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Recording thumbnails - resolved! :-D
Contact us
RSS
Top
Bottom