This is a message.

Forum user: zandzpider

Basic information

Registered May 4, 2009
Last login Jun 17, 2011
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/10494

Latest forum posts

Posts:

Registered:

» » » » » Changing clip on-the-fly disables double click (fullscreen)

Posted: Jun 18, 2011

Ace! Thanks for a fast reply!

Any estimates before the currentl development version is ready for release?

Posts:

Registered:

» » » Changing clip on-the-fly disables double click (fullscreen)

Posted: Jun 18, 2011

Why does this work in 3.1.4 and not 3.2.7?

http://dev.aiur.no/flowplayer-3.1.4/example/

http://dev.aiur.no/flowplayer/example/

Click on the "Clips" below the player to change clips

Posts:

Registered:

» » Changing clip on-the-fly disables double click (fullscreen)

Posted: Jun 18, 2011

I want to change the clip when the video is complete.

Also i tried to do this from outside the player with:


$('#container').click(function(e) {

  $f().play({ url : 'http://example.com/new_clip.mp4' });
});

Same effect. Disables the fullscreen double click feature

Posts:

Registered:

Changing clip on-the-fly disables double click (fullscreen)

Posted: Jun 17, 2011

Double click to goto fullscreen is not working after changing the clip.

Here's the URL for the example.

http://dev.aiur.no/flowplayer/example/


var clip = 'http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv';

flowplayer('player', { src: '../flowplayer-3.2.7.swf'}, {
	clip: {
		url : clip,
		onFinish : function() {
			setTimeout(function() {

				$f('player').play({url : clip});
			},1000);
		}
	}
});

Posts:

Registered:

Grainy end result

Posted: Jan 15, 2010

Helloooo there, i have been encoding for some while now and im kiinda annoyed over my files being Grainy / dotted......

I'm usually coding from h.264 720p files

Here's my line

ffmpeg -i "input.mp4" -y -f mp4 -s 848x480 -vcodec libx264 -vpre zz_hd -crf 20 -level 41 -acodec libfaac -ab 96k -ar 48000 -ac 2 -threads 0 -deblockalpha -2 -deblockbeta -1 output.mp4

my preset file:

coder=1
flags=+loop
cmp=+chroma
partitions=+parti8x8+parti4x4+partp8x8+partb8x8
me_method=hex
subq=7
me_range=22
g=320
keyint_min=25
sc_threshold=40
i_qfactor=0.71
b_strategy=1
qcomp=0.7
qmin=10
qmax=51
qdiff=4
bf=2
refs=3
directpred=3
trellis=1
flags2=+wpred+mixed_refs+dct8x8+fastpskip

Posts:

Registered:

» Hiding the mouse cursor on fullscreen

Posted: Jun 23, 2009

bump

Posts:

Registered:

» Empty space url

Posted: May 5, 2009

tried using %20 between spaces?

Posts:

Registered:

Hiding the mouse cursor on fullscreen

Posted: May 4, 2009

Hello there, im using the current newest version of Flowplayer (free)..

Im wondering on how you can hide the mouse cursor .. lets say, after 3 seconds of playing in fullscreen mode.

This is pretty mutch how every other standalone video player works btw.