VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hello, I hope someone can give a hint...

    I tried to upload several times a video to VIMEO with different formats (video/audio)
    everytime the result was no audio after uploading

    The problem is I have Formatactory3.3.5 that does not support audio AAC-LC that VIMEO wants.

    Does anyone have an idea how to get H264 with AAC-LC?

    Hope anyone can give me a hint

    Thanks in forward!!!!
    Quote Quote  
  2. ok thanks. I will test it
    Quote Quote  
  3. You may try ffmpeg - create your video as usual then re-compress it to h.264 with ffmpeg ( i would suggest to use some lossless compression to prepare your video) (this is for Youtube but should work with any other video server similar way)

    Code:
    @set x264opts="level=4:qp=20:ipratio=2:cabac=1:colorprim=bt470bg:transfer=bt470bg:colormatrix=bt470bg:fullrange=off:overscan=show:pic-struct:force-cfr=1:aud=1:threads=auto"
    @ffmpeg -i %1 -c:v libx264 -preset ultrafast -tune zerolatency -profile:v high -x264opts %x264opts% -x264-params %x264opts% -af "aresample=resampler=soxr:osr=44100:cutoff=0.95" -strict experimental -c:a aac -b:a 320k -ac 2 -shortest -movflags faststart %1_.mp4
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!