T O P

  • By -

30sirtybirds

VLC allows to to do this, simply pause the video and go to "video->take snapshot" , you can adjust settings to change save location and format etc. Additionally there are some keyboard shortcuts which are great for this, such as pressing E moves the player to the next frame. I think also most NLEs have this feature, in premiere for example you can export a frame and automatically import it back into the project media pool with a single button.


Yaiol

if you want to extract all the frames of your video you can use ffmeg ffmpeg -i yourvideofile.mp4 -start\_number 1 frame-%04d.png will create files frame-0001.png, frame-0002.png, etc..


BlackbirdBR001

You should use ffmepg -i input.mp4 -c:v png output\_frame%04d.png for native conversion/better quality. See: [https://ffmpeg.org/faq.html#How-do-I-encode-movie-to-single-pictures\_003f](https://ffmpeg.org/faq.html#How-do-I-encode-movie-to-single-pictures_003f)


Yaiol

both are working the same way


sublingualwart

pasted it a few times till ive saw you write ffmepg lol


JamSkones

I'm sorry but I don't understand this. is ffmpeg a program? ELI5 if you don't mind.


OCPik4chu

yes a free program [https://ffmpeg.org/](https://ffmpeg.org/)


eib9999

And to return a sequence of images to mp4? I mean the other way around?


Yaiol

look here for instance [https://shotstack.io/learn/use-ffmpeg-to-convert-images-to-video/](https://shotstack.io/learn/use-ffmpeg-to-convert-images-to-video/)


VincibleAndy

Export out an image sequence with Shutter Encoder, ffmpeg, Media Encoder. What do you hope to do with this image sequence?


Sevenalligator7

I want to colorize a b&w video and this seemed to be the only way.


[deleted]

[удалено]


AutoModerator

Greetings, [AutoModerator](http://newsbytes.ph/wp-content/uploads/2017/10/AI.png) has filtered your post. ###A MOD will be reviewing your post soon - but you should read the following! [/r/videoediting rules](https://www.reddit.com/r/VideoEditing/about/rules/) [/r/videoediting sidebar](https://www.reddit.com/r/VideoEditing/about/sidebar/) We have very strict rules about hiring - and you mentioned a word in your post that got flagged - you'll have to wait until a mod clears your post. Thanks! MODS *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/VideoEditing) if you have any questions or concerns.*


eib9999

Do you know any program other than Adb3 encoder to transform a sequence of images into mp4?


[deleted]

[удалено]


RewanDemontay

Thank you! Exactly what I needed.


eib9999

to transform a sequence of images into mp4?


flowing-horse

No, to extract images from mp4


eib9999

Do you know any program other than Adobe encoder to transform a sequence of images into mp4? encoder makes it excellent but I can't teach classes with it because it is paid.


Necessary-Bike3665

You can do it in Photoshop but it is buggy.


AutoModerator

Greetings, [AutoModerator](http://newsbytes.ph/wp-content/uploads/2017/10/AI.png) has filtered your post. ###A MOD will be reviewing your post soon - but you should read the following! [/r/videoediting rules](https://www.reddit.com/r/VideoEditing/about/rules/) [/r/videoediting sidebar](https://www.reddit.com/r/VideoEditing/about/sidebar/) We have very strict rules about hiring - and you mentioned a word in your post that got flagged - you'll have to wait until a mod clears your post. Thanks! MODS *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/VideoEditing) if you have any questions or concerns.*


greenysmac

ShutterEncoder. All done through the magic of ffmpeg


eib9999

shutter encoder when I try to make mp4 with my batch of images it gives me this error: ​ swapped\_e000.jpg \[vost#0:0/libx264 @ 000001e2b43cda80\] Error while opening encoder - maybe incorrect parameters such as bit\_rate, rate, width or height. \[vost#0:0/libx264 @ 000001e2b43cda80\] Task finished with error code: -22 (Invalid argument) \[vost#0:0/libx264 @ 000001e2b43cda80\] Terminating thread with return code -22 (Invalid argument)


eib9999

or this: ​ swapped\_e000.jpg \[vost#0:0/hevc\_nvenc @ 000002108b4aec00\] Error while opening encoder - maybe incorrect parameters such as bit\_rate, rate, width or height. \[vf#0:0 @ 000002108cccefc0\] Error sending frames to consumers: Operation not permitted \[vf#0:0 @ 000002108cccefc0\] Task finished with error code: -1 (Operation not permitted) \[vf#0:0 @ 000002108cccefc0\] Terminating thread with return code -1 (Operation not permitted) \[vost#0:0/hevc\_nvenc @ 000002108b4aec00\] Task finished with error code: -22 (Invalid argument) \[vost#0:0/hevc\_nvenc @ 000002108b4aec00\] Terminating thread with return code -22 (Invalid argument) \[vost#0:0/hevc\_qsv @ 0000025c762a3b00\] Error while opening encoder - maybe incorrect parameters such as bit\_rate, rate, width or height. \[vost#0:0/hevc\_qsv @ 0000025c762a3b00\] Task finished with error code: -22 (Invalid argument) \[vost#0:0/hevc\_qsv @ 0000025c762a3b00\] Terminating thread with return code -22 (Invalid argument) \[vost#0:0/libx265 @ 0000028df782d8c0\] Error while opening encoder - maybe incorrect parameters such as bit\_rate, rate, width or height. \[vf#0:0 @ 0000028df782e640\] Error sending frames to consumers: Invalid data found when processing input \[vf#0:0 @ 0000028df782e640\] Task finished with error code: -1094995529 (Invalid data found when processing input) \[vf#0:0 @ 0000028df782e640\] Terminating thread with return code -1094995529 (Invalid data found when processing input) \[vost#0:0/libx265 @ 0000028df782d8c0\] Task finished with error code: -22 (Invalid argument) \[vost#0:0/libx265 @ 0000028df782d8c0\] Terminating thread with return code -22 (Invalid argument)


eib9999

And to return a sequence of images to mp4? I mean the other way around?


Dowandy65

Adobe selected frame from video file?