Hi Steinar,
Please suggest, if I have source file with 8 mono tracks, is it possible to extract four stereo pairs (Mono Audio Track 1&2 = 1st Stereo Pair, Mono Audio Track 3&4 = 2nd Stereo Pair, Mono Audio Track 5&6 = 3rd Stereo Pair, Mono Audio Track 7&8 = 4th Stereo Pair) using Audio Extraction ...
Search found 128 matches
- Tue Mar 06, 2018 1:33 pm
- Forum: Usage, tips and tricks
- Topic: Command Executor Issue
- Replies: 9
- Views: 24397
- Thu Mar 01, 2018 9:52 am
- Forum: Usage, tips and tricks
- Topic: Command Executor Issue
- Replies: 9
- Views: 24397
Re: Command Executor Issue
Hi Steinar,
I am trying to use encoder "Audio extractor", using that I am able to extract mono.wav files to FFAStrans work root folder, then using command executor I have to convert them into Stereo.wav. I am using below command.
%s_ffmpegx64% -i "%s_job_work%\%s_original_name%_01.wav" -i "%s_job ...
I am trying to use encoder "Audio extractor", using that I am able to extract mono.wav files to FFAStrans work root folder, then using command executor I have to convert them into Stereo.wav. I am using below command.
%s_ffmpegx64% -i "%s_job_work%\%s_original_name%_01.wav" -i "%s_job ...
- Tue Feb 27, 2018 9:01 am
- Forum: Usage, tips and tricks
- Topic: Command Executor Issue
- Replies: 9
- Views: 24397
Re: Command Executor Issue
Hi Steinar,
I am able to create folders as per the requirements, just one more issue I am facing is while creating Stereo.wav to Stereo.mxf I am getting error "Process exited with error code: 1 (A subdirectory or file already exits)", I am getting all the Stereo.mxf files in that destination folder ...
I am able to create folders as per the requirements, just one more issue I am facing is while creating Stereo.wav to Stereo.mxf I am getting error "Process exited with error code: 1 (A subdirectory or file already exits)", I am getting all the Stereo.mxf files in that destination folder ...
- Mon Feb 26, 2018 10:07 am
- Forum: Usage, tips and tricks
- Topic: Command Executor Issue
- Replies: 9
- Views: 24397
Re: Command Executor Issue
Hi Steinar,
Thanks for your help, I am able to process now. I have one more query.
Using above process, conversion is taking more time, so first I have exported the audio to mono wav and then using filter complex command to merge them into stereo and then using raw2bmx to convert to audio.wav to ...
Thanks for your help, I am able to process now. I have one more query.
Using above process, conversion is taking more time, so first I have exported the audio to mono wav and then using filter complex command to merge them into stereo and then using raw2bmx to convert to audio.wav to ...
- Thu Feb 15, 2018 7:20 am
- Forum: Feature requests
- Topic: Loudness control
- Replies: 15
- Views: 39807
Re: Loudness control
Hi Steipal,
Please suggest if you have implemented loudness correction?
Thanks
Vijay
Please suggest if you have implemented loudness correction?
Thanks
Vijay
- Thu Feb 15, 2018 6:37 am
- Forum: Usage, tips and tricks
- Topic: Command Executor Issue
- Replies: 9
- Views: 24397
Command Executor Issue
Hi Steinar,
I am trying to transcode Apple Prores.mov file to audio.mxf, using FFMPEG I am converting it to .wmv format and using bmx2raw I am converting to audio.mxf format. I am able to convert using below commands in command prompt, but when I am trying to implement it into FFAStarns I am ...
I am trying to transcode Apple Prores.mov file to audio.mxf, using FFMPEG I am converting it to .wmv format and using bmx2raw I am converting to audio.mxf format. I am able to convert using below commands in command prompt, but when I am trying to implement it into FFAStarns I am ...
- Wed Jul 05, 2017 11:34 am
- Forum: Usage, tips and tricks
- Topic: Watermarking by text, not image?
- Replies: 3
- Views: 11920
Re: Watermarking by text, not image?
If you are able to monitor folder's, you can use below command.
-vf "drawtext=text='%s_original_path~1%':x=10:y=H-th-10:fontfile=/Windows/Fonts/arial.ttf:fontsize=50:fontcolor=white:shadowcolor=black:shadowx=5:shadowy=5"
This will add folder name to your video.
If your monitor folder is
C:\ROOT ...
-vf "drawtext=text='%s_original_path~1%':x=10:y=H-th-10:fontfile=/Windows/Fonts/arial.ttf:fontsize=50:fontcolor=white:shadowcolor=black:shadowx=5:shadowy=5"
This will add folder name to your video.
If your monitor folder is
C:\ROOT ...
- Wed Jul 05, 2017 11:12 am
- Forum: Usage, tips and tricks
- Topic: Watermarking by text, not image?
- Replies: 3
- Views: 11920
Re: Watermarking by text, not image?
Hi Rholm,
Try below command using custom FFMPEG.
-vf "drawtext=text='%s_original_name%':x=10:y=H-th-10:fontfile=/Windows/Font/arial.ttf:fontsize=50:fontcolor=white:shadowcolor=black:shadowx=5:shadowy=5"
This will add file name to your output video, I am not sure if FFAStarns can monitor for ...
Try below command using custom FFMPEG.
-vf "drawtext=text='%s_original_name%':x=10:y=H-th-10:fontfile=/Windows/Font/arial.ttf:fontsize=50:fontcolor=white:shadowcolor=black:shadowx=5:shadowy=5"
This will add file name to your output video, I am not sure if FFAStarns can monitor for ...
- Tue Apr 18, 2017 12:15 pm
- Forum: Usage, tips and tricks
- Topic: Two mono audio streams to one stereo audio stream
- Replies: 20
- Views: 44106
Re: Two mono audio streams to one stereo audio stream
Hi Steinar,
I am receiving below message while processing jobs on 0.8.0.2 version.
Message1.JPG
Once I click on OK, job start processing.
Please find attached workflow I am using, after completion of jobs I am getting two notification in status monitor window. Please find below screenshot for ...
I am receiving below message while processing jobs on 0.8.0.2 version.
Message1.JPG
Once I click on OK, job start processing.
Please find attached workflow I am using, after completion of jobs I am getting two notification in status monitor window. Please find below screenshot for ...
- Wed Apr 12, 2017 7:28 am
- Forum: Usage, tips and tricks
- Topic: Two mono audio streams to one stereo audio stream
- Replies: 20
- Views: 44106
Re: Two mono audio streams to one stereo audio stream
Thanks for your support.