Page 1 of 1

DPX Import

Posted: Mon Jan 25, 2016 12:37 pm
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

Re: DPX Import

Posted: Tue Jan 26, 2016 2:56 pm
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

Re: DPX Import

Posted: Thu Jan 28, 2016 10:10 am
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

Re: DPX Import

Posted: Fri Jan 29, 2016 3:30 pm
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

Re: DPX Import

Posted: Thu Mar 10, 2016 12:24 am
by vijm1972
Hi,

Please suggest if newer version supports dpx file import.

Vijay

Re: DPX Import

Posted: Thu Mar 10, 2016 6:08 am
by admin
I'm sorry but i have not had the time to implement it yet. But it's on the list.

-steipal

Re: DPX Import

Posted: Tue Feb 28, 2017 12:43 pm
by vijm1972
Hi,

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

Thanks,
Vijay

Re: DPX Import

Posted: Tue Feb 28, 2017 4:58 pm
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

Re: DPX Import

Posted: Tue Mar 21, 2017 9:53 am
by vijm1972
Hi,

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

Thanks,
Vijay

Re: DPX Import

Posted: Tue Mar 21, 2017 11:31 am
by admin
Sorry Vijay, not yet.

-steinar