Hi Michael, thanks for your quick answer !
Why not use an edit friendly format?
Because we need to transfer files very fast to remote editing facilities so we think H264 delivers image quality for a relatively low bitrate, that can be then transcoded easily if needed.
Can you post the media info result for this file?
*** MediaInfo Mac // Plain text file report
2010-05-03 22:40:55 +0200
Information for File: PPT_H264_Widescreen_1920x1080_1.mp4
General / Container Stream # 1
Total Video Streams for this File -> 1
Total Audio Streams for this File -> 1
Video Codecs Used -> AVC
Audio Codecs Used -> AAC LC
File Format -> MPEG-4
Play Time -> 24s 440ms
Total File Size -> 36.4 MiB
Total Stream BitRate -> 12.5 Mbps
Encoding Library -> Apple QuickTime
Video Stream # 1
Codec (Human Name) -> AVC
Codec (FourCC) -> avc1
Codec Profile -> Main@L5.0
Frame Width -> 1 920 pixels
Frame Height -> 1 080 pixels
Frame Rate -> 25.000 fps
Total Frames -> 610
Display Aspect Ratio -> 16/9
Video Standard -> Component
Scan Type -> Progressive
Colorimetry -> 4:2:0
Codec Settings (Summary) -> 6 Ref Frames
QF (like Gordian Knot) -> 0.239
Codec Settings (CABAC) -> No
Video Stream Length -> 24s 440ms
Video Stream BitRate -> 12.4 Mbps
Video Stream BitRate Mode -> VBR
Bit Depth -> 24 bits
Video Stream Size -> 36.0 MiB (99%)
Date of Original Encoding -> UTC 2010-04-29 15:06:03
Audio Stream # 1
Codec -> AAC
Codec (FourCC) -> 40
Audio Stream Length -> 24s 366ms
Audio Stream BitRate -> 128 Kbps
Audio Stream BitRate Mode -> VBR
Number of Audio Channels -> 2
Audio Channel’s Positions -> L R
Sampling Rate -> 48.0 KHz
Bit Depth -> 16 bits
Audio Stream Size -> 381 KiB (1%)
Date of Original Encoding -> UTC 2010-04-29 15:06:03
Also, can you post the command line you are using in FFmpeg?
ffmpeg -y -deinterlace -i FICHIER.mov -vcodec libx264 -vpre normal -vpre main -b 12M -bt 12M -minrate 12M -maxrate 12M -s hd1080 -aspect 16:9 -acodec libfaac -ab 384K -threads 0 -coder 0 -refs 2 -r 25 FICHIER.1080.mp4
I would like to know why you are not using high profile….
Since the Episode file that worked better used a main profile, we used the same profile 🙁
Thanks again.
Thomas