Skip to main content

All Questions

1 vote
1 answer
1k views

How to use a batch file on the context menu and 'pass on' the rightclicked file?

The case: There's a program called gMKVExtractGUI which demuxes MKV videofiles. You can rightclick any MKV, and the program opens that video. It can then extract the subtitles. It doesn't work on MP4 ...
Sara Phina's user avatar
3 votes
2 answers
3k views

FFmpeg converting by a context menu entry

I want to create a right click/context menu entry named "Convert to MP4" available to every video file (or at least MKV, if every video file isn't possible), where it would do launch FFmpeg ...
Slade's user avatar
  • 87
0 votes
0 answers
847 views

I want to convert jpg image sequence in folder to mov by adding windows context menu for a folder

I am using ffmpeg code to convert the available jpg sequence to mov(Photojpg) ffmpeg -f image2 -r 24 -start_number 1001 -i /ip/Seq/image.%04d.jpg -y -xerror -vcodec copy -r 24 /ip/Seq/movie.mov But ...
Shankar Natarajan's user avatar