Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # /usr/bin/avconv -pass 1 -i $1 -c:v libx264 -an -f rawvideo -y /dev/null
- # /usr/bin/avconv -pass 2 -i $1 -b 1500k -vf yadif -c:a mp3 -c:v libx264 -profile:v baseline /mnt/platter/Media/PVR/Recordings/LQ/$2
- /usr/bin/avconv -i $1 -b 1500k -vf yadif -c:a mp3 -c:v libx264 -profile:v baseline /mnt/platter/Media/PVR/Recordings/LQ/$2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement