on2 vfw vp6 bonkers "flv" guide for the rest of us
Showing posts with label ffmpeg#flv. Show all posts
Showing posts with label ffmpeg#flv. Show all posts
Tuesday, October 27, 2009
on2 vfw vp6 bonkers guied for idjits
i'm sorry i like my video right side up.
on2 vfw vp6 bonkers "flv" guide for the rest of us
on2 vfw vp6 bonkers "flv" guide for the rest of us
Thursday, June 18, 2009
youtube h.264 flv codec sucks
youtube h.264 flv codec sucks.
h264 hates old slow computers and FLV players are pigs.
Work around this with ffmpeg.
./ffmpeg input.flv -vcodec copy -acodec copy "output-mpeg4--6moy2009.mp4"
(LQ)
./ffmpeg -i *.FLV -vcodec flv -acodec libmp3lame -ar 44100 -ab 32 \
-s 320x240 -aspect 16:9 -b 350 -r 25 \
"OUTPUT-LQ_4tube-vcodec-flv--b350--ver3-mp3.flv"
------------------------------
////////////
//////
///
youtube safe? video format " will look like crap.
SO TRY Qscale for averAGE-quality... NON-youtube videos
=============
./ffmpeg -i *.FLV -vcodec h263 -s 352x288 -aspect 16:9 -b 350 -r 25 -qscale 4 \
-acodec libmp3lame -ar 44100 -ab 124 \
"OUTPUT--averageQ-h263--avi-.avi"
Labels:
6moy2009june,
ffmpeg,
ffmpeg-svn,
ffmpeg#flv
Monday, June 1, 2009
ffmpeg (notes) and how to A generic FLV youtube video.
#( youtube safe codec )
# ( fast uplode and no recoding)
$
ffmpeg -i *mpg -r 25 -b 350kb -t 10 \
-vcodec flv -an \
my-flv-for-youtube.flv
---------------------------
---------------------------------
??
exiftool *.flv
================================
ExifTool Version Number : 7.67
File Name : my-flv-for-youtube-5moy2009.flv
Directory : .
File Size : 894 kB
File Modification Date/Time : 2009:05:31 11:00:41-07:00
File Type : FLV
MIME Type : video/x-flv
Duration : 10.04 s
Image Width : 320
Image Height : 240
Video Bitrate : 0
Frame Rate : 25
Video Codec ID : 2
File Size Bytes : 915713
Video Encoding : Sorensen H.263
Image Size : 320x240
---------------------
?? ??
and it all looks good.
Labels:
ffmpeg,
ffmpeg#flv,
flv,
Sorensen H.263,
youtube