Results 1 to 2 of 2

Thread: 2-Pass Video Encoding

  1. #1
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default 2-Pass Video Encoding

    It would be grate if there was 2-Pass Video Encoding in the next version. :D

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: 2-Pass Video Encoding

    You should be able to do that now. If the 2-pass that you are trying to run requires two different command executions, all you need to do is modify your conversion settings to run both commands back to back. The easiest way to do this is to separate the commands out with a semicolon (;). So, for example (note that this is an example of how to use the semicolon):

    Code:
    $variable = "/path/to/converter first_pass_variables_here; /path/to/converter second_pass_variables_here";
    Everything inside of the quotes gets executed from the command prompt in vShare and not through PHP, which is why that works.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. Problem with encoding
    By XaocuHKa in forum Installation Support
    Replies: 2
    Last Post: 05-23-2009, 09:13 AM
  2. x264 encoding
    By Chow in forum General Discussions
    Replies: 0
    Last Post: 10-23-2008, 01:25 AM
  3. MEncoder Two-Pass Encoding
    By RAMMSTEIN in forum General Discussions
    Replies: 1
    Last Post: 05-08-2008, 09:20 AM
  4. Not encoding & Queque
    By mainegate in forum Installation Support
    Replies: 1
    Last Post: 01-18-2008, 04:24 AM
  5. encoding for arabic language :(
    By mashim in forum Fixed Bugs
    Replies: 3
    Last Post: 07-07-2007, 12:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •