Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Задачи для ffmpeg и медиафайлов активного каталога 
Author Message
Keeper



PostPosted: Fri Sep 23, 2016 11:47    Post subject: Reply with quote

Flasher, привет еще раз, подскажи как совсем не закрывать окно. Посмотреть на что ругается нужно.
Обновил ffmpeg (Latest Zeranoe FFmpeg Build Version: 7d17d31 (2016-09-22)) - окошко молниеносно откр\закр без результата.
Руками если ...-f concat -i myfile... сделать, то всё отлично...
PS: Обновил потому что заметил что после конкатенации framerate меняется на несколько сотых (например было, 30000 становится 29ххх, где ххх произвольное число https://yadi.sk/i/E6MK4nfkvaQLF), думал новая версия поможет не трогать fps но походу это так и задумано, ответа этому в гугле даже не нашел и вообще это не по теме форума Razz .

Добавлено спустя 16 минут:

Flasher
А еще я бы хотел попросить у тебя помощи в создании, если не трудно, кнопочки для резки видео файла.
Code:
ffmpeg -ss [start] -i in.mp4 -t [duration] -c copy out.mp4
Here, the options mean the following:
    -ss specifies the start time, e.g. 00:01:23.000 or 83 (in seconds)
    -t specifies the duration of the clip (same format).
    Recent ffmpeg also has a flag to supply the end time with -to.
    -c copy copies the first video, audio, and subtitle bitstream from the input to the output file without re-encoding them. This won't harm the quality and make the command run within seconds.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group