View Full Version : BENCOS - Windows and Linux batch encoder GUI
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
13
[
14]
MajorX
22nd August 2011, 02:19
i got this error pls help,
C:\Program Files\Bencos\sox/sox.exe -S -V "C:\DOCUME~1\MAX\LOCALS~1\Temp/bencos/audio.wav" "C:\DOCUME~1\MAX\LOCALS~1\Temp/bencos/audio_sox.wav" remix -m 1v0.3254,3v0.2301,5v0.2818,6v0.1627 2v0.3254,3v0.2301,5v-0.1627,6v-0.2818 norm
C:\Program Files\Bencos\sox/sox.exe: SoX v14.3.1
C:\Program Files\Bencos\sox/sox.exe INFO formats: detected file format type `wav'
Input File : 'C:\DOCUME~1\MAX\LOCALS~1\Temp/bencos/audio.wav'
Channels : 2
Sample Rate : 48000
Precision : 16-bit
Duration : 00:00:50.18 = 2408448 samples ~ 3763.2 CDDA sectors
File Size : 9.63M
Bit Rate : 1.54M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type : little
Reverse Nibbles: no
Reverse Bits : no
C:\Program Files\Bencos\sox/sox.exe INFO sox: Overwriting `C:\DOCUME~1\MAX\LOCALS~1\Temp/bencos/audio_sox.wav'
Output File : 'C:\DOCUME~1\MAX\LOCALS~1\Temp/bencos/audio_sox.wav'
Channels : 2
Sample Rate : 48000
Precision : 16-bit
Duration : 00:00:50.18 = 2408448 samples ~ 3763.2 CDDA sectors
Sample Encoding: 16-bit Signed Integer PCM
Endian Type : little
Reverse Nibbles: no
Reverse Bits : no
Comment : 'Processed by SoX'
C:\Program Files\Bencos\sox/sox.exe FAIL remix: too few input channels
Sirber
22nd August 2011, 03:06
i got this error pls help,
looks like bencos thinks your source is 6 channel, while sox thinks it's 2.
please post your issue here:http://code.google.com/p/bencos/issues/entry
as well as the infos of your source.
MajorX
22nd August 2011, 07:18
posted.
pls can add an option to use custom settings for encoding?
Sirber
22nd August 2011, 12:28
posted.
pls can add an option to use custom settings for encoding?
same link, create a new "feature request" :)
MajorX
22nd August 2011, 17:17
same link, create a new "feature request" :)
request added. Is this version of BENCOS GUI support multi threaded?
Sirber
22nd August 2011, 17:23
request added. Is this version of BENCOS support multi threaded encoding?
Well, ffmpeg does. :)
MajorX
23rd August 2011, 02:33
when i m encoding with 2-pass the 1st pass runs too slow than the 2nd pass...why? i use Medium present.
Sirber
29th August 2011, 22:04
when i m encoding with 2-pass the 1st pass runs too slow than the 2nd pass...why? i use Medium present.
mmm I'll verify the 1pass settings
http://code.google.com/p/bencos/issues/detail?id=44
Sirber
30th August 2011, 01:58
I'm currently upgrading the GUI/encoder to be multi-threaded, so I might not fix bugs or update bencos for a little while.
http://code.google.com/p/bencos/source/browse/trunk/uencoder.pas
ckmox
30th August 2011, 11:42
I'm currently upgrading the GUI/encoder to be multi-threaded, so I might not fix bugs or update bencos for a little while.
http://code.google.com/p/bencos/source/browse/trunk/uencoder.pas
nice and hope you succeed in it so that i can rest my little program named cyko
and btw if your taking up request once you finish multi-threading bencos then i suggest CRF encoding to be added and FLAC audio encoding with SoX
i know freepascal TProcess does not accept piping but here is a command line im using to encode FLAC audio to vorbis and downmix the channel to mono
sox input.flac -t wav -c 1 - | ffmpeg -i - -acodec libvorbis -aq -1.0 -y output.ogg
and also can you give an option to always encode audio to mono and quality base instead of bitrate? because the lower the audio channels the lower the file size you can get especially when your using quality base audio encoding
Sirber
30th August 2011, 17:39
for vorbis I use quality (-2 to 10 iirc). I display bitrate (equivalent) in the GUI.
Sirber
31st August 2011, 20:02
Working on DS Backup (http://www.detritus.qc.ca/cms/?page_id=140) (VB#), it took me 30 minutes having the GUI multi-threaded... thinking of moving bencos to VB#... ;)
clone83
10th September 2011, 02:51
Hi Sirber, are you able to add a feature to bencos to add no subs to the encode? and enable .ass and .ssa in to the subs as well?
cheers
Sirber
10th September 2011, 03:17
Hi Sirber, are you able to add a feature to bencos to add no subs to the encode? and enable .ass and .ssa in to the subs as well?
cheers
bencos doesn't look around the source file for subs.
This could be done but I'm thinking of moving on another project.
MajorX
10th September 2011, 03:21
any update??
Sirber
10th September 2011, 03:25
no.....
clone83
10th September 2011, 14:54
what project are u moving on to...?
Sirber
10th September 2011, 15:19
what project are u moving on to...?
I'm currently working on a backup too, and after that I might rewrite bencos in vb.net (RealAnime 7 ;)). I'm a bit bored of freepascal... :(
I recently learned how to do threading (in .net) and it's almost a joy :)
Tushkan
23rd September 2011, 14:48
Planned new version BENCOS work without installation (portable version)?
Sirber
23rd September 2011, 14:50
Planned new version BENCOS work without installation (portable version)?
Yeah. Temp files goes to "%temp%\bencos" while encoding.
[edit]
Extract the content of the installer exe with 7zip and run in.
Tushkan
23rd September 2011, 14:59
I want to be able to choose the audio track to encode.
Whether this will be implemented?
Sirber
23rd September 2011, 15:04
I want to be able to choose the audio track to encode.
Whether this will be implemented?
You can choose one by language. Doesn't work otherwise.
You can always make a feature request (http://code.google.com/p/bencos/issues/entry?template=Feature%20request%20from%20user), but I'm not actively working on bencos... :o
nanyatimz
21st October 2011, 04:44
high 10 profile? it's product is still in 8bit.. why? does this feature work?
Sirber
31st December 2011, 21:13
high 10 profile? it's product is still in 8bit.. why? does this feature work?
I have no clue. BENCOS only set flags on the encoder (ffmpeg/x264).
Sirber
31st December 2011, 21:14
Todo for 2012!
http://www.detritus.qc.ca/cms/?p=223
Can't wait to clean bencos's code, it's a big one-file mess :(
Sirber
5th January 2012, 02:15
http://www.detritus.qc.ca/cms/?p=230
alzou
23rd February 2012, 12:05
waiting RA7 release... :D
Sirber
23rd February 2012, 14:05
might be a long wait ;)
I'm learning C++ and wxWidgets, still not sure if it's going anywhere ;)
LoRd_MuldeR
23rd February 2012, 16:44
might be a long wait ;)
I'm learning C++ and wxWidgets, still not sure if it's going anywhere ;)
My suggestion: Go for Qt rather than wxWidgets :D
Sirber
23rd February 2012, 16:53
My suggestion: Go for Qt rather than wxWidgets :D
I had a quick look at it, with it's QML lanquage. Not sure I like it..
alzou
6th April 2012, 07:21
I see u make recode now... thanks a lot
Sirber
14th May 2012, 21:47
I see u make recode now... thanks a lot
yes and no.. I'm experimenting ;)
edward666
18th July 2012, 02:55
Hello, one question i updated the programs (MP4box, mkvtool, ffmpeg, etc) drag, drop and replace, and at the last step when joining a file i get error, can i update the programs without this happening or should i just leave them as they are?. thanks...
Sirber
18th July 2012, 03:12
Hello, one question i updated the programs (MP4box, mkvtool, ffmpeg, etc) drag, drop and replace, and at the last step when joining a file i get error, can i update the programs without this happening or should i just leave them as they are?. thanks...
mp4 or mkv? to be safe update only ffmpeg.
jofori89
18th July 2012, 05:59
Hello, one question i updated the programs (MP4box, mkvtool, ffmpeg, etc) drag, drop and replace, and at the last step when joining a file i get error, can i update the programs without this happening or should i just leave them as they are?. thanks...
:readguid: what's the error information :\
edward666
19th July 2012, 01:47
Error with MKV
Merging files... error #2
and with MP4 the files says finished but in the output folder there is no file, its empty...
Sirber
16th May 2013, 21:54
I cannot say, maybe an error with the encoders and the muxer got an empty file. Try Recode from my website, it's a bit more updated with a simpler toolchain.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.