Is this the right place for this (first post)?
For some reason some of my videos do not convert, I would like to convert them to flv, some are .mov, some are .mpg, some .avi.
I have tried two, the one that uploads, has a codec, and the one that doesn't, doesn't have a codec (checked with GSpot v2.70a) does that have something to do with it?
On my web server, I use this in an exec() function (executes command line code)
Any help would be AWESOME!Code:/usr/bin/ffmpeg -vcodec mpeg2video -i '../videos/file.mpg' -s 320x240 -b 500k -vcodec mpeg2video '../videos/file.flv'
Thanks.
Results 1 to 6 of 6
-
-
Not really. The ffmpegX forum (note the X) is for users of the Mac OS X graphic user interface application "designed to operate over 20 Unix open-source video and audio processing tools including ffmpeg, mpeg2enc and mencoder."Originally Posted by The Little Guy
I doubt that you'll get what you want if you force .flv files to contain mpeg-2 video.Code:/usr/bin/ffmpeg -vcodec mpeg2video -i '../videos/file.mpg' -s 320x240 -b 500k -vcodec mpeg2video '../videos/file.flv'
TryCode:/usr/bin/ffmpeg -i '../videos/file.mpg' -f flv -vcodec flv -s 320x240 -b 500 -ar 22050 '../videos/file.flv'
-
Video: mjpeg, 15 fps, Audio: pcm_u8 (8-bit Unsigned integer/araw), 7875 Hz, mono.
It converts fine for me, but I escaped the exclamation mark (\!).
I think it is a filename issue beyond the swear word...
Similar Threads
-
How can I convert a walmart security video .avi(sn40 codex) to normal video
By DrBaheim in forum Newbie / General discussionsReplies: 20Last Post: 14th Jan 2025, 19:58 -
Convert .exe video tutorials(built by Screencam) to video format
By cyforex in forum Video ConversionReplies: 3Last Post: 1st Apr 2012, 17:11 -
Is there any video card that can encode/convert video at lightning speed?
By johnharlin in forum Video ConversionReplies: 11Last Post: 17th Mar 2012, 16:27 -
Video/audio TS files convert to an uploadable MPEG video
By Prizm007 in forum Newbie / General discussionsReplies: 1Last Post: 4th Jul 2011, 15:30 -
any video converters have video joiner+converter to convert 640x360 resolut
By bournurplusher in forum Video ConversionReplies: 1Last Post: 27th May 2009, 08:52


