Beiträge von cmax

    danke für die antwort

    das habe ich jetzt gemacht. Bloß wie bekomme ich jetzt dieses .3ivx da weg? Ist das ein falscher codec den ich mal installiert hab?

    falls du wissen wolltest welches Format meine beiden Resourcen haben ist das .Avi und .wav

    Hallo ich versuche grade einen Clip ins .mp4 Format umzuwandeln allerdings gibt er mir die Datei immer in so einem eigenartigen Format aus. Nämlich .3ivx.mp4 Seht Selbst :

    http://img523.imageshack.us/img523/419/screenax3.jpg

    Das zeigt er mir beim Encoden an:

    ======Encoding AAC audio======
    Freeware Advanced Audio Coder
    FAAC 1.24.1 (May 17 2005) UNSTABLE

    Average bitrate: 128 kbps
    Quantization quality: 100
    Bandwidth: 16000 Hz
    Object type: Low Complexity(MPEG-4) + M/S
    Container format: MPEG-4 File Format (MP4)
    Encoding C:\Programme\makemp4\mav.wav to C:\Programme\makemp4\temp\mav.m4a
    frame | bitrate | elapsed/estim | play/CPU | ETA
    789/789 (100%)| 99.9 | 1.6/1.6 | 11.72x | 0.0

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

    ======= x264 pass 1/3 ========
    avis [info]: 800x592 @ 25.00 fps (457 frames)
    x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
    x264 [info]: slice I:2 Avg QP:34.50 Avg size: 926
    x264 [info]: slice P:271 Avg QP:42.71 Avg size: 825
    x264 [info]: slice B:184 Avg QP:32.71 Avg size: 131
    x264 [info]: slice I Avg I4x4:1.8% I8x8:12.0% I16x16:86.2%
    x264 [info]: slice P Avg I4x4:0.3% I8x8:1.6% I16x16:6.9% P:4.7% P8x8:0.1%
    PSKIP:86.4%
    x264 [info]: slice B Avg I4x4:0.0% I8x8:0.1% I16x16:0.2% P:1.6% B:0.1% B8
    x8:0.0% DIRECT:0.1% BSKIP:97.8%
    x264 [info]: 8x8 transform intra:18.2% inter:44.9%
    x264 [info]: kb/s:109.2

    encoded 457 frames, 7.30 fps, 109.52 kb/s
    ==============================

    ======= x264 pass 2/3 ========
    avis [info]: 800x592 @ 25.00 fps (457 frames)
    x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
    x264 [info]: slice I:2 Avg QP:36.00 Avg size: 4665
    x264 [info]: slice P:271 Avg QP:41.22 Avg size: 750
    x264 [info]: slice B:184 Avg QP:37.41 Avg size: 107
    x264 [info]: slice I Avg I4x4:4.9% I8x8:14.9% I16x16:80.3%
    x264 [info]: slice P Avg I4x4:0.3% I8x8:1.7% I16x16:8.6% P:7.3% P8x8:0.1%
    PSKIP:82.0%
    x264 [info]: slice B Avg I4x4:0.0% I8x8:0.1% I16x16:0.3% P:2.0% B:0.0% B8
    x8:0.0% DIRECT:0.1% BSKIP:97.4%
    x264 [info]: 8x8 transform intra:16.4% inter:58.8%
    x264 [info]: kb/s:101.6

    encoded 457 frames, 6.43 fps, 101.95 kb/s
    ==============================

    ======= x264 pass 3/3 ========
    avis [info]: 800x592 @ 25.00 fps (457 frames)
    x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
    x264 [info]: slice I:2 Avg QP:38.00 Avg size: 3479
    x264 [info]: slice P:271 Avg QP:41.21 Avg size: 750
    x264 [info]: slice B:184 Avg QP:37.74 Avg size: 101
    x264 [info]: slice I Avg I4x4:3.4% I8x8:70.5% I16x16:26.2%
    x264 [info]: slice P Avg I4x4:0.3% I8x8:1.8% I16x16:8.9% P:7.2% P8x8:0.1%
    PSKIP:81.7%
    x264 [info]: slice B Avg I4x4:0.0% I8x8:0.1% I16x16:0.3% P:1.9% B:0.0% B8
    x8:0.0% DIRECT:0.1% BSKIP:97.6%
    x264 [info]: 8x8 transform intra:20.1% inter:61.6%
    x264 [info]: kb/s:100.2

    encoded 457 frames, 6.97 fps, 100.54 kb/s
    ==============================

    === Muxing Audio and Video ===
    AVC-H264 import - frame size 800 x 592 at 25.000 FPS
    Adjusting AVC SizeLength to 16 bits
    Import results: 457 samples - Slices: 2 I 271 P 184 B - 1 SEI - 2 IDR
    IsoMedia import - track ID 1 - Audio (SR 44100 - 2 channels)
    Saving C:\Programme\makemp4\mav.mp4: 0.500 secs Interleaving
    ==============================

    If you have any errors, you haven't edited makemp4.bat correctly!!!
    Otherwise the video is now done and can be found with the filename:
    mav.mp4

    Drücken Sie eine beliebige Taste . . .


    und das hier sind meine Einstellungen :


    @echo off
    :-------------------
    : See http://wiki.meaz.org/index.php?title=Codecs:x264 for latest info
    :-------------------

    :START
    :-------------------
    : Start Configuration
    :-------------------
    : You need to export your movie as an avi with a filename.
    : You need to export your movie sound as a wav with the same filename.
    : Set the filename you will use on here.

    set mymovie=mav

    :-------------------
    :set the path to your files here (no \ at the end)
    :-------------------

    set mypath=C:\Programme\makemp4

    :-------------------
    :set the audio bitrate to use here
    :-------------------

    set myabitrate=128

    :-------------------
    :set the video bitrate to use here
    :-------------------

    set myvbitrate=100

    :-------------------
    :set the video frame rate you used here
    :-------------------

    set myfps=25

    :-------------------
    :End Configuration
    :-------------------


    mkdir %mypath%\temp
    cls

    echo AVISource("%mypath%\%mymovie%.avi") > "%mypath%\%mymovie%.avs"
    echo Crop(0,4,-0,-4) >> "%mypath%\%mymovie%.avs"
    echo ConvertToYV12() >> "%mypath%\%mymovie%.avs"

    echo ======Encoding AAC audio======
    "bin\faac.exe" -b %myabitrate% -o "%mypath%\temp\%mymovie%.m4a" "%mypath%\%mymovie%.wav"
    echo ==============================
    echo.

    echo ======= x264 pass 1/3 ========
    "bin\x264.exe" -p 1 --bitrate %myvbitrate% --ref 3 --bframes 3 --subme 6 --weightb --analyse all --8x8dct --qpmin 4 --qpstep 6 --merange 24 --me umh --progress --no-psnr --stats "temp\x264.stats" --output NUL "%mymovie%.avs"
    echo ==============================
    echo.

    echo ======= x264 pass 2/3 ========
    "bin\x264.exe" -p 3 --bitrate %myvbitrate% --ref 3 --bframes 3 --subme 6 --weightb --analyse all --8x8dct --qpmin 4 --qpstep 6 --merange 24 --me umh --progress --no-psnr --stats "temp\x264.stats" --output NUL "%mymovie%.avs"
    echo ==============================
    echo.

    echo ======= x264 pass 3/3 ========
    "bin\x264.exe" -p 2 --bitrate %myvbitrate% --ref 3 --bframes 3 --subme 6 --weightb --analyse all --8x8dct --qpmin 4 --qpstep 6 --merange 24 --me umh --progress --no-psnr --stats "temp\x264.stats" --output "temp\%mymovie%.264" "%mymovie%.avs"
    echo ==============================
    echo.

    echo === Muxing Audio and Video ===
    "bin\mp4box" -new -add "%mypath%\temp\%mymovie%.264#video" -add "%mypath%\temp\%mymovie%.m4a#audio" -fps %myfps% "%mypath%\%mymovie%.mp4"
    echo ==============================
    echo.

    if EXIST "%mypath%\%mymovie%.mp4" rmdir /S /Q temp
    del "%mypath%\%mymovie%.avs"

    :END
    echo If you have any errors, you haven't edited makemp4.bat correctly!!!
    echo Otherwise the video is now done and can be found with the filename:
    echo %mymovie%.mp4
    echo.
    pause


    Was mach ich denn nu falsch? Oo

    Hallo :)

    vorweg, ich bin sehr unerfahren mit x264 , hab da aber eine frage :


    ich bekomme die komprimierung einfach nicht hin. Ich benutze "makemp4" falls auch das was sagt , das is das wo sich einfach ein dos fenster öffnet und er das da dann komprimiert. Ich bekomme da immer ein Fehler beim Komprimieren mache aber alles wie es in diesem Tutorial steht http://www.hypermovies.de/hp/index.php?p…ction=show&id=2

    muss dazu sagen das meine Datei das Format 1024x768 hat und ein Clanmovie ist. das sind ziemlich wenig informationen aber vll könnt ihr mir ya helfen. Ich hab auch schon ein paar crop einstellungen ausprobiert unter anderem diese hier
    -(0,0,-0,-0)
    -(0,4,-0,-4)

    mfg

    chris