5 private links
ffmpeg -i ZeldaTPOriginalResolution30FPS\ -\ Copy.flv $filename%03d.png -hidebanner
ESRGAN
ffmpeg -i ZeldaTPOriginalResolution30FPS\ -\ Copy.flv -vn -acodec copy ZeldaTPOriginalResolution30FPS\ -\ Copy.aac => problem 'cause it's missing two seconds, I did it with vlc ¯_(ツ)/¯
for i in *.png; do mv "$i" "$(echo "$i" | sed s/_Manga109Attempt.png//)";done => remove the part of the name added by my script
ffmpeg -framerate 30 -i '%3d.png' -b:v 6393K Project.mp4
ffmpeg -i Project.mp4 -i ../ZeldaTP/ZeldaTPOriginalResolution30FPS\ -\ Copy.flac -shortest -c:v copy p.mp4
scale down keeping 6393kb bitrate
ffmpeg -i p.mp4 -vf scale=640:528 -b:v 6393K ProjectScaleDown.mp4
side by side
ffmpeg -i ZeldaTPOriginalResolution30FPS_640x528.flv -i ProjectScaleDown.mp4 -filter_complex hstack -b:v 6393K sidebyside.mp4
mp4 to webm
ffmpeg -i sidebyside.mp4 -f webm -c:v libvpx -b:v 6393K -acodec libvorbis sidebyside.webm -hide_banner
Sources/Materials :
https://stackoverflow.com/questions/42255139/ffmpeg-merge-two-videos-into-one-with-side-by-side-same-quality-output
https://unix.stackexchange.com/questions/233832/merge-two-video-clips-into-one-placing-them-next-to-each-other
https://stackoverflow.com/questions/55363460/ffmpeg-cannot-find-a-matching-stream-for-unlabeled-input-pad-0-on-filter-parsed
https://trac.ffmpeg.org/wiki/Scaling
https://video.stackexchange.com/questions/21601/i-scaled-down-a-video-but-the-bit-rate-does-not-change
https://www.bugcodemaster.com/article/extract-images-frame-frame-video-file-using-ffmpeg
How to remove transcoding from peertube :
SELECT FROM video WHERE uuid = ; // Find the id of the video you want
SELECT FROM videoFile WHERE "videoId" = ; // Find all the videos transcoded for that video, select by dimension
DELETE FROM videoFile WHERE id = ; // Delete the transcoded wanted
rm /var/www/peertube/storage/videos/uuid-dimension.mp4
http://www.dogmazic.net/ 4
http://www.jamendo.com/fr 3
http://freemusicarchive.org/ 4
etc : https://framazic.org/ecouter/ 13