Thank you Abel! It is running :)
Hi, with enabling "Do not try preset" the errow window will not pup up. However, an error is shown under "Status". Please find screenshot attached.
Hi, with "nul" I get the exactly same error message.
Hi, with "nul" I get the exactly same error message.
Hello Abel, thanks for catching up! I tried your parameters. What exactly do you mean with "set format extension as nul." If I leave the format extension empty I receive an error message. See also Screenshot below. Setting the format extension to "mov" will get the same error message. Teodor
Under Windows PowerShell I was sucessfully unsing the following comand to split a .mov video file into 30 sec clips: ffmpeg -i P1022014.MOV -acodec copy -f segment -segment_time 30 -vcodec copy -reset_timestamps 1 -map 0 P1022014_T%d.mov However, as I have a bunch of files to split I would love to use FFmpeg Batch. But tring it I received the following error message: [mov @ 000001ad8bdaf6c0] Invalid segment filename template 'J:\Aufnahmen\CONVERTED\P1022014.mov' Could not write header for output...