Skip to main content

All Questions

Tagged with
0 votes
1 answer
224 views

FFMpeg seek mkv x265 to x264 start + end generate bad duration and black output

I don't understand if I am missing a parameter or am I wrong to understand the documentation. I have a program that forces me to use FFmpeg (so I can't use ffprobe). FFMpeg I am using "N-99928-...
Geass's user avatar
  • 31
0 votes
0 answers
852 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