MP4 to MOV ProRes

Questions and answers on how to get the most out of FFAStrans
zkazzay
Posts: 12
Joined: Thu Feb 21, 2019 11:34 am

MP4 to MOV ProRes

Post by zkazzay »

Hello Everyone,

I need to convert .mp4 files to .Mov ProRes, but the ProRes AW/KS encoder doesn't have an option for the wrapper so I guess it only converts to AVI ProRes, anyway i always get the error: "AVISource: couldn't locate a decompressor for fourcc", and I already tried to install lots of codecs, but it doesn't finish.

Does anyone here knows a better way to encode a mp4 into a MOV ProRes file?

Thanks
emcodem
Posts: 1811
Joined: Wed Sep 19, 2018 8:11 am

Re: MP4 to MOV ProRes

Post by emcodem »

Hey zkazzay,

I feel a little stupid because i don't find a prores encoder node in my latest copy of ffastrans. However,you could use a custom ffmpeg node with encoding settings like that:

-c:v prores_ks -pix_fmt yuv422p10le -profile:v 0

cheers,
emcodem
emcodem, wrapping since 2009 you got the rhyme?
zkazzay
Posts: 12
Joined: Thu Feb 21, 2019 11:34 am

Re: MP4 to MOV ProRes

Post by zkazzay »

emcodem wrote: Wed Mar 13, 2019 10:40 am Hey zkazzay,

I feel a little stupid because i don't find a prores encoder node in my latest copy of ffastrans. However,you could use a custom ffmpeg node with encoding settings like that:

-c:v prores_ks -pix_fmt yuv422p10le -profile:v 0

cheers,
emcodem
I have a node that is ProRes AW/KS, and I'm using version: 0.9.4.0.

I tried that but i keep having the same error:
Image

I already installed Quicktime, Xvid, Media Player codec pack, ffdshow and nothing.

Any thoughts?
ThomasM
Site Admin
Posts: 231
Joined: Wed Feb 22, 2017 6:36 am

Re: MP4 to MOV ProRes

Post by ThomasM »

Hmm..... as far as I know FourCC is a four-digit identifier for determing what kind of e.g. Color-Space a vide-file has inside. (Wikipedia: A FourCC (literally, four-character code) is a sequence of four bytes used to uniquely identify data formats. [...]).
can you playback the file in VLC-player? If so - can you have a look in the media-properties-window to clarify which videocodec is inside?

Looks like all your attempts of transcoding went bad.

Also, I don´t have an ProRes AW/KS-Node either, can you load up the workflow maybe?

cheers,

tom
momocampo
Posts: 595
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: MP4 to MOV ProRes

Post by momocampo »

Hello,

I have the pro res node and if I tried to encode a mp4 to pro res 422: It works well and I have a MOV container as output file.
zkazzay , your workflow is simple? like that :
Monitor folder>pro res encoder>Delivery

Thanks ;)

Benjamin
zkazzay
Posts: 12
Joined: Thu Feb 21, 2019 11:34 am

Re: MP4 to MOV ProRes

Post by zkazzay »

momocampo wrote: Wed Mar 13, 2019 2:14 pm Hello,

I have the pro res node and if I tried to encode a mp4 to pro res 422: It works well and I have a MOV container as output file.
zkazzay , your workflow is simple? like that :
Monitor folder>pro res encoder>Delivery

Thanks ;)

Benjamin
Hi Benjamin,

Thanks again for reaching out.

My workflow is kind of simple, at least it works with other workflows, and the error only happens on the last phase.

Now it's given a different error: System exception - Access Violation.

here's my workflow:
Image

also here's my ProRes Node:
Image
momocampo
Posts: 595
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: MP4 to MOV ProRes

Post by momocampo »

Hi,
Can you try first without any decoder please? I saw you have many filters so remove them and try if the encoder works.
Thanks ;)
zkazzay
Posts: 12
Joined: Thu Feb 21, 2019 11:34 am

Re: MP4 to MOV ProRes

Post by zkazzay »

momocampo wrote: Wed Mar 13, 2019 3:09 pm Hi,
Can you try first without any decoder please? I saw you have many filters so remove them and try if the encoder works.
Thanks ;)
Hi,

Success!!
Thank you, now i just have to find a way to do all the filters and then encode to mov.
emcodem
Posts: 1811
Joined: Wed Sep 19, 2018 8:11 am

Re: MP4 to MOV ProRes

Post by emcodem »

Hey zkazzay,

i just had a look and found out that it can only be the videolayer node that causes your problems. It currently only supports avi files on input. Furthermore, the avi file you provide should have a pretty simple codec like DV or so.
If you need further help, you'd need to give us some details about what you have for the video layer, possibly you can simply encode it to DV before feeding into the videolayer node...

cheers,
emcodem
emcodem, wrapping since 2009 you got the rhyme?
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: MP4 to MOV ProRes

Post by admin »

Hi zkazzay,

When using video on the "Insert media" and/or "Video overlay", the AviSynth function AviSource is used to read the media files. If you use a codec in an Avi-file that is not supported by AviSynth, it will fail. And this is probably the reason for the errors. Further more, the "ProRes AW/KS" was prematurely released. Simply put: it was enabled in the release by accident. So don't expect it to behave properly. The actual release will be in the next major upgrade.

-steinar
Post Reply