FFCoderErrorReport_[2013-02-03-15-00-29]

Embed Size (px)

Citation preview

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    1/6

    ================================================================================Source file info [MediaInfo]================================================================================

    GeneralComplete name : C:\Documents and Settings\Josephmore\My Documents\My Videos\Guilty Crown Ending (Full ver) Lyrics Departure.mp4Format : MPEG-4Format profile : Base Media / Version 2Codec ID : mp42File size : 54.1 MiBDuration : 4mn 11sOverall bit rate : 1 809 KbpsEncoded date : UTC 2012-08-13 12:14:15Tagged date : UTC 2012-08-13 12:14:15gsst : 0gstd : 251170gssd : BADC20BE4HH1359535672070337gshh : r13---sn-5uaeznel.c.youtube.com

    VideoID : 1Format : AVCFormat/Info : Advanced Video Codec

    Format profile : [email protected] settings, CABAC : YesFormat settings, ReFrames : 1 frameCodec ID : avc1Codec ID/Info : Advanced Video CodingDuration : 4mn 11sBit rate mode : VariableBit rate : 1 615 KbpsMaximum bit rate : 8 068 KbpsWidth : 1 920 pixelsHeight : 1 080 pixelsDisplay aspect ratio : 16:9Frame rate mode : Constant

    Frame rate : 29.970 fpsColor space : YUVChroma subsampling : 4:2:0Bit depth : 8 bitsScan type : ProgressiveBits/(Pixel*Frame) : 0.026Stream size : 48.3 MiB (89%)Tagged date : UTC 2012-08-13 12:14:15

    AudioID : 2Format : AACFormat/Info : Advanced Audio Codec

    Format profile : LCCodec ID : 40Duration : 4mn 11sBit rate mode : VariableBit rate : 192 KbpsMaximum bit rate : 202 KbpsChannel(s) : 2 channelsChannel positions : Front: L RSampling rate : 44.1 KHzCompression mode : Lossy

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    2/6

    Stream size : 5.75 MiB (11%)Title : IsoMedia File Produced by Google, 5-11-2011Encoded date : UTC 2012-08-13 12:14:15Tagged date : UTC 2012-08-13 12:14:15

    ================================================================================Source file info [FFmpeg]================================================================================

    ffmpeg version git-N-30172-g3c20c0e-Sherpya, Copyright (c) 2000-2011 the FFmpegdevelopersbuilt on May 24 2011 03:24:39 with gcc 4.2.5 20090330 (prerelease) [Sherpya]libavutil 51. 2. 1 / 51. 2. 1libavcodec 53. 6. 0 / 53. 6. 0libavformat 53. 2. 0 / 53. 2. 0libavdevice 53. 0. 0 / 53. 0. 0libavfilter 2. 10. 0 / 2. 10. 0libswscale 0. 14. 0 / 0. 14. 0libpostproc 51. 2. 0 / 51. 2. 0

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Documents and Settings\Josephmore\MyDocuments\My Videos\Guilty Crown Ending (Full ver) Lyrics Departure.mp4':Metadata:

    major_brand : mp42minor_version : 0compatible_brands: isommp42creation_time : 2012-08-13 12:14:15

    Duration: 00:04:11.01, start: 0.000000, bitrate: 1809 kb/sStream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 1614 kb/s, 29.97 f

    ps, 29.97 tbr, 60k tbn, 59.94 tbcMetadata:creation_time : 1970-01-01 00:00:00

    Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 191 kb/sMetadata:creation_time : 2012-08-13 12:14:15

    At least one output file must be specified

    ================================================================================Avisynth script [AVS]================================================================================

    LoadPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\GScript.dll")try {

    c = GImport("Guilty Crown Ending (Full ver) Lyrics Departure.mp4_output.avsi")

    Return c}catch(err_msg) {

    Return MessageClip(err_msg).ConvertToYV12()

    }

    ================================================================================Avisynth script [AVSI]================================================================================

    #Import plugins and scripts ====================================================

    LoadPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\DGDecode.dll")

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    3/6

    LoadCPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\yadif.dll")LoadPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\AutoCrop.dll")LoadPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\BassAudio.dll")LoadPlugin("E:\Archivos de Programa\Windows XP\FFCoder\plugins\ffms2.dll")Import("E:\Archivos de Programa\Windows XP\FFCoder\plugins\ffms2.avsi")Import("E:\Archivos de Programa\Windows XP\FFCoder\plugins\ZoomBox.avsi")

    #Define project variables and functions ========================================

    global plugins = "E:\Archivos de Programa\Windows XP\FFCoder\plugins\"

    function AutoYV12(clip c){

    c = (c.IsYV12 == false) ? c.ConvertToYV12() : creturn c

    }

    function AutoRGB32(clip c){

    c = (c.IsRGB32 == false) ? c.ConvertToRGB32() : creturn c

    }

    sourceFile = "C:\Documents and Settings\Josephmore\My Documents\My Videos\GuiltyCrown Ending (Full ver) Lyrics Departure.mp4"sourceExt = "mp4"sourceFPS = 29.97sourceIsInterlaced = FalsesourceHasOnlyAudio = FalsesourceHasOnlyVideo = FalsesourceAudioTracks = 1sourceVideoTracks = 1if (sourceExt == "avs"){

    c = Import(sourceFile)}

    else{if (sourceHasOnlyAudio == true)

    {try {

    audio = BassAudioSource(sourceFile)}catch(errMsg) {

    try {audio = FFAudioSource(sourceFile)

    }catch(errMsg) {

    audio = DirectShowSource(sourceFile, video=false

    )}

    }

    video = BlankClip(audio, width=64, height=64, fps=25, color=$000000, pixel_type="YV12")

    c = AudioDubEx(video, audio)}else if (sourceHasOnlyVideo == true)

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    4/6

    {try {

    video = FFVideoSource(sourceFile)}catch(err_msg) {

    video = DirectShowSource(sourceFile, fps=sourceFPS).KillAudio()

    }

    c = video}else{

    try {audio = FFAudioSource(sourceFile)

    }catch(err_msg) {

    audio = DirectShowSource(sourceFile, fps=sourceFPS).KillVideo()

    }

    try {video = FFVideoSource(sourceFile)

    }catch(err_msg) {

    video = DirectShowSource(sourceFile, fps=sourceFPS).KillAudio()}

    c = AudioDubEx(video, audio)}

    }

    /*======================================================================Videos which are more than 'MaxVideoHeight' pixels high will be downsized

    to 'MaxVideoHeight' pixels. Width will be calculated automaticallyto maintain aspect ratio.======================================================================*/

    MaxVideoHeight = 240MaxVideoWidth = 720AlignMethod = 5ResizingMethod = "BilinearResize"RoundingFactor = 16

    # ======================================================================

    oh = c.Height

    ow = c.Width

    if (MaxVideoHeight > 0){

    if (oh > MaxVideoHeight){

    oh = MaxVideoHeight}

    ow = oh * (Float(c.Width) / c.Height)

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    5/6

    ow = Floor(ow)ow = ow - (ow % RoundingFactor)

    }

    if (MaxVideoWidth > 0){

    if (ow > MaxVideoWidth){

    ow = MaxVideoWidth}oh = ow * (Float(c.Height) / c.Width)oh = Floor(oh)oh = oh - (oh % RoundingFactor)

    }

    if ((c.Height > oh)||(c.Width > ow)){

    c = c.ZoomBox(ow, oh, Align = AlignMethod, ResizeMethod=ResizingMethod)}

    /* ======================================================================Changes output framerate without changing duration.Changes framerate by dropping or duplicating frames (Not Recommended).=======================================================================*/

    FpsNumerator = 240000FpsDenominator = 1001

    # ======================================================================

    c = c.ChangeFPS(FpsNumerator, FpsDenominator)

    return c

    ================================================================================Encoder Logs================================================================================

    ================================================================================"E:\Archivos de Programa\Windows XP\FFCoder\bin\mplayer\mencoder.exe" "C:\Documents and Settings\Josephmore\Local Settings\Temp\ffcoder_temp\025715375\Guilty Crown Ending (Full ver) Lyrics Departure.mp4_output.avs" -of avi -oac faac -faacopts quality=100:mpeg=4 -ovc xvid -xvidencopts bitrate=512:threads=2:max_key_interval=300:max_bframes=2:bf_threshold=0:bquant_offset=100:bquant_ratio=150:bvhq=1:profile=unrestricted:nocartoon:nointerlacing:nopacked:rc_averaging_period=16:rc

    _reaction_delay_factor=100:rc_buffer=100:quant_type=h263:min_iquant=2:max_iquant=31:min_pquant=2:max_pquant=31:min_bquant=2:max_bquant=31:me_quality=6:vhq=1:tre

    llis:noqpel:nogmc:chroma_me:nochroma_opt:hq_ac:closed_gop:nolumi_mask -ffourcc XVID -vf scale,harddup -o "C:\Documents and Settings\Josephmore\My Documents\My Videos\MP4\Guilty Crown Ending (Full ver) Lyrics Departure_0.avi"================================================================================MEncoder Sherpya-SVN-r32735-4.2.5 (C) 2000-2010 MPlayer Teamsuccess: format: 0 data: 0x0 - 0x102AVS file format detected.VIDEO: [YV12] 416x224 12bpp 239.760 fps 0.0 kbps ( 0.0 kbyte/s)[V] filefmt:38 fourcc:0x32315659 size:416x224 fps:239.760 ftime:=0.0042==========================================================================

  • 7/30/2019 FFCoderErrorReport_[2013-02-03-15-00-29]

    6/6

    Opening audio decoder: [pcm] Uncompressed PCM audio decoderAUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400->176400)Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)==========================================================================xvid: using library version 1.2.2 (build xvid-1.2.2-vaq)Opening video filter: [expand osd=1]Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1Opening video filter: [harddup]Opening video filter: [scale]==========================================================================Opening video decoder: [raw] RAW Uncompressed VideoMovie-Aspect is undefined - no prescaling applied.videocodec: XviD (416x224 fourcc=44495658 [XVID])xvid: par=0/0 (vga11), displayed=416x224, sampled=416x224xvid: CBR Rate Control -- bitrate=512kbit/sSelected video codec: [rawyv12] vfm: raw (RAW YV12)==========================================================================Forcing output FourCC to 44495658 [XVID].Exiting...[swscaler @ 019ceb80] using unscaled yuv420p -> yuv420p special converterAE_FAAC, Unable to load libfaac.dll

    ================================================================================

    Environment================================================================================

    [AppVersion] 1.2.0.0[OS-Detect] Microsoft Windows NT 5.2.3790 Service Pack 2[OS-Detect] Windows 2003[OS-Type] 32-bit[CPU] Pentium(R) Dual-Core CPU E5500 @ 2.80GHz (2800MHz)[Avisynth] True[FFDShow] True[Haali] True