VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. xVid4Psp in Ubuntu cli Is it possible

    Code:
    SCRIPT
    ------------------------------
    Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\AudioFunctions.avs")
    Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\VideoFunctions.avs")
    LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\VSFilter.dll")
    
    DirectShowSource("C:\Users\Administrator\Downloads\completed-torrent\Bleach + Movies + Specials\001-100\Bleach - 001 [Lunar][640x480][2101CD82].avi", fps=23.976, convertfps=true)
    
    DelayAudio(0.040)
    ConvertToYV12()
    
    ###[FILTERING]###
    ###[FILTERING]###
    
    TextSub("C:\Users\Administrator\Downloads\completed-torrent\watermark.ass")
    
    AmplifydB(1.075)
    
    
    AUDIO ENCODING
    ------------------------------
    Encoding audio to: C:\Temp\0109.m4a
    AAC Q0.45 2ch 16bit 48000khz
    
    neroAacEnc.exe: -ignorelength -q 0.45 -lc -if - -of "C:\Temp\0109.m4a"
    
    
    VIDEO ENCODING
    ------------------------------
    Encoding video to: C:\Temp\0109.264
    x264 Q30.0 640x480 23.976fps (33438 frames)
    
    x264.exe: --crf 30.0 --preset faster --deblock -1:-1 --psy-rd 1.00:0.10 --sar 1:1 --output "C:\Temp\0109.264" "C:\Temp\0109.avs"
    
    avs [info]: 640x480p 1:1 @ 2500000/104271 fps (cfr)
    x264 [info]: using SAR=1/1
    x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
    x264 [info]: profile High, level 3.0
                                                          
    
    
    
    AUDIO ENCODING
    ------------------------------
    Encoding audio to: C:\Temp\0108.m4a
    AAC Q0.45 2ch 16bit 48000khz
    
    neroAacEnc.exe: -ignorelength -q 0.45 -lc -if - -of "C:\Temp\0108.m4a"
    
    x264.exe: --crf 30.0 --preset faster --deblock -1:-1 --psy-rd 1.00:0.10 --sar 1:1 --output "C:\Temp\0108.264" "C:\Temp\0108.avs"
    
    
    MP4Box.exe: -fps 23.976 -add "C:\Temp\0108.264" -add "C:\Temp\0108.m4a" -new "C:\Users\Administrator\Downloads\completed-torrent\Bleach - 001 [Lunar][640x480][2101CD82].mp4" -tmp "C:\Temp"

    This is what my command log on my window xvid4psp.

    I am trying to install neroAacEnc and mp4box, x264 for linux command line version and do the same.

    But it seem I have issue to convert to m4a in the first place whereby neroAacEnc require a .wav format of file


    Weird is at xvid4psp, my input file is *.avi , my target is *.mp4, I don't see any program in handling the extract audio in .wav

    Is it even possible to setup the 3 component to make a script working for


    AVI to MP4 for linux ubuntu command line interface version?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Why not use ffmpeg?
    Quote Quote  
  3. Originally Posted by Baldrick View Post
    Why not use ffmpeg?

    I would love to use ffmpeg if its work for ubuntu 14.04 with cli

    When I encode an avi file of mine, it say the quality is too low and it can't encode.

    But when I just do the same video file at xvid4psp its work.

    Thats why I wanna build a way to encode avi to mp4 with hard subtitle render in without issue.
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Quality too low? Does ffmpeg say that? what?


    But if you want to get xvid4psp to work must you get avisynth working in linux...and I have no idea if that is possible.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!