How to convert flv videos (so quality is like on putlocker)?

Status
Not open for further replies.

mahjong

Active Member
238
2010
14
0
Hi all!

I'm really looking for a good method for converting movies to flv files. I would like to achieve similar quality/size ratio like on megavideo or putlocker on linux, preferably with command line tool like ffmpeg or mencoder.

I'm currently using ffpresets with x264 in ffmpeg… my problem is that

1) my quality is better and size is the same as megavideo/putlocker video but the encoding needs too much time (hq presets with ffmpeg vcodec x264)


2) on faster x264 presets with same size like megavideo/putlocker the quality is worse: more blocky and darker (i noticed that x264 encodes are always darker even with hq presets – i don’t know the reason)

I know that megavideo /putlocker isn’t using a very CPU intensive script, after all they have to encode a lot of videos in a reasonable time, also

So please, if you have a good and fast command line encoding method for flv, or some advices, please post it. It doesn’t have to be top quality, just similar to putlocker/megavideo: little bit blurry but smooth withouth too much blockyness, and as bright as on the two mentioned sites.

I hope you can help me!

Thank you!
 
Last edited:
7 comments
Apathetic: yes, i am using it, but i kinda need some more specific details, like the exact command line (encoding parameters, filters, etc).
Mindy: thank you, although i would prefer a command line method, not involving php. (but i will look into that script, the ffmpeg command should be in there)

So thanks, and i'm still waiting for some advices!
 
Here is what I got from Megavideo:

Code:
General 			  			 
 			 Complete name 			 D:\default.flv
 			 Format 			 Flash Video
 			 File size 			 3.33 MiB
 			 Duration 			 2s 419ms
 			 Overall bit rate 		 11.5 Mbps
 			 Tagged date 			 UTC 2011-10-03 18:33:36
 			 Tagging application 		 MEGA
Video 			  			 
 			 Format 			 AVC
 			 Format/Info 			 Advanced Video Codec
 			 Format profile 		 High@L5.1
 			 Format settings, CABAC 	 Yes
 			 Format settings, ReFrames 	 8 frames
 			 Codec ID 			 7
 			 Duration 			 2s 419ms
 			 Bit rate 			 1 366 Kbps
 			 Width 				 1 280 pixels
 			 Height 			 720 pixels
 			 Display aspect ratio 		 16:9
 			 Frame rate mode 		 Constant
 			 Frame rate 			 24.139 fps
 			 Color space 			 YUV
 			 Chroma subsampling 		 4:2:0
 			 Bit depth 			 8 bits
 			 Scan type 			 Progressive
 			 Bits/(Pixel*Frame) 		 0.061
 			 Stream size 			 403 KiB (12%)
 			 Writing library 		 x264 core 116
 			 Encoding settings 		 cabac=1 / ref=8 / deblock=1:0:0 / analyse=0x3:0x112 / me=esa / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=1 / sliced_threads=0 / nr=5 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=16 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=2 / weightb=1 / open_gop=0 / weightp=2 / keyint=120 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=10 / rc=2pass / mbtree=1 / bitrate=1366 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=3 / cplxblur=40.0 / qblur=0.5 / ip_ratio=1.25 / aq=1:1.00
Audio 			  			 
 			 Format 			 AAC
 			 Format/Info 			 Advanced Audio Codec
 			 Format profile 		 LC
 			 Codec ID 			 10
 			 Duration 			 2s 419ms
 			 Channel(s) 			 2 channels
 			 Channel positions 		 Front: L R
 			 Sampling rate 			 44.1 KHz
 			 Compression mode 		 Lossy

As you can see, they're using x264 codec, with High Profile, and 8 reframes! That's very CPU extensive! :blink:
 
exandeer: yes, it seems it is a hella good converter with a really good CPU... anyway, thanks for the help! For the others too, although i'm looking for command line tools.
 
Status
Not open for further replies.
Back
Top