SubClip No Transcode
Posted: Mon Nov 26, 2018 6:05 pm
Hello,
I'm going back to this forum to ask a question :
I use FFASTRANS for multiple workflow and it works very good but i would like to customize one workflow to simply implement a subclip without transcoding file (audio / video).
I use an XML file in input to indicate the markin and markout and the file. --> OK very nice
I don't know how to create my Workflow to not transcode my source file but only create a new file with marks.
I try to configure the processor XDCAMHD with processing "none, transwrap" but i'm an error "Source video stream does not comply with the encoder: rawvideo, yuv422p, 25, 1920X1080, 1, -24575276, 1, unknown, -99"
I try to configure a custom FFMPEG processing with options "-c:v copy -c:a copy" without audio codec and video codec checked. I am an error "Encoding failed - No video or audio found in media."
i want to use FFASTRANS to do that to use the same process that the others.
Can you help me to configure a custom Workflow to use markin / markout (a/v media) and that not transcode ?
the goal is to save time, i'm sure that my source file is in good format.
Folder (xml with good information) --> A/V Media --> Processor without transcoding ? --> Folder output
in ffmpeg, simple command with -ss markin -i sourceMxfXDCAMHDfile -c:v copy -c:a copy -t duration outputMxfFile
thanks a lot.
I'm going back to this forum to ask a question :
I use FFASTRANS for multiple workflow and it works very good but i would like to customize one workflow to simply implement a subclip without transcoding file (audio / video).
I use an XML file in input to indicate the markin and markout and the file. --> OK very nice
I don't know how to create my Workflow to not transcode my source file but only create a new file with marks.
I try to configure the processor XDCAMHD with processing "none, transwrap" but i'm an error "Source video stream does not comply with the encoder: rawvideo, yuv422p, 25, 1920X1080, 1, -24575276, 1, unknown, -99"
I try to configure a custom FFMPEG processing with options "-c:v copy -c:a copy" without audio codec and video codec checked. I am an error "Encoding failed - No video or audio found in media."
i want to use FFASTRANS to do that to use the same process that the others.
Can you help me to configure a custom Workflow to use markin / markout (a/v media) and that not transcode ?
the goal is to save time, i'm sure that my source file is in good format.
Folder (xml with good information) --> A/V Media --> Processor without transcoding ? --> Folder output
in ffmpeg, simple command with -ss markin -i sourceMxfXDCAMHDfile -c:v copy -c:a copy -t duration outputMxfFile
thanks a lot.