Is there any way to add a thumbnail from a separate fille to a dvd menu? instead of a frame from the title i want to add a .jpg as a thumbnail.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
-
Yes it can be done but it requires some scripting. Select Edit/script
comment out the 6 lines as indicated by placing a # in the first position.
Add the 3 new lines, the first should point to your image file using the reader "imagesource"
Save it and the new thumbnail shoud show up, as you can see from my image where I load the fish
Code:Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi") LoadCPlugin("C:\Program Files (x86)\AVStoDVD\Lib\ffms2.dll") LoadPlugin("C:\Program Files (x86)\AVStoDVD\Lib\ColorMatrix.dll") #Audio = A2DAudioSource("C:\Users\Public\Videos\test_vid.mkv", CacheFolder="I:\temp_safe_to _delete_from_here") #Video = FFVideoSource("C:\Users\Public\Videos\test_vid.mkv", track=-1, fpsnum=30, fpsden=1, colorspace="YV12", seekmode=0) image=ImageSource("C:\Users\Public\Pictures\fish.jpg") # load your image here #Video = Video.ColorMatrix(source=0,dest=2) #Video = Video.ConvertToYV12() image = image.Spline16Resize(720,576) #Video = Video.ChangeFPS(25) return image #Last = Video
Last edited by davexnet; 9th Sep 2022 at 01:03.
-
Okay, so this seems to work for only one thumb? when I try to set the second one the first breaks and when I try to change it the first's scrip changed to the second.
Similar Threads
-
Displaying Video Thumbnails
By Compositor in forum Newbie / General discussionsReplies: 9Last Post: 8th Mar 2019, 05:23 -
video thumbnails
By halcyon5 in forum Newbie / General discussionsReplies: 3Last Post: 3rd Oct 2018, 04:25 -
mkv without thumbnails
By David Banner in forum Newbie / General discussionsReplies: 3Last Post: 8th Jul 2018, 08:32 -
Thumbnails for MKV files
By Steve01351 in forum Newbie / General discussionsReplies: 54Last Post: 26th Apr 2018, 05:54 -
Dark Thumbnails
By KK@56 loaches in forum Newbie / General discussionsReplies: 1Last Post: 27th Feb 2018, 23:56