[FFmpeg-user] Which command line and version do I need to reproduce those properties?

Anatol anatol2002 at gmail.com
Sun Dec 27 17:04:20 CET 2015


try to add:
-profile main -pix_fmt yuvj420p -aspect 1280:720

It could help if u added the ffprobe printout of the resultant file.
Anyhow your printout does not represent the structure of the TEST.MOV file.

On Sat, Dec 26, 2015 at 10:22 PM, Alexander Winnig <
vernehmlassung at googlemail.com> wrote:

> I have a file for which ffmpeg gave those properties:
>
>>     Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'TEST.MOV':
>>       Metadata:
>>         major_brand     : qt
>>         minor_version   : 0
>>         compatible_brands: qt
>>         creation_time   : 2015-12-26 07:45:26
>>       Duration: 00:00:02.75, start: 0.000000, bitrate: 4935 kb/s
>>         Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661),
>> yuvj420p(pc), 1280x720 [SAR 1:1 DAR 16:9], 4775 kb/s, 59.94 fps, 59.94 tbr,
>> 180k tbn, 119.88 tbc (default)
>>         Metadata:
>>           creation_time   : 2015-12-26 07:45:26
>>           handler_name    : Ambarella AVC
>>         Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono,
>> fltp, 64 kb/s (default)
>>         Metadata:
>>           creation_time   : 2015-12-26 07:45:26
>>           handler_name    : Ambarella AAC
>>
>
>
> Which command line and version do I need to reproduce those properties?
>
> I tried
>
> ffmpeg -i "test.mp4" -s 1280x720 -vcodec libx264 -c:a libvo_aacenc -q:a 3
>> -r 59.94 -b:v 4935k -b:a 64k -ac 1 -ar 48000 TEST2.MOV
>>
>
> But it's not the same.
>
> Goal is simple: my actioncam has a hdmi-output. I want to watch movies
> next to my own footage using my actioncam when I am abroad. Goal is to make
> the actioncam think, it was it's own footage to play it back. Currently I
> only get 'invalid'.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list