Output of command
> $echo $PKG_CONFIG_PATH
/d/smallgame/ffmpeg_win/deps.posix/lib/pkgconfig:/opt/local/lib/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig/:/usr/lib/pkgconfig
> cd /d/smallgame/ffmpeg_win/deps.posix/lib/pkgconfig
> ls -I/opus
ffnvcodec.pc freetype2.pc libvpx.pc ogg.pc opus.pc s
2019-01-08 16:13 GMT+01:00, Dinesh Gupta :
> Below commend
>>$ pkg-config --print-errors --cflags opus
> output as below
> -I/opus
>
> If u see the log file, last error is as :
>
> cl -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_
2019-01-09 11:17 GMT+01:00, Ben :
> What means "mp3-in-isom"?
It means an isom (mp4) file containing mp3.
> How do I use an "MP4Box" to remux with ffmpeg?
You cannot, MP4Box is a program that allows remuxing to mp4.
Carl Eugen
___
ffmpeg-user mailing
2019-01-09 4:51 GMT+01:00, Felix Muster :
> ffmpeg -r 24000/1001 -i test.mkv -map 0:0 -c copy test.mp4
The input option "-r" can be useful but should in general be avoided.
Please explain why you need it (command line and complete,
uncut console output).
FFmpeg neither reads a file as cfr nor vf
2019-01-09 10:32 GMT+01:00, Hari Babu Muga :
> The following are the commands that I used for different operations.
>
> 1) For extracting all frames from the video:
> ffmpeg -i video.mpg frames/frame%06d.jpg
Please add the complete, uncut console output.
> 2) For extracting resized all frames fr
Hi,
As -report is used to generate report log, while running ffmpeg on command
line.
I want to generate the report file using c code with libx264.
If the information regarding this is somewhere, help me out in.
With regads,
V Durga.
--
Sent from: http://www.ffmpeg-archive.org/
Hello Carl Eugen
Sorry for the questions:
What means "mp3-in-isom"?
How do I use an "MP4Box" to remux with ffmpeg?
Ben
--
Sent from: http://www.ffmpeg-archive.org/
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listi
Thanks for the earliest reply!!
The following are the commands that I used for different operations.
1) For extracting all frames from the video:
ffmpeg -i video.mpg frames/frame%06d.jpg
2) For extracting resized all frames from the video:
ffmpeg -i video.mpg -vf scale=640:-2 frames/frame%06d.jp