Converting FFMPEG to MP4 ? HELP!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • braylove
    Confirmed User
    • Jan 2011
    • 157

    #1

    Converting FFMPEG to MP4 ? HELP!

    Trying to get my script to convert to from FFMPEG to MP4
    It keeps giving me and error.

    the original command was this:


    -vcodec libx264 -vpre medium -ar 44100 -ab 96k -b 1200k -r 15 -s 320x240 -threads 0 -f mp4


    and the error looks like this:


    Showing only last 1024 kb of log
    To see all the log, go to magick/tasks_cron_log.txt

    ame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
    [41] => libavutil 50.15. 1 / 50.15. 1
    [42] => libavcodec 52.72. 2 / 52.72. 2
    [43] => libavformat 52.64. 2 / 52.64. 2
    [44] => libavdevice 52. 2. 0 / 52. 2. 0
    [45] => libavfilter 1.19. 0 / 1.19. 0
    [46] => libswscale 0.11. 0 / 0.11. 0
    [47] => libpostproc 51. 2. 0 / 51. 2. 0
    [48] => [flv @ 0xb4f28b0]Estimating duration from bitrate, this may be inaccurate
    [49] =>
    [50] => Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1)
    [51] => Input #0, flv, from '../videos/25816_1720658.flv':
    [52] => Metadata:
    [53] => duration : 120
    [54] => width : 640
    [55] => height : 360
    [56] => videodatarate : 586
    [57] => framerate : 15
    [58] => videocodecid : 2
    [59] => audiodatarate : 62
    [60] => audiosamplerate : 44100
    [61] => audiosamplesize : 16
    [62] => stereo : false
    [63] => audiocodecid : 2
    [64] => filesize : 10110253
    [65] => Duration: 00:02:00.32, start: 0.000000, bitrate: 664 kb/s
    [66] => Stream #0.0: Video: flv, yuv420p, 640x360, 600 kb/s, 15 tbr, 1k tbn, 1k tbc
    [67] => Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 64 kb/s
    [68] => [libx264 @ 0xb4f9b60]using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
    [69] => Output #0, mp4, to '../videos/25816_1720658.mp4':
    [70] => Stream #0.0: Video: libx264, yuv420p, 320x240, q=10-51, 1200 kb/s, 90k tbn, 15 tbc
    [71] => Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 96 kb/s
    [72] => Stream mapping:
    [73] => Stream #0.0 -> #0.0
    [74] => Stream #0.1 -> #0.1
    [75] => Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [76] => FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
    [77] => built on Dec 4 2010 15:35:31 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
    [78] => configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
    [79] => libavutil 50.15. 1 / 50.15. 1
    [80] => libavcodec 52.72. 2 / 52.72. 2
    [81] => libavformat 52.64. 2 / 52.64. 2
    [82] => libavdevice 52. 2. 0 / 52. 2. 0
    [83] => libavfilter 1.19. 0 / 1.19. 0
    [84] => libswscale 0.11. 0 / 0.11. 0
    [85] => libpostproc 51. 2. 0 / 51. 2. 0
    [86] => [flv @ 0xef6c8b0]Estimating duration from bitrate, this may be inaccurate
    [87] =>
    [88] => Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1)
    [89] => Input #0, flv, from '../videos/25817_1720657.flv':
    [90] => Metadata:
    [91] => duration : 120
    [92] => width : 640
    [93] => height : 360
    [94] => videodatarate : 586
    [95] => framerate : 15
    [96] => videocodecid : 2
    [97] => audiodatarate : 62
    [98] => audiosamplerate : 44100
    [99] => audiosamplesize : 16
    [100] => stereo : false
    [101] => audiocodecid : 2
    [102] => filesize : 10092403
    [103] => Duration: 00:02:00.26, start: 0.000000, bitrate: 664 kb/s
    [104] => Stream #0.0: Video: flv, yuv420p, 640x360, 600 kb/s, 15 tbr, 1k tbn, 1k tbc
    [105] => Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 64 kb/s
    [106] => [libx264 @ 0xef73530]using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
    [107] => Output #0, mp4, to '../videos/25817_1720657.mp4':
    [108] => Stream #0.0: Video: libx264, yuv420p, 320x240, q=10-51, 1200 kb/s, 90k tbn, 15 tbc
    [109] => Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 96 kb/s
    [110] => Stream mapping:
    [111] => Stream #0.0 -> #0.0
    [112] => Stream #0.1 -> #0.1
    [113] => Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [114] => FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
    [115] => built on Dec 4 2010 15:35:31 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
    [116] => configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
    [117] => libavutil 50.15. 1 / 50.15. 1
    [118] => libavcodec 52.72. 2 / 52.72. 2
    [119] => libavformat 52.64. 2 / 52.64. 2
    [120] => libavdevice 52. 2. 0 / 52. 2. 0
    [121] => libavfilter 1.19. 0 / 1.19. 0
    [122] => libswscale 0.11. 0 / 0.11. 0
    [123] => libpostproc 51. 2. 0 / 51. 2. 0
    [124] => [flv @ 0x1a6568b0]Estimating duration from bitrate, this may be inaccurate
    [125] =>
    [126] => Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1)
    [127] => Input #0, flv, from '../videos/25818_1720598.flv':
    [128] => Metadata:
    [129] => duration : 120
    [130] => width : 640
    [131] => height : 360
    [132] => videodatarate : 586
    [133] => framerate : 15
    [134] => videocodecid : 2
    [135] => audiodatarate : 62
    [136] => audiosamplerate : 44100
    [137] => audiosamplesize : 16
    [138] => stereo : false
    [139] => audiocodecid : 2
    [140] => filesize : 10057434
    [141] => Duration: 00:02:00.21, start: 0.000000, bitrate: 664 kb/s
    [142] => Stream #0.0: Video: flv, yuv420p, 640x360, 600 kb/s, 15 tbr, 1k tbn, 1k tbc
    [143] => Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 64 kb/s
    [144] => [libx264 @ 0x1a65ee30]using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
    [145] => Output #0, mp4, to '../videos/25818_1720598.mp4':
    [146] => Stream #0.0: Video: libx264, yuv420p, 320x240, q=10-51, 1200 kb/s, 90k tbn, 15 tbc
    [147] => Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 96 kb/s
    [148] => Stream mapping:
    [149] => Stream #0.0 -> #0.0
    [150] => Stream #0.1 -> #0.1
    [151] => Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
    )

    can anyone please help with this. I will be forever greatful ! <3
    DickFlixxx|Best Gay Porn Sites|BrayLove|Best Gay Porn Cams
Working...