Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 8
Благодарности: 1

Профиль | Отправить PM | Цитировать


Бьет ошибку :

Код: Выделить весь код
[file @ 0000000001f941e0] Protocol 'file' not on whitelist 'crypto'!
[concat @ 00000000009d68a0] Impossible to open '1.mov'
pipe:: Invalid argument
Исправил так:
Код: Выделить весь код
 (for /f "usebackq delims=" %i in (`dir /b /a:-d "*.mov"`) do @echo file '%~i') | "\timelaps\fine\ffmpeg.exe" -safe 0 -protocol_whitelist "file,http,https,tcp,tls,pipe" -f concat -i - -codec copy "\timelaps\fine\Result.mov"
В результате:
Код: Выделить весь код
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f73dc0] Auto-inserting h264_mp4toannexb bitstream filter
Input #0, concat, from 'pipe:':
  Duration: N/A, start: 0.000000, bitrate: 8019 kb/s
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 8019 kb/s, 30 fps, 30 tbr, 10k tbn, 20k tbc
    Metadata:
      handler_name    : DataHandler
Output #0, mov, to '\timelaps\fine\Result.mov':
  Metadata:
    encoder         : Lavf57.73.100
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 8019 kb/s, 30 fps, 30 tbr, 10k tbn, 10k tbc
    Metadata:
      handler_name    : DataHandler
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f74ec0] Auto-inserting h264_mp4toannexb bitstream filterx
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f74ec0] Auto-inserting h264_mp4toannexb bitstream filterx
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f74ec0] Auto-inserting h264_mp4toannexb bitstream filterx
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f74ec0] Auto-inserting h264_mp4toannexb bitstream filterx
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000001f74ec0] Auto-inserting h264_mp4toannexb bitstream filterx
frame=120588 fps=1385 q=-1.0 Lsize= 3935471kB time=01:06:59.51 bitrate=8020.7kbits/s speed=46.2x
video:3934229kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.031568%
Создался файл Result.mov который открывается и проигрывается, но вместо видео черный экран (VLC, MPC player)

Отправлено: 12:24, 19-06-2017 | #3