View Full Version : FFCoder v2.2
god_md5
13th September 2011, 14:44
i have some flv video is in Sorenson Spark format ,only
you software is work ,other like ripbot264 is not work.
only the flv input framerate is wrong,23fps input is 23.98..
i use windows7 x64
chrislynch
20th September 2011, 05:02
I get this error with 1.2.0.6 when I run a mkv/mp4 conversion on Win 7 x64 (preparing step):
[ERROR] Unable to open temporary AVS script!
Edit: I noticed that the error occurs when the file is larger that 4GB, no matter what is the type of container. This is what I did:
I created a 5GB MKV container with mkvmerge, based on a .mp4 video I have. Then, I splitted the new .mkv file in 2 parts, first at 10MB and the second with the rest of the movie. The first file encoded fine with the 2 pass HQ presets while the second one failed with the above error message.
Related to the name change, stick with FFCoder, is a great name. :)
@TECK
It looks like FFmpeg is unable to decode the DTS audio track in the 4GB mp4 file.
This is causing the encoding to fail.
If you disable the audio then the encoding should work fine.
I'll fix the issue with DTS audio in the next update.
So I am using 1.3.0.3 on a Windows 7 SP1 64bit system, and still get the error reported by TECK. Here is the output of MediaInfo:
Format : Matroska
File size : 9.84 GiB
Duration : 2h 10mn
Overall bit rate : 10.8 Mbps
Writing application : mkvmerge v4.1.1 ('Bouncin' Back') built on Jul 3 2010 22:54:08
Writing library : libebml v1.0.0 + libmatroska v1.0
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 2h 10mn
Bit rate : 9 305 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.253
Stream size : 8.27 GiB (84%)
Writing library : x264 core 116 r2074+610 09ac020
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=18 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=2pass / mbtree=1 / bitrate=9305 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00
Language : English
Audio
ID : 2
Format : DTS
Format/Info : Digital Theater Systems
Codec ID : A_DTS
Duration : 2h 10mn
Bit rate mode : Constant
Bit rate : 1 510 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 1.37 GiB (14%)
Title : English DTS 1509kbps
Language : English
Oh, and simply disabling Audio in the encode still generates the error. I checked the Dependacies under Help, and AVIsynth shows up as Installed with a green check.
teejee2008
21st September 2011, 12:36
@chrislync
Please send me the error report (progress window -> right click -> create error report)
god_md5
31st October 2011, 13:34
a big problem is the demux file in c:/user/user/appdata/temp/ffcoder_temp is not delete in end!
reboot the file is same here...
res
9th November 2011, 21:18
FFCoder doesn't detect that my source file is interlaced, even when MediaInfo does.
MediaInfo 0.7.5.0 (Just updated, but even the older detected interlacing):
General
Complete name : F:\file1.avi
Format : AVI
Format/Info : Audio Video Interleave
Format_Commercial_IfAny : DVCPRO
File size : 620 MiB
Duration : 2mn 50s
Overall bit rate mode : Constant
Overall bit rate : 30.3 Mbps
Video
ID : 0
Format : DV
Format_Commercial_IfAny : DVCPRO
Codec ID : dvsd
Codec ID/Hint : Sony
Duration : 2mn 50s
Bit rate mode : Constant
Bit rate : 24.4 Mbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Compression mode : Lossy
Bits/(Pixel*Frame) : 2.357
Stream size : 588 MiB (95%)
FFCoder 1.3.0.3, under "Use Avisynth" -> "Preview" -> "Show Script":
#Open source files =============================================================
sourceFile = "F:\file1.avi"
sourceExt = "avi"
sourceFPS = 25
sourceIsInterlaced = False
sourceHasOnlyAudio = False
sourceHasOnlyVideo = False
sourceAudioTracks = 1
sourceVideoTracks = 1
I also added a Deinterlace-script, and using Compare, it shows scanlines in both original and filtered.
wiak
31st December 2011, 04:32
what about using DGMPGDec/DGAVCIndex to demux audio from .ts/m2ts files? and then use mkvmerge to mux then back?
and a future request
interlace detector like megui has, it will be useful to get correct method for deinterlacing content and togheter with avisynth, ffcoder will then be a good alternative to megui
http://avisynth.org/mediawiki/Interlace_detection
gonwk
1st January 2012, 16:38
Hi folks,
Happy New Year to Teejee2008 & Doom9 Team and Community.
Teejee, FYI ... I tried to do a sample conversion from AVI to MKV, just for practice, using FFCoder 1.3.0.3 and the coder goes thru it's motion and then it says conversion Failed.
So, then I try FFCoder 1.2.0.6 and it works like a charm. No problem!
Thanks!
G!:)
klode
13th January 2012, 07:05
Dear TeeJee2008, FFCoder is a greatful software for my use.
So, I have the same error as Teck and chrislync...
"Unable to load AVS Script".
Now, I'll paste here the error report with an MKV with ONLY the video track (The error is for a stop error of the program with debug screen):
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.
************** Testo dell'eccezione **************
System.OverflowException: Overflow di un'operazione aritmetica.
in FFCoder.modClasses.Worker.ExecuteActiveTask(EventHandler& OnExitHandler)
in FFCoder.frmProgress.ExecuteNextTask(Worker& w)
in FFCoder.frmProgress.AssignJob(Worker& w)
in FFCoder.frmProgress.WorkerIsIdle(Worker& wk)
in FFCoder.frmProgress.AddNewWorker()
in FFCoder.frmProgress.InitializeBatch()
in FFCoder.frmProgress.EncodeBatch()
in FFCoder.frmProgress.tmrStart_Tick(Object sender, EventArgs e)
in System.Windows.Forms.Timer.OnTick(EventArgs e)
in System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4963 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFCoder
Versione assembly: 1.3.0.3
Versione Win32: 1.3.0.3
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/FFCoder.exe
----------------------------------------
Microsoft.VisualBasic
Versione assembly: 8.0.0.0
Versione Win32: 8.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4962 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4961 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Deployment
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Deployment.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment.resources/2.0.0.0_it_b03f5f7f11d50a3a/System.Deployment.resources.dll
----------------------------------------
System.Xml
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
TrackBar
Versione assembly: 1.0.2486.37933
Versione Win32: 1.0.2486.37933
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/TrackBar.DLL
----------------------------------------
Puzzle.SyntaxBox.NET3.5
Versione assembly: 1.4.10.36575
Versione Win32: 1.4.10.36575
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/Puzzle.SyntaxBox.NET3.5.DLL
----------------------------------------
System.Configuration
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Web
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4955 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
mscorlib.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4963 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Accessibility
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** Debug JIT **************
Per attivare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
attivato.
Ad esempio:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Quando il debug JIT è attivato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo.
If I load an MKV with DTS Audio and trying to convert it disabling the audio I get the error "Unable to load temporary AVS Script".
Oh yes, I have W7 64 Bit, Comodo Firewall and Avira Free 2012.
Thanks so much!
teejee2008
13th January 2012, 17:59
All those people who are getting the "Unable to load AVS Script" error - Please un-check the 'Use Avisynth' option in the main window.
There are some Avisynth-related issues in this version. They will be fixed soon.
klode
15th January 2012, 14:58
If I try to load an MKV greather than 4 Gb (even if with DTS or AC3 sound tracks), I get the error : "Unable to load temporary AVS Script", with the "Use Avisynth" un-checked.
Ah, another question: is possible to set different target size for each file in the list?
Thanks.
klode
30th January 2012, 15:23
Hi,
if I try to convert an AVS Script into FFCoder (then not with "Use AVISynth"), and then I set a target size of 4010MB, I get this error:
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.
************** Testo dell'eccezione **************
System.OverflowException: Overflow di un'operazione aritmetica.
in FFCoder.modClasses.Worker.ExecuteActiveTask(EventHandler& OnExitHandler)
in FFCoder.frmProgress.ExecuteNextTask(Worker& w)
in FFCoder.frmProgress.AssignJob(Worker& w)
in FFCoder.frmProgress.WorkerIsIdle(Worker& wk)
in FFCoder.frmProgress.AddNewWorker()
in FFCoder.frmProgress.InitializeBatch()
in FFCoder.frmProgress.EncodeBatch()
in FFCoder.frmProgress.tmrStart_Tick(Object sender, EventArgs e)
in System.Windows.Forms.Timer.OnTick(EventArgs e)
in System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4963 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFCoder
Versione assembly: 1.3.0.3
Versione Win32: 1.3.0.3
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/FFCoder.exe
----------------------------------------
Microsoft.VisualBasic
Versione assembly: 8.0.0.0
Versione Win32: 8.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4962 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4961 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Deployment
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Deployment.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment.resources/2.0.0.0_it_b03f5f7f11d50a3a/System.Deployment.resources.dll
----------------------------------------
System.Xml
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
TrackBar
Versione assembly: 1.0.2486.37933
Versione Win32: 1.0.2486.37933
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/TrackBar.DLL
----------------------------------------
Puzzle.SyntaxBox.NET3.5
Versione assembly: 1.4.10.36575
Versione Win32: 1.4.10.36575
Base di codice: file:///C:/Program%20Files%20(x86)/VideoTools/FFCoder/Puzzle.SyntaxBox.NET3.5.DLL
----------------------------------------
System.Configuration
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Web
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4955 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
mscorlib.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4963 (win7RTMGDR.050727-4900)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Accessibility
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** Debug JIT **************
Per attivare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
attivato.
Ad esempio:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Quando il debug JIT è attivato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo.
primahadi
31st January 2012, 12:35
how to encode vfr video with FFCoder if i want the result frame same as source file without changing frame (so i can use timecodes from source without any double/deleted frame)? changefps make the video with high movement looks bad.
i tried adding video normally and i tried also with making manual .avs script then drop it to ffcoder, but the result file (encoded) give me crf video and ofc the frame changed although in avs script i devine assumefps(xx).
is there any methode so i can use assumefps in ffcoder?.
ps: sorry for my horrible language.
edit:
nevermind, i found it.
my eyes is just sick lol.
raymng
9th March 2012, 17:26
In Rate Control -> Bitrate Tolerance=1.0
What does it mean?
I checked the FFmpeg docs, it explains this is "in bits", default=4000k, so 1.0 seems not reasonable... please help, thanks.
‘-bt tolerance’
Set video bitrate tolerance (in bits, default 4000k). Has a minimum value of: (target_bitrate/target_framerate). In 1-pass mode, bitrate tolerance specifies how far ratecontrol is willing to deviate from the target average bitrate value. This is not related to min/max bitrate. Lowering tolerance too much has an adverse effect on quality.
Pinto007
4th May 2012, 11:53
FFCoder is great, but I can't configure WFV codec, because settings window doesn't appear.
The avs2avi tool doesn't work on some windows systems. If the tool is not working then you will not get the pop-up window for selecting the VFW codec.
So there is no chance?
masster64
21st May 2012, 02:39
although it seems the author didn't visit this forum for quite a while, I try my luck and post a bug.
I have a DVD ISO image, I mounted it with UltraISO, it plays well with any video player, so now I want to convert the DVD to Xvid AVI.
I go to File/Add DVD then point to VIDEO_TS folder (FFCoder doesn't like to point to DVD root, it says there are no VOB files).
FFCoder says "Checking VOB files..." then "Preparing..." then "Indexing.. x% done" up to 100% done, then "Reading media properties..." when it fails miserably with a Status Log message window saying:
File: C:\Documents and Settings\masster\Local Settings\Temp\ffcoder_temp\2012-53-21 03-53-40\040605578\NewDVD_040605578.avs
Format is not supported!
MediaInfo & FFmpeg were unable to detect any audio/video streams!
File will not be added to the list.
Why is that?
ivar
26th September 2012, 18:49
FFcoder is using a very long time to index large files (for instance raw bluray-rips). Is this indexing necessary for regular compression, or is it mainly used for frame accuracy when editing/cutting? Could it be an option in FFcoder to enable/disable this indexing?
wiak
22nd October 2012, 00:17
would be nice if it supported chapters and titles, it will become sweet to use on tv shows dvds :)
and support for windows 7 64-bit realy needs to improve, as there are more poeple using this os than xp
teejee2008
9th February 2013, 06:36
In Rate Control -> Bitrate Tolerance=1.0
What does it mean?
I checked the FFmpeg docs, it explains this is "in bits", default=4000k, so 1.0 seems not reasonable... please help, thanks.
‘-bt tolerance’
Set video bitrate tolerance (in bits, default 4000k). Has a minimum value of: (target_bitrate/target_framerate). In 1-pass mode, bitrate tolerance specifies how far ratecontrol is willing to deviate from the target average bitrate value. This is not related to min/max bitrate. Lowering tolerance too much has an adverse effect on quality.
It varies from 0.0 to 1.0. The kb/s value will be calculated from the bitrate value that has been set.
teejee2008
9th February 2013, 06:38
FFcoder is using a very long time to index large files (for instance raw bluray-rips). Is this indexing necessary for regular compression, or is it mainly used for frame accuracy when editing/cutting? Could it be an option in FFcoder to enable/disable this indexing?
This is necessary for frame accuracy and is required to preview the edited video. It will take a long time if the files are large. It can't be avoided.
teejee2008
9th February 2013, 06:44
would be nice if it supported chapters and titles, it will become sweet to use on tv shows dvds :)
and support for windows 7 64-bit realy needs to improve, as there are more poeple using this os than xp
There are no plans to add support for chapters and titles and for 64-bit support. There are many other programs available which are more suited for encoding DVDs and with proper support for chapters and subtitles.
teejee2008
9th February 2013, 06:51
New version available: v2.0 BETA (2013-02-09)
New Website: TeeJeeTech (http://teejeetech.blogspot.in/p/ffcoder.html)
Download: MediaFire (37 MB) (http://www.mediafire.com/?89zolyqq9b9bd)
Whats New:
--------------------
* Support has been dropped for the following encoders: LibFAAC, MEncoder, AVs2Avi
* Encoder selection has been removed. Automatic encoder selection will be used by default.
* x264 options updated:
- Default value for MinQ and MaxQ changed to 0 and 69 (previously 10 and 51)
- SubME limit updated to 11 (previously 10)
- Default value for Minimum KeyFrame interval set to 0 (auto) (previously 25)
- Default options will not be specified on the command-line in order to improve readabilty
* Fixed some avisynth-related encoding issues
* Better subtitle support - SRT/SUP/ASS/SSA/USF/IDX files can be embedded in MKV videos. SRT files can be embedded in OGV videos. The subtitle file must be placed in the same folder as the input file.
* Delayed indexing - The 'Please wait..indexing file' window will not be displayed when adding files. Indexing will be delayed till actually needed (when encoding starts). Indexing will not be done if you are not using AVS mode.
* Index files will be deleted when the application exits.
* Track compression is set to 'None' for MKV files for better device compatibility.
* Add option to disable audio when creating OGV files
* Fixed: Disable prompt for installing Haali Media Splitter on startup
* Fixed: VP8 settings were not saved
* Encoders updated: x264, ffmpeg, ffmpeg2theora
* Bugfixes
teejee2008
9th February 2013, 07:06
although it seems the author didn't visit this forum for quite a while, I try my luck and post a bug.
I have a DVD ISO image, I mounted it with UltraISO, it plays well with any video player, so now I want to convert the DVD to Xvid AVI.
I go to File/Add DVD then point to VIDEO_TS folder (FFCoder doesn't like to point to DVD root, it says there are no VOB files).
FFCoder says "Checking VOB files..." then "Preparing..." then "Indexing.. x% done" up to 100% done, then "Reading media properties..." when it fails miserably with a Status Log message window saying:
File: C:\Documents and Settings\masster\Local Settings\Temp\ffcoder_temp\2012-53-21 03-53-40\040605578\NewDVD_040605578.avs
Format is not supported!
MediaInfo & FFmpeg were unable to detect any audio/video streams!
File will not be added to the list.
Why is that?
There are issues with the AVS script that was generated for encoding the DVD files. The script is there in:
C:\Documents and Settings\masster\Local Settings\Temp\ffcoder_temp\2012-53-21 03-53-40\040605578\NewDVD_040605578.avs
If you can fix the script and add it to the main window then it will work.
teejee2008
9th February 2013, 07:12
@All
This application is no longer being actively developed. I had made this program very long ago when I was still using Windows and had need of an application to convert my video collection to other formats. I have moved on to other things since then and it has become impossible for me to find time to work on this program. Many good programs are available these days for converting videos and if you look around on Doom9 and other sites, I'm sure that you will find something that meets your needs.
This release contains all changes that I made to this program over the last 1 year. The code was lying around on my PC for a long time and I thought I should release it. I am not planning to add any more new features but I will be updating it once in a while for fixing bugs and maintenance.
teejee2008
16th February 2013, 07:06
Version: v2.2 BETA (2013-02-15)
Website: TeeJeeTech (http://teejeetech.blogspot.in/p/ffcoder.html)
Download: MediaFire (37 MB) (http://www.mediafire.com/?89zolyqq9b9bd)
Whats New:
--------------------
* x264: high10, high422, high444 profiles added
* Fixed: Encoding fails if output format is MP4 and video codec is x264
* Fixed: Show warning if NeroAAC encoder is missing
* Fixed: X264: --qmin and --qmax defaults changed to 0 and 69
* Fixed: X264: --min-keyint changed to -1 (auto)
* Fixed: Changing frame rate does not work for x264 encoding
* Fixed: Highlight command-line in log window for mp4box
m110s
27th February 2013, 17:15
Version: v2.2 BETA (2013-02-15)
Website: TeeJeeTech (http://teejeetech.blogspot.in/p/ffcoder.html)
Download: MediaFire (37 MB) (http://www.mediafire.com/?89zolyqq9b9bd)
MediaFire blocked download.
Archive Download Blocked...
Any mirror?
Marchand
28th February 2013, 03:13
Thanks for answering my request for support for 10-bit on 02/12/2013. It was the least I could do in return.
You can download by MEGA - Version FFCoder_v2.2_2013-02-16_Full.7z
https://mega.co.nz/#!NNsVxCiY!MKoIWUKAuYhcWgKyPZXV7ivaW3dRx9d7XPW7NQI8yyU
raymng
28th February 2013, 11:31
It varies from 0.0 to 1.0. The kb/s value will be calculated from the bitrate value that has been set.
But the 'bt' (bitrate tolerance) option should be removed from libx264 interface already, check this:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=2c5168afed8ddd798dae5909dba85ae3b611f894
m110s
3rd March 2013, 19:52
Thanks for answering my request for support for 10-bit on 02/12/2013. It was the least I could do in return.
You can download by MEGA - Version FFCoder_v2.2_2013-02-16_Full.7z
https://mega.co.nz/#!NNsVxCiY!MKoIWUKAuYhcWgKyPZXV7ivaW3dRx9d7XPW7NQI8yyU
Thanks for the mirror!
:thanks:
datauser
24th August 2013, 21:02
Nice program, :)but using the latest portable version I get the error message when loading iso images of DVD only "ffmsindex.exe -Application Error" and something about "The memory could not be written."
Pressing ok to terminate the program then loads the iso image of video okay.
My system is 32 bit XP pro Intel celeron 2ghz 3mb ram. Thanks.
wiak
24th August 2013, 23:07
Version: v2.2 BETA (2013-02-15)
Website: TeeJeeTech (http://teejeetech.blogspot.in/p/ffcoder.html)
Download: MediaFire (37 MB) (http://www.mediafire.com/?89zolyqq9b9bd)
Whats New:
--------------------
* x264: high10, high422, high444 profiles added
* Fixed: Encoding fails if output format is MP4 and video codec is x264
* Fixed: Show warning if NeroAAC encoder is missing
* Fixed: X264: --qmin and --qmax defaults changed to 0 and 69
* Fixed: X264: --min-keyint changed to -1 (auto)
* Fixed: Changing frame rate does not work for x264 encoding
* Fixed: Highlight command-line in log window for mp4box
nice to see new version, here is some mirrors on amazon s3 (US)
http://s3.nwgat.net/ffcoder/FFCoder_v2.2_2013-02-16_Full.7z[torrent (http://s3.nwgat.net/ffcoder/FFCoder_v2.2_2013-02-16_Full.7z?torrent)]
http://s3.nwgat.net/ffcoder/FFCoder_v2.2_2013-02-16_Update.7z[torrent (http://s3.nwgat.net/ffcoder/FFCoder_v2.2_2013-02-16_Update.7z?torrent)]
datauser
29th August 2013, 11:18
Bug? I have Haali splitter installed in my XP system anyway as part of a codec pack but using the portable version of Vidcoder a warning pops up sometimes that this program is not installed. Can't see it in the plugin dependencies so this must be the reason, but does Vidcoder need it to function?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.