![](https://seccdn.libravatar.org/avatar/28fb60f36a5c05d6e95d00be1c0c257c.jpg?s=120&d=mm&r=g)
Le 07/02/2016 15:31, jdd a écrit :
Le 07/02/2016 15:14, jdd a écrit :
not really, alas.
report on Firefox forum:
https://support.mozilla.org/en-US/questions/1108613#answer-841170
jdd
Well... I could verify my hypothesis. With the good mp4, the web site works: http://lesgazelles.fr/index.php?n=Site.VideosGazelles but then, the ogv file become unuseful... If you have only a handful of file, ok, but if you get large collection... the script I use (with the correct handbrake-cli syntax) is: !/bin/bash echo usage: movtomp4-html5.sh *.MOV mkdir html5 for a ; do b=`echo "$a" | cut -d'.' -f1` ; HandBrakeCLI -i "$a" -t 1 --angle 1 -c 1 -o "html5/$b.mp4" -f mp4 -O -w 960 --crop 0:0:0:0 --loose-anamorphic --modulus 2 -e x264 -q 22 -r 30 --pfr -a 1 -E av_aac -6 dpl2 -R Auto -B 160 -D 0 --gain 0 --audio-fallback ac3 --encoder-level="3.1" --encoder-profile=high --verbose=1 done exit I don't know in it what is the part really mandatory, but this syntax is read by all the browser I'm aware of... jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org