Hi,
what's the correct workflow to use for proxy (via ffmpeg) ?
#############################################
0) copy the scripts
- Add Proxies as Takes.cs
- Remove Proxies.cs
- Switch Proxies.cs
- Turn off Proxies.cs
from: https://vegasaur.com/bin/scripts
to: "C:\Users\***\Documents\Vegas Script Menu"
1) transcode the big file
ffmpeg -hide_banner -i "input.mkv" -map 0:0 -c:v libx264 -preset ultrafast -vf scale=-2:252 -map 0:1 -c:a copy -f mp4 "output_h250px.mp4"
2) rename input_h250px.mp4 to input_h250px.mp4.sfvp0 (so this sfvp0 file contains video + AAC 5.1 audio)
3) import input_h250px.mp4.sfvp0 on Vegas
4) import input_h250px.mp4.sfvp0 on timeline
4) select video track
5) use Add Proxies as Takes.cs
#############################################
Is it correct? I think no because won't work...