Note: This is only tested on Firefox, using the external player "GOM", with file sizes up to 70 MB. Your results with other external players, and file sizes, may differ. If you test this, please include complete and specific details of fail/success.
1. First, read this excellent tutorial from Mohican. Read the entire thread, and follow all it's instructions and updates.
2. Download flvtool++ from here and unzip it into Subsonic's "Transcode" folder.
3. Use the following parameters in Subsonic "settings/trancode":
name
- Code: Select all
avi > flv
convert from
- Code: Select all
avi
convert to
- Code: Select all
flv
step 1
- Code: Select all
ffmpeg -re -y -i -ar 44100 -sameq -deinterlace
step 2
- Code: Select all
flvtool++ -nodump -f flv
These transcoding settings will give you an output-file of the same quality/proportions as the original input-file, as indicated by "-sameq" in step-1.