日本語のみで絞り込む

2014/2/15 -1 Answer 1 ... Your input is simply not an h264 stream, yet you are telling ffmpeg it is one. You need to tell ffmpeg what it actually is: a v4l2 ...

2023/12/28 -There are two workarounds here. Configure motion to use UDP; Or, patch ffmpeg to force use TCP even though the camera does follow RTSP protocol ...

2020/4/4 -OK, I have found a solution. All I had to do is adding the following option: -rtsp_transport tcp. The entire syntax is as follow: ffmpeg ...

I am trying to convert a ts stream produced by my TV tuner into an MP4 file: ffmpeg -i sample-video.ts sample-video.mp4. It is reporting "PES packet size ...

I'm running FFmpeg 2.3.1 from the Arch Linux repository. There is an MP3 file that I am unable to play with mplayer, mpv, or ffplay and unable to convert or ...

hello again, i reconfigured a new VM with openmeetings 1.1 and now it seems that the ffmpeg executable is visible in the PATH. unfortunately someting

Summary of the bug: How to reproduce: % ffmpeg -probesize 10M -analyzeduration 10M -i input.mp4 -t 00:00:15 -vf "movie=giphy.webp [watermark]; ...

2021/10/6 -I just set up Tdarr to go through my library and do some transcoding work to save some space and just make my life easier.

2013/3/11 -Probably a bug in the buggy, bizarro, fake version of "ffmpeg" from libav. Try a static build of real ffmpeg from FFmpeg.

2021/6/12 -I have both ffmpeg and youtube-dl installed through pip on windows 10. I also get this exact same error when downloading the "Essence of linear ...

A.エラーを読むのですよ。読むために書いているのだから。 > At least one output file must be specified 出力のファイル名がないと言われている。あなた

解決済み-回答:4件-2013/12/8

A.ptbhctzdkgさんへ 3G2の動画の動画、音声コーデックは何でしょう? mp4で使われる音声コーデックでないAMRやQCPだと 変換せざるを得ないと思います。

解決済み-回答:1件-2014/10/24