Author Topic: Video Quality  (Read 27285 times)

bootmaker

  • Guest
Re: Video Quality
« Reply #105 on: January 16, 2009, 07:33:04 PM »
Be sure to get the mp4, then upload it.

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5948
  • PHPmotion Developer
Re: Video Quality
« Reply #106 on: January 16, 2009, 07:48:07 PM »
@xciaoatuttix

i would assume you know that the video on your site is an adult clip?

tonmo

  • Newbie
  • *
  • Posts: 4
Re: Video Quality
« Reply #107 on: January 18, 2009, 11:39:14 AM »
I don't know why, but when I used the file attached to the beginning of this thread, the conversion result was really bad.  Videos were highly pixelated and you couldn't make out much of what was happening.  So, instead of made some tweaks but I'm not totally happy, and now I'm concerned there's too much disparity between file types.  My site (http://www.poolvids.com) hosts pool/billiards videos, most converted over from vshare so the majority of flv's already existed, and I used mass uploader to bring them into the new site.  Because of the content here, video quality is very important.  You can see the quality now by looking at the two most recent files uploaded.  The others were converted through the old vshare process / different settings.

I've attached my converter file here (in text format).  Shawn (or anyone), is this something you could help me with? Thanks in advance!

tonmo

  • Newbie
  • *
  • Posts: 4
Re: Video Quality
« Reply #108 on: January 23, 2009, 09:42:56 PM »
any help with the post above?  ???

dallas147

  • Newbie
  • *
  • Posts: 66
Re: Video Quality
« Reply #109 on: February 28, 2009, 07:56:03 AM »
Hi

Worked good on standard v2 phpmotion

Will this work with the Genesis Template JW Player 4?

Cheers

dallas147

  • Newbie
  • *
  • Posts: 66
Re: Video Quality
« Reply #110 on: March 07, 2009, 04:37:04 AM »
Hi

Yeah, quality has inproved, but video is sligtly out of wack now. :(
Any ideas on how to fix?

 ???

http://www.omeview.com/play.php?vid=94

boyd

  • Newbie
  • *
  • Posts: 26
Re: Video Quality
« Reply #111 on: March 07, 2009, 07:14:41 AM »
check your main css file, search for the player div and change it. ;D

dallas147

  • Newbie
  • *
  • Posts: 66
Re: Video Quality
« Reply #112 on: March 08, 2009, 12:35:32 AM »
Ah yes, cheers... :-[

sgn

  • Newbie
  • *
  • Posts: 10
Re: Video Quality
« Reply #113 on: April 16, 2009, 04:25:07 PM »
Any news on the video quality trick being added to admin panel as a mod?

sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6247
    • PHPmotion Mods
Re: Video Quality
« Reply #114 on: April 16, 2009, 04:33:49 PM »
Any news on the video quality trick being added to admin panel as a mod?

Wait until you see the video quality settings in the V3 admin panel.  They're awesome!

sgn

  • Newbie
  • *
  • Posts: 10
Re: Video Quality
« Reply #115 on: April 18, 2009, 08:57:28 PM »
I'm having issues with my video being too large for the black box where it plays and the graphics in the video we filmed run off the side of the viewing area like it's too big. 

Will V3 fix this issue? 

I've tried all suggestions in previous posts by lowering the video settings in convertor.php and even lowering the qmax settings didn't have an effect.

My site is http://www.gourmetfoodtube.com.

We shot several videos in H.264 format at 1280x720 aspect ratio in HD.  Coded them in QuickTime saved with the MOV extension, which I didn't see an optional fix for that type to improve video quality.

Any help you can offer will be absolutely appreciated b/c I'm stumped at this point.

Thank You!

sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6247
    • PHPmotion Mods
Re: Video Quality
« Reply #116 on: April 18, 2009, 09:15:21 PM »
Try either changing the stretching param on your player, or reducing the height of the player to accommodate your widescreen format.

sgn

  • Newbie
  • *
  • Posts: 10
Re: Video Quality
« Reply #117 on: April 18, 2009, 09:57:30 PM »
Try either changing the stretching param on your player, or reducing the height of the player to accommodate your widescreen format.

Thanks much for the quick suggestion.  I'm newer than new to this stuff and know that I need to edit some php files on the server, but that's about the extent of it.  If you could kindly let me know which files need to be edited for the two suggestions...I can go from there.

Thanks again!

sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6247
    • PHPmotion Mods
Re: Video Quality
« Reply #118 on: April 18, 2009, 10:51:26 PM »
The "stretching" can be changed in templates/inner_play.htm, and the player size can be adjusted by changing the embed code in the same file, then adjusting the css for the player box in css/main.css accordingly.  ;)

sgn

  • Newbie
  • *
  • Posts: 10
Re: Video Quality Update
« Reply #119 on: April 21, 2009, 10:49:01 PM »
Ah Hah!  Fixed it!

Here's what I did... I changed the code line in templates/inner_play.htm

Find the code called...

so.addVariable('stretching','fill');



changed this line to...

so.addVariable('stretching','exactfit');



I tweaked the inner and outer boxes and voila...it's fixed!

Thanks for pointing me in the right direction! :P