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'm currently encoding mp4s with PyAV, then attaching a thumbnail after the video is done with ffmpeg -hide_banner -i [video] -i [thumbnail] -map 0 -map 1 -c copy -disposition:v:1 attached_pic [output].
Is there a way to attach the thumbnail to the container with PyAV at the same time I'm encoding the video stream?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently encoding mp4s with PyAV, then attaching a thumbnail after the video is done with
ffmpeg -hide_banner -i [video] -i [thumbnail] -map 0 -map 1 -c copy -disposition:v:1 attached_pic [output]
.Is there a way to attach the thumbnail to the container with PyAV at the same time I'm encoding the video stream?
Beta Was this translation helpful? Give feedback.
All reactions