You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I succeed by modifying the script a bit.
In line $FFMPEG -loglevel error -stats -i "$FILENAME" -map 0 -scodec copy -vcodec "$OUTPUT_VCODEC" -acodec "$OUTPUT_ACODEC" ... I've added to map ":v", so in base it does convert only video: $FFMPEG -loglevel error -stats -i "$FILENAME" -map 0:v -scodec copy -vcodec "$OUTPUT_VCODEC" -acodec "$OUTPUT_ACODEC" ...
Hi!
I have two cores, I'd like to use those for transcoding: https://superuser.com/questions/155305/how-many-threads-does-ffmpeg-use-by-default
Also I have multiple audio video and I'd like to convert only one of those, can You add option to select audio track to convert?
https://superuser.com/questions/639402/convert-specific-video-and-audio-track-only-with-ffmpeg
Thank You, great tool!
The text was updated successfully, but these errors were encountered: