Hello,guys...
I'm on a G5 (not the Intel model) and i'm experiencing some problems operating the ffmpegx.
First, when i tried to convert one MKV, i got this message
another time i imported a mkv file into the window... i heard the "ding" telling me it was finished doing its thang, but i got this instead
i'm still a novice when it comes to computers, but i know i'm not doing something right.
One final thing happened...
I imported yet another mkv file into the window and after it finished, it managed to convert the file to an AVI, BUT..... the audio was cool yet the picture was super choppy.. i mean to the point where the video would freeze for 2 seconds and then go to the next alloted frame. Like some bad stop motion picture.
So guys.. i lend my ear to your wisdom.
i've done some major research on your board and it said something about using SUPER, but it's only for Windows...
and i'm one of those Mac guys most PC users hate. Oh well, what can you do?
SO.. what should i do?
Results 1 to 5 of 5
-
-
a. Many codecs need the video size to be divisible by 16, because they describe the clip in blocks of 16x16 pixels. If you try to encode to 712x480, it won't work because 712:16=44.5, not a round number. 720x480 or 704x480 would be more likely to work. Just find a valid number close to what the desired aspect ratio suggests.
b. Sometimes QuickTime Player won't open movie files because they are the wrong file type. Or, if the conversion didn't go well, your output movie could be a zero byte file, which obviously won't play.
c. No idea on the choppy video.
-
Originally Posted by chryslus
When in doubt, take a screenshot and measure the width and height in pixels.
aspect ratio = width : height (e.g. 640 : 480 = 1.33 = 4:3)
width = height x aspect ratio (e.g. 640 = 480 x 1.33)
height = width : aspect rato (e.g. 352 =~ 640 : 1.78)
For a 4:3 (1.33:1) aspect ratio and a target height of 480 px, the desired width is 480x4:3=640. In that case, set the video size to 640x480.
For a 16:9 (1.78:1) aspect ratio and a target width of 640 px, the desired height is 640:1.78=360. In that case, set the video size to 640x352, as 352 is the closest valid number to 360.
Now, MKV files can have a custom aspect ratio, so you should confirm the aspect ratio in playback, not just taking it's native resolution. An MKV file may be native 720x480 and have a 4:3 aspect ratio, so the image is squeezed 89% horizontally for correct playback. To convert such a file to AVI, 640x480 may be more appropriate than 720x480, as AVI has (almost) no support for custom aspect ratio.
(One might make such an MKV file for taking unaltered broadcast resolution, preserving every detail that is received.)
Originally Posted by chryslus). If you post the log here, we can have a look at it.
-
Use mencoder with MKVToolNix to decode the existing compression algorithm and re-encode video with a new one in a different container.
Similar Threads
-
Converting .mkv to .avi subtitle problems?
By oxadiba in forum SubtitleReplies: 1Last Post: 9th Apr 2011, 09:45 -
converting mkv to avi + problems
By sgbd in forum Video ConversionReplies: 8Last Post: 28th Dec 2010, 13:53 -
Problems with converting mkv(h. 264) to avi
By sgbd in forum Video ConversionReplies: 7Last Post: 18th Nov 2010, 11:10 -
Problems with converting MKV to AVI
By Sayuri in forum Video ConversionReplies: 25Last Post: 1st May 2010, 07:57 -
Problems converting mkv to avi properly. (subs)
By biogenesis in forum Video ConversionReplies: 14Last Post: 26th Apr 2009, 23:31