Asynchronous A/V after AviSynth trim
Posted: Wed Aug 14, 2019 11:18 am
Hi everyone,
I´m having trouble with my workflow, where I´m trying to make AviSynth script trim media at certain time. The idea is that AviSynth trims first 15 seconds of every file and then the process continues.
The script:
#
return trim(m_clip,375,0)
#return m_clip
The files:
XDCAM50 files
The workflow:
Folder - A/V Media - AviSynth and following steps.
The problem is obviously in the script, as when I skip it, the workflow works just fine (deinterlacing, watermarking, h.264 etc.)
Is there something wrong with the script? Am I using wrong script? Or is there any better way to make FFAStrans trim first 15 seconds of all the files in watchfolder?
Thanks a lot for any help!
I´m having trouble with my workflow, where I´m trying to make AviSynth script trim media at certain time. The idea is that AviSynth trims first 15 seconds of every file and then the process continues.
The script:
#
return trim(m_clip,375,0)
#return m_clip
The files:
XDCAM50 files
The workflow:
Folder - A/V Media - AviSynth and following steps.
The problem is obviously in the script, as when I skip it, the workflow works just fine (deinterlacing, watermarking, h.264 etc.)
Is there something wrong with the script? Am I using wrong script? Or is there any better way to make FFAStrans trim first 15 seconds of all the files in watchfolder?
Thanks a lot for any help!