Thread: ProRes Encoding on PC?

Reply to Thread
Page 4 of 5 FirstFirst 12345 LastLast
Results 31 to 40 of 41
  1. #31  
    Member Angelo Lorenzo's Avatar
    Join Date
    Jun 2012
    Location
    Los Angeles, CA
    Posts
    55
    Quote Originally Posted by Nils Ruinet View Post
    Hi, just found this very interesting thread.
    So, is there any way to export to Prores from Redcine X (pro or not) on a windows PC ?
    Nils, I found a slightly complicated way of doing it by feeding files to FFMPEG which can actually encode ProRes. A little tricky to set up, but at least it'll run at the same time as your Redcine X batch. http://www.fallenempiredigital.com/b...ro-and-ffmpeg/

    It's a different approach from AVS.

    To answer your question directly: no, there is no proper way to encode ProRes from Redcine X on Windows.
    Reply With Quote  
     

  2. #32  
    Is there any form of an Hardware based encoder. Something that you can pass data through that will encode to a storage device. I am thinking of something similar to an external recorder... but rather than connecting to the camera directly, it connects to a computer system that passes data through it???

    All of this aside from the fact that: you could output from your PC through and IO card such as the Decklink to a recorder that records to prores (playback capture would most liely not work very well)... but that would not work... I don't think??? But something similar in concept outputting data rather than actual video signal.

    I don't know... but there needs to be a PC based solution for ProRes encoding... and if it could realtime record/encode or utilize the Red Rocket... that would be so helpful!!!!

    On another note... what file system are you guys using for clients whom are editing on mac... or mac and windows? Macdrive? Fat 32 does not seem to work due to the 4 Gb limit, and I find it to be a limitation at one point or another.
    Reply With Quote  
     

  3. #33  
    Quote Originally Posted by Priit Poldmaa View Post
    I have a parallel patch processing GUI for ffmpeg, ffmbc etc.
    Download here: AnotherGUI

    It doesn't have ProRes preset included now but it is very easy to create yourself.
    I will add it later tomorrow.

    Only some presets are included in download.
    You can download more presets from Presets page.

    It is freeware. Its portable.

    Regards
    Priit

    EDIT: 4 presets for ProRes are now included in basic download pakage.
    I love your utility - thanks very much for sharing it! I wonder... would it be possible to set it up with a 'watch folders' capability? That way any file rendered to a specific folder would automatically get converted to the preset. This would be a huge timesaver...

    thanks,

    John T.
    Reply With Quote  
     

  4. #34  
    Junior Member AFX's Avatar
    Join Date
    Sep 2008
    Posts
    11
    Give this a shot! ProRes 4444 for Windows.

    http://www.authorityfx.com/encoding-...44-on-windows/

    Best,

    Ryan
    Reply With Quote  
     

  5. #35  
    Senior Member Phil Holland's Avatar
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    2,302
    Hi Prit, I've been playing with this for a couple days and doing some audio tests to append to DPX sequences. I can append a new input via "-i" using an external 48000 .wav, however, for whatever reason it switches from proRes422 to h.264.

    Is there a way to add audio if we are using image sequences?
    Phil Holland - Cinematographer - Los Angeles
    ________________________________
    phfx.com IMDB

    Scarlet-X #316 "Skully"
    Data Sheets and Notes: Epic M & X, Scarlet X & Red Dragon
    Red Quick Reference Guide (link to 52MB PDF)
    Reply With Quote  
     

  6. #36  
    There is no elegant way.
    You have multiple sources so you should have multiple -i with source filename folowing.
    One source you have to hardcode into preset:-(
    If source filename or path contains spaces the whole name sould be in quation marks.
    After all preset add also -newaudio

    -i "<SourceFileName>" -i "D:\my folder\my audio.wav" -vcodec prores -profile 3 -acodec pcm_s16le -ar 48000 -ac 2 "<OutputPath><OutputFileName>.mov" -newaudio
    It is not tested but you get the idea.

    Priit

    PS. New version 1.5 is almost ready.
    Need to test/correct the sample presets coming with it
    because ffmpeg syntacs is changing all the time.
    Reply With Quote  
     

  7. #37  
    Senior Member Phil Holland's Avatar
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    2,302
    Yep. It appears on where that new input goes it seems to cause an issue. I've got it working. Thanks for the help.

    I've also been testing the 4444 with ffmbc.

    It should be noted here that if you are looking to create 23.98 material out of DPX frames you'll need to add "-r 24000/1001" before your input, otherwise id defaults to 25fps.
    Phil Holland - Cinematographer - Los Angeles
    ________________________________
    phfx.com IMDB

    Scarlet-X #316 "Skully"
    Data Sheets and Notes: Epic M & X, Scarlet X & Red Dragon
    Red Quick Reference Guide (link to 52MB PDF)
    Reply With Quote  
     

  8. #38  
    Junior Member AFX's Avatar
    Join Date
    Sep 2008
    Posts
    11
    Hi Phil,

    We have the -i tag set to 23.976 in our AnotherGUI Image Sequence preset.

    Also, we've added a video tutorial for the process for those interested. Apple Pro Res 4444 for Windows tutorial
    Reply With Quote  
     

  9. #39  
    On a side-note:
    You can export ProRes 422 directly out of Premiere (+ AE and Media Encoder) or Scratch on Windows, using Drastics MediaReactor Workstation Plugin:
    http://drastic.tv/index.php?option=c...d=40&Itemid=80


    The ProRes codec in that package is not an Apple one, but rather a selfwritten codec.
    Although it is still being in development, you can already use it very well.
    The two advantages of the plugin are:
    - multithreaded ProRes Encode
    - native 64 bit ProRes decode (original Quicktime is still 32 bit and makes some interface-writing necessary for every software
    developer to integrate the 32 bit Quicktime into a modern 64 bit application).

    MediaReactor is a read and write plugin for the named applications^^.
    You can download a watermarked trial on the website above.


    Guess, this could be interesting for some people here ;-) .



    Best,
    Mazze
    Reply With Quote  
     

  10. #40  
    Senior Member Joel Arvidsson's Avatar
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    1,019
    Quote Originally Posted by Matthias Aderhold View Post
    On a side-note:
    You can export ProRes 422 directly out of Premiere (+ AE and Media Encoder) or Scratch on Windows, using Drastics MediaReactor Workstation Plugin:
    http://drastic.tv/index.php?option=c...d=40&Itemid=80


    The ProRes codec in that package is not an Apple one, but rather a selfwritten codec.
    Although it is still being in development, you can already use it very well.
    The two advantages of the plugin are:
    - multithreaded ProRes Encode
    - native 64 bit ProRes decode (original Quicktime is still 32 bit and makes some interface-writing necessary for every software
    developer to integrate the 32 bit Quicktime into a modern 64 bit application).

    MediaReactor is a read and write plugin for the named applications^^.
    You can download a watermarked trial on the website above.


    Guess, this could be interesting for some people here ;-) .



    Best,
    Mazze
    Did any Reduser try this encoder yet?
    Scarlet #00549 Elmer
    Reply With Quote  
     

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