Hi All,
I am using video module with ffmpeg library.
my input file size is 11MB and output flv file size is 1.6 GB.
this is too large and payers are not able to play it properly.
please help.
I am using following settings
Video output extension : FLV Format
Video codec: Flash Screen Video
FFmpeg video preset : none
video quality : 1
video speed : 1
dimension : 832X480
Aspect mode : preserve aspect ratio
Upscale : unchecked
Audio codec : advanced audio coding
Audio Quality : poor
I did not change advanced settings.
I have tried other video codec too, but they do not seems to work, they always display "video is being converting...."
FFmpeg version 0.6.5
helper program : flvtools2
Player: flowplayer, I have tried videojs and jwplayes but they are not rendering it.
Please help
Thanks
Sudhanshu
Comments
Comment #1
Jorrit commentedThat is very bad. First of all, your ffmpeg version is very old. Try updating to something later than 1.0.
Also, could you run
ffmpeg -i PATHTOFLVOUTPUTFILEand post the entire output here?For other output formats: are there errors in the Drupal error log?
Comment #2
hypertext200