[FFmpeg-user] Problems with IE9

Tim Gustafson tjg at soe.ucsc.edu
Wed Nov 23 19:37:13 CET 2011


> Are you absolutely sure you want or need lossless? I'm assuming
> you probably want to use the "slow" preset instead since you are
> attempting to apply the -b option which is probably ignored with
> lossless presets.

My distribution (FreeBSD's ports installation) does not come with a "slow" preset; here's the list of what I have:

libvpx-1080p
libvpx-1080p50_60
libvpx-360p
libvpx-720p
libvpx-720p50_60
libx264-baseline
libx264-ipod320
libx264-ipod640
libx264-lossless_fast
libx264-lossless_max
libx264-lossless_medium
libx264-lossless_slow
libx264-lossless_slower
libx264-lossless_ultrafast

Would you suggest a different preset?  Or perhaps can you furnish the contents of the "slow" preset file so that I can try that?

> most clients needing H264 BASELINE for HTML5

I re-ran the conversion like this:

ffmpeg -y -i '1321566272.uploaded' -f mp4 -threads 4 -vcodec libx264 -vpre libx264-lossless_slow -vpre libx264-baseline -b '391104' -acodec libfaac -ar 22050 -r 30 -g 150 -s '640x480' '1321566272.mp4'

That did not fix the problem; IE is still not playing the video.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Tim Gustafson                                                tjg at soe.ucsc.edu
Baskin School of Engineering                                     831-459-5354
UC Santa Cruz                                         Baskin Engineering 317B
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


More information about the ffmpeg-user mailing list