Search found 8 matches

by scharette
Sat Feb 24, 2018 12:36 pm
Forum: Usage, tips and tricks
Topic: Populate variable from XML file
Replies: 4
Views: 6928

Re: Populate variable from XML file

Awesome, got it working, thanks for your help ! Now, the only thing I was wondering about, is there a way for the folder monitor to ignore his history ? What I'm trying to do is, when a file is transcoded, I want to delete the original file, but, It might happen that another file with the exact same...
by scharette
Thu Feb 22, 2018 12:53 pm
Forum: Usage, tips and tricks
Topic: Populate variable from XML file
Replies: 4
Views: 6928

Populate variable from XML file

Hi Steipal, First of all, thank you for your hard work on your software, it's very helpful for me everyday ! I'm trying to populate a variable from a XML file that come with the video file and I can't figure this out. Here's is the string I've used : $stripws($between("%s_original_name%.evs.xml...
by scharette
Wed Jan 13, 2016 6:56 am
Forum: Usage, tips and tricks
Topic: Max active jobs
Replies: 2
Views: 5096

Max active jobs

Hey there, I've been using FFAStrans for 2 months and it's working very well ! Good job on the software ! I had to reinstall all the software on my laptop and now I'm not able to have more than one active job. I used to be able to get 4 jobs, since I reinstalled the software, I'm only able to get on...
by scharette
Wed Dec 02, 2015 1:26 pm
Forum: Usage, tips and tricks
Topic: 8 audio channels
Replies: 10
Views: 16247

Re: 8 audio channels

I'm trying to get FFmpeg to do a video file with 8 mono audios streams. I used A/V media and ChannelMapper so this way I always get the same input to FFmpeg. I tried -map and -mapchannel but I can't figure how to take that 7.1 stream coming from ChannelMapper and split it in 8 mono streams. Here's w...
by scharette
Wed Dec 02, 2015 4:57 am
Forum: Usage, tips and tricks
Topic: 8 audio channels
Replies: 10
Views: 16247

Re: 8 audio channels

Update : I've figured how to use FFmpeg to encode a Quicktime with DNx with FFMpeg, I've used these options -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -map 0:5 -map 0:6 -map 0:7 -map 0:8 -c:v dnxhd -b:v 145M -c:a pcm_s24le -flags +ildct -timecode %m_tc_start% I can't test the file with my server u...
by scharette
Tue Dec 01, 2015 10:50 pm
Forum: Usage, tips and tricks
Topic: 8 audio channels
Replies: 10
Views: 16247

Re: 8 audio channels

Your software is truly incredible ! I've work with many transcoders and yours is very stable and reliable ! The part for transcoding my files from Avid DNx to H264 with my 8 audios channels did work great. Now, I have to transcode some files back from H264 to Avid DNx145. The video part work great, ...
by scharette
Mon Nov 30, 2015 5:36 am
Forum: Usage, tips and tricks
Topic: 8 audio channels
Replies: 10
Views: 16247

Re: 8 audio channels

Hey Steipal, Here is what I'm trying to accomplish. Our video servers in one location produce quicktime files with Avid DNX145 as the video codec and uncompressed audio with 8 mono channels. At the other location, they will trancode it to XDCam HD422 for their servers. I need to transfer these files...
by scharette
Sun Nov 29, 2015 8:27 pm
Forum: Usage, tips and tricks
Topic: 8 audio channels
Replies: 10
Views: 16247

8 audio channels

Hey there, First of all, I just started to use FFAStrans and it's fantastic ! I'm trying to transcode a quicktime files with 8 channels of audio. I'm using a custom FFmpeg and I haven't find a codec that allowed me to use 8 channels of audio. It's either only transcoding the first 2 channels or it's...