When a mov is converted to FLV, does ffmpegX provide all the metadata information?
I'm trying the program on a Mac and I'm using the flash video within Fotoplayer. The flash video is 480x205 but when I view it in Fotoplayer it is shrunk to 320x240 and off center. Fotoplayer says that this will happen if the video encoder does not encode the metadata information.
However, when I encode a video at 320x240 as expected it plays correctly. How do I fix this? I want to continue using ffmpegX. If not, please suggest another Mac FLV encoder.
Results 1 to 3 of 3
-
-
I used to add it by using another program called FLVTool2 here are some instructions:
are you familiar with using the terminal in OSX at all? If so the steps are really not all that hard
go to Applications -> Utilities (or while in finder you can hold down shit and the apple key and press the letter u)
Open the terminal application
type this into the terminal window "cd " (without the quotes) then drag the folder flvtool2-1.0.6 onto the terminal window and press return
then copy and paste the following into terminal (without the quotes) and hit enter after enter after each command:
"sudo ruby setup.rb config"
"sudo ruby setup.rb setup"
"sudo ruby setup.rb install"
once you have finished that the application should be installed
to use the application the easiest thing to do is use the same command i told you earlier to get into the driectory where your flv is "cd [drag folder containing flv's onto terminal window]" press enter
then i think all you have to do is type in
flvtool2 -U "file_name.flv" and hit enter.
if that doesnt work or sounds like too much work you can try this little application i found while searching for a GUI for FLVTool2:
http://kunden.allink.ch/flv/FLVConverter.dmg
it should be able to convert your movie and then add the metadata automatically
I hope this helps.
Similar Threads
-
i cannot encode with ffmpegx
By Se0r in forum ffmpegX general discussionReplies: 8Last Post: 24th Sep 2009, 12:38 -
FFMPEGX won't encode!
By Kalasin in forum ffmpegX general discussionReplies: 1Last Post: 26th Jul 2009, 11:02 -
FLV Metadata(?) problem - ffmpegX Progress hangs at 96%
By ThomasAlbert in forum ffmpegX general discussionReplies: 8Last Post: 1st May 2009, 09:04 -
What encode does FFMPEGX use for FLV?
By pieman1968 in forum ffmpegX general discussionReplies: 1Last Post: 3rd Apr 2009, 13:16 -
FFmpegX can't encode vobs
By sgee34 in forum ffmpegX general discussionReplies: 3Last Post: 15th Jun 2008, 17:07