Hello everyone!
I am using a software, that generates thumbnails from video files.
So far I've used mplayer to generate thos thumbs.
Since ffmpeg can create much cleaner and better thumbs, I changed the appropriate command line in the code and it runs everything perfectly ...
... except if the output format of the thumbs is ODD!Code:ffmpeg -ss [timeCode] -i [inFile] -vcodec mjpeg -vframes 1 -an -f rawvideo -s [scaleWidth]x[scaleHeight] [outDir]/output.jpg 1> /dev/null 2> [debugFile]
(So for example, 640x481 pixels)
This follows from the error log:
See here:Frame size must be a multiple of 2
http://www.google.de/#hl=de&source=h...f+2&fp=1&cad=b
I've read through but I found nothing useful
There must also be a possibility to get FFMpeg to work as perfectly as mplayer does if the thumbsize/videosize is odd.
Here, i would need your help, hints or solutions!
Thank you very much!
yamyam
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
No ffmpeg pro's available who can help ?
Similar Threads
-
Staxrip: "Constant Quality" vs. "Exact File Size"
By FallenAngelII in forum Video ConversionReplies: 1Last Post: 9th Aug 2007, 18:40 -
In Ulead DVD workshop 2, the "User defined" frame size option is
By white1 in forum Authoring (DVD)Replies: 1Last Post: 28th Nov 2006, 20:12 -
"Frame size 820*56 not supported" error in CCE
By spon23 in forum Video ConversionReplies: 1Last Post: 7th Dec 2004, 00:26 -
"Frame based" X "Field order A" X "
By in forum Authoring (DVD)Replies: 0Last Post: 9th Nov 2003, 20:21
Statistics
Newest guides
Latest tool updates
New media comments



Quote