Image

Create a video clip from a set of images using ffmpeg

imagine your image folder looks like this: rephlex@hera:[~/Schreibtisch/gna]: ls -1 * | headG0037679.JPGG0037680.JPGG0037681.JPGG0037682.JPGG0037683.JPGG0037684.JPGG0037685.JPGG0037686.JPGG0037687.JPGG0037688.JPG […] This is the command you’re looking for: ffmpeg -framerate 25 -start_number 37679 -i G00%05d.JPG -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4

Create a video clip from a set of images using ffmpeg Read More »

Windows USB-Installationsmedium unter Linux erstellen

Es gibt diverse halsbrecherische Methoden, um unter Linux einen USB-Stick (oder noch schlimmer: eine USB-Festplatte) so mit dem Windows 7/8 Installationsmedium zu beschreiben, dass das Gerät bootfähig wird und damit Windows auf einem beliebigen Gerät installiert werden kann. Der Königsweg war unetbootin 494, das auch NTFS formatierte MEdien anzeigen konnte. Das Problem ist, dassmoderne Distributionen die

Windows USB-Installationsmedium unter Linux erstellen Read More »

Nach oben scrollen