Yah Cool 'bout ffmpeg
Today , one of my boss said
'''
This is what I use for converting for the ipad using ffmpeg:
#!/bin/bash
ffmpeg -i "$1" -acodec libfaac -ab 96k -vcodec libx264 -vpre fast -crf 22 -threads 0 -s 1024x768 "$1.mp4"
'''
Oh I have to try it
'''
This is what I use for converting for the ipad using ffmpeg:
#!/bin/bash
ffmpeg -i "$1" -acodec libfaac -ab 96k -vcodec libx264 -vpre fast -crf 22 -threads 0 -s 1024x768 "$1.mp4"
'''
Oh I have to try it
Comments
Post a Comment