DPX Import

Questions and answers on how to get the most out of FFAStrans
Post Reply
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

DPX Import

Post by vijm1972 »

Hi Steipal,

Please let me know how can I import .dpx files along with audio .wav files? I want to create watch folder base workflow to process DPX files.

Thanks
Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: DPX Import

Post by admin »

Importing image sequences is not easily doable with the current built in features. This is however on the roadmap and I hope to get it ready for the upcoming 0.7.x branch.

-steipal
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

Re: DPX Import

Post by vijm1972 »

Is it possible to disabled monitor folder and provide the source location from custom ffmpeg command line? Below command I am using through FFMPEG.

ffmpeg.exe -f image2 -i "D:\FFMPEG\DPX_Test\Inbox\Test\Test_%04d.dpx" -c:v prores_ks -profile:v 3 -pix_fmt yuv422p10le -qscale:v 1 -s 1920x1080 -r 25 -vtag apch -vendor apl0 -c:a pcm_s24le "D:\FFMPEG\DPX_Test\Outbox\Test.mov"

Can we use the same in FFAStrans?

Thanks
Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: DPX Import

Post by admin »

If you monitor only reciept files like f.ex. *.txt and these are created after ALL the .dpx files is present in the monitored folder, you can use the variable "%original_path%/%original_name%%04d.dpx" as input for you ffmpeg command. But because you need "-f image2" prior to the input ("-i ...") you cannot use the "Custom FFmpeg"-encoder. You will have to use the "Command executor" node and execute ffmpeg from there. You'll find a supplied ffmpeg.exe in the "FFAStrans\Processors\FFmpeg" folder or use you own binary.

Now you will have to make sure that the reciept file has the same name as the .dpx files. F.ex:

If you have movie_0001.dpx, movie_0002.dpx, movie_0003.dpx etc. your reciept files should be named movie_.txt. The variable "%original_name%" will then be populate with the string "movie_". "%original_path%" refers to the path where the movie_xxxx.dpx and movie_.txt resides.

-steipal
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

Re: DPX Import

Post by vijm1972 »

Hi,

Please suggest if newer version supports dpx file import.

Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: DPX Import

Post by admin »

I'm sorry but i have not had the time to implement it yet. But it's on the list.

-steipal
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

Re: DPX Import

Post by vijm1972 »

Hi,

Please suggest if the latest version 0.7.7 can support DPX import?

Thanks,
Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: DPX Import

Post by admin »

Hi Vijay

I'm sorry but, but contrary to what I wrote last june, reading image sequences has not been the focus in the 0.7.x branch. But it will come, I assure you. Just stay tuned.

-steinar
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

Re: DPX Import

Post by vijm1972 »

Hi,

Please suggest if latest version FFAStrans0.8.0 is having option to process image source files?

Thanks,
Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: DPX Import

Post by admin »

Sorry Vijay, not yet.

-steinar
Post Reply