
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (57)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5982)
-
combine different encoding movie into one [duplicate]
21 décembre 2017, par HunneThis question already has an answer here :
We are trying to combine/concat different movie episodes into
one but when sometimes the video is with different encoding at that time
FFMPEG command throws an error so I would like you please help me in
this that if we modify the FFMPEG command and it combine different
encoding movie into one> /bin/ffmpeg \
-f lavfi -i color=c=black \
-ss 0.000 -t 16.545 \
-i "/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509686278_59fbfc06d394b.mp4" \
-ss 0.000 -t 32.038 \
-i "/var/customers/webs/dilip/motions4/upload/public/userfiles/tmp/fb881023855388222/1509704918_59fc44d6ac51b.mp4" \
-ss 16.545 -t 20.386 \
-i "/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509686278_59fbfc06d394b.mp4" \
-i "/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509685957_59fbfac5113ff.png" \
-i "/var/customers/webs/dilip/motions4/upload/public/userfiles/public/1509691135_59fc0effd94c8.mp3" \
-f lavfi -i color=c=black:s=854x480:r=25:d=3 \
-f lavfi -i color=c=black:s=854x480:r=25:d=3 \
-filter_complex " \
[1:v]fps=fps=25[1_fps]; \
[1_fps]scale=853:480:force_original_aspect_ratio=increase[1_fps_tmpsize]; \
[1_fps_tmpsize]pad=854:480:x=0.5:y=0:color=black[1_scaled]; \
[2:v]fps=fps=25[2_fps]; \
[2_fps]scale=640:480:force_original_aspect_ratio=increase[2_fps_tmpsize]; \
[2_fps_tmpsize]pad=854:480:x=107:y=0:color=black[2_scaled]; \
[3:v]fps=fps=25[3_fps]; \
[3_fps]scale=853:480:force_original_aspect_ratio=increase[3_fps_tmpsize]; \
[3_fps_tmpsize]pad=854:480:x=0.5:y=0:color=black[3_scaled]; \
[2_scaled][1_scaled]scale2ref[scaled_2_scaled][1_scaled]; \
[3_scaled][1_scaled]scale2ref[scaled_3_scaled][1_scaled]; \
[1_scaled][scaled_2_scaled][scaled_3_scaled]concat=n=3:v=1:a=0[video_out]; \
[video_out]drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf' \
:x=w-tw-25:y=25:fontsize=32:text='www.omegaitech.com':fontcolor=white[video_out_watermarked]; \
[4:v]scale=100:100[scalled_logo]; [video_out_watermarked][scalled_logo]overlay=10:10 [video_out_watermarked]; \
[5:a]adelay=300|300|300|300|300|300|300|300[audio_out]; \
[6]setsar=1[a]; \
[a]drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf' \
:x=(w-text_w)/2:y=(h-text_h-line_h)/2:fontsize=32:text='Intro text':fontcolor=white[a]; \
[7]setsar=1[c]; \
[c]drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf':x=(w-text_w)/2:y=(h)/2-(line_h*2):fontsize=32:text='Created By':fontcolor=white,drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf':x=(w-text_w)/2:y=(h)/2-(line_h)+10:fontsize=32:text='Dilip Gorasia (omegaitech@yahoo.com)':fontcolor=white,drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf':x=(w-text_w)/2:y=(h)/2+20:fontsize=32:text='Modified By':fontcolor=white,drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/libel-suit-rg.ttf':x=(w-text_w)/2:y=(h)/2+(line_h)+20:fontsize=32:text='Raj Patel (rinpate@gmail.com)':fontcolor=white[c]; \
[video_out_watermarked]setsar=1[b]; \
[a][b][c]concat=n=3:v=1:a=0[video_out_watermarked]; \
[video_out_watermarked]drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/arial.ttf' \
:x=100:y=100:fontsize=32:text='Raj Patel':fontcolor=white:enable='between(t,0,13.37)'[video_out_watermarked]; \
[video_out_watermarked]drawtext=fontfile='/var/customers/webs/dilip/motions4/upload/public/assets/fonts/arial.ttf' \
:x=200:y=200:fontsize=32:text='Raj Patel':fontcolor=white:enable='between(t,13.37,38.78)'[video_out_watermarked] \
" \
-map "[video_out_watermarked]" -map "[audio_out]" \
-s 854x480 \
-aspect 1.779167 \
-r 25 \
-c:v libx264 -b:v 800k -bufsize 64k -crf 24 -movflags faststart -q:v 0 -q:a 0 -c:a aac -strict experimental -b:a 128k -f mp4 -threads 2 -shortest \
-t 74.969 -async 1 \
-y "/var/customers/webs/dilip/motions4/upload/public/userfiles/output/fb881023855388222/1509704929_59fc44e122d41.mp4"
ffmpeg version N-87770-g1954e62 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
libavutil 55. 77.101 / 55. 77.101
libavcodec 57.106.104 / 57.106.104
libavformat 57. 82.104 / 57. 82.104
libavdevice 57. 9.102 / 57. 9.102
libavfilter 6.106.101 / 6.106.101
libswscale 4. 7.103 / 4. 7.103
libswresample 2. 8.100 / 2. 8.100
libpostproc 54. 6.100 / 54. 6.100
Input #0, lavfi, from 'color=c=black':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509686278_59fbfc06d394b.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2016-09-07T03:10:56.000000Z
Duration: 00:04:06.76, start: 0.000000, bitrate: 2324 kb/s
Stream #1:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 2194 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc (default)
Metadata:
creation_time : 2016-09-07T03:10:56.000000Z
handler_name : ISO Media file produced by Google Inc.
Stream #1:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
creation_time : 2016-09-07T03:10:56.000000Z
handler_name : ISO Media file produced by Google Inc.
Input #2, mov,mp4,m4a,3gp,3g2,mj2, from '/var/customers/webs/dilip/motions4/upload/public/userfiles/tmp/fb881023855388222/1509704918_59fc44d6ac51b.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf57.36.100
comment : 1361809051215868
Duration: 00:00:32.38, start: 0.000000, bitrate: 310 kb/s
Stream #2:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 182 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #2:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 122 kb/s (default)
Metadata:
handler_name : SoundHandler
Input #3, mov,mp4,m4a,3gp,3g2,mj2, from '/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509686278_59fbfc06d394b.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2016-09-07T03:10:56.000000Z
Duration: 00:04:06.76, start: 0.000000, bitrate: 2324 kb/s
Stream #3:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 2194 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc (default)
Metadata:
creation_time : 2016-09-07T03:10:56.000000Z
handler_name : ISO Media file produced by Google Inc.
Stream #3:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
creation_time : 2016-09-07T03:10:56.000000Z
handler_name : ISO Media file produced by Google Inc.
Input #4, png_pipe, from '/var/customers/webs/dilip/motions4/upload/public/userfiles/input/fb10209949081578900/1509685957_59fbfac5113ff.png':
Duration: N/A, bitrate: N/A
Stream #4:0: Video: png, rgba(pc), 128x128, 25 tbr, 25 tbn, 25 tbc
Input #5, mp3, from '/var/customers/webs/dilip/motions4/upload/public/userfiles/public/1509691135_59fc0effd94c8.mp3':
Metadata:
TOAL : www.Songs.PK
TRSN : www.Songs.PK
TPE4 : www.Songs.PK
encoded_by : Eac * Lame
EpisodeID : www.Songs.PK
comment : www.Songs.PK
lyrics-eng : www.Songs.PK
title : Zor Ka Jhatka - www.Songs.PK
track : 1
TGID : www.Songs.PK
TIT1 : www.Songs.PK
TIT3 : www.Songs.PK
copyright : www.Songs.PK
performer : www.Songs.PK
publisher : www.Songs.PK
genre : Bollywood Music
album : Action Replayy
album_artist : www.Songs.PK
composer : www.Songs.PK
TEXT : www.Songs.PK
TOLY : www.Songs.PK
TOPE : Music: Pritam | Lyrics: Irshad Kamil
artist : Daler Mehndi, Richa Sharma
TDES : www.Songs.PK
TCAT : www.Songs.PK
date : 2010
Duration: 00:04:10.17, start: 0.025056, bitrate: 164 kb/s
Stream #5:0: Audio: mp3, 44100 Hz, stereo, s16p, 158 kb/s
Metadata:
encoder : LAME3.98r
Stream #5:1: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 900x803 [SAR 300:300 DAR 900:803], 90k tbr, 90k tbn, 90k tbc
Metadata:
comment : Cover (front)
Input #6, lavfi, from 'color=c=black:s=854x480:r=25:d=3':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #6:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 854x480 [SAR 1:1 DAR 427:240], 25 tbr, 25 tbn, 25 tbc
Input #7, lavfi, from 'color=c=black:s=854x480:r=25:d=3':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #7:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 854x480 [SAR 1:1 DAR 427:240], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
Stream #1:0 (h264) -fps
Stream #2:0 (h264) -fps
Stream #3:0 (h264) -fps
Stream #4:0 (png) -scale
Stream #5:0 (mp3) -adelay
Stream #6:0 (rawvideo) -setsar
Stream #7:0 (rawvideo) -setsar
drawtext -Stream #0:0 (libx264)
adelay -Stream #0:1 (aac)
Press [q] to stop, [?] for help
-async is forwarded to lavfi similarly to -af aresample=async=1:min_hard_comp=0.100000:first_pts=0.
[Parsed_concat_11 @ 0x340f840] Input link in1:v0 parameters (size 854x480, SAR 1:1) do not match the corresponding output link in0:v0 parameters (854x480, SAR 2560:2559)
[Parsed_concat_11 @ 0x340f840] Failed to configure output pad on Parsed_concat_11
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #7:0
Conversion failed!`enter code here`Thx for your help
-
convert mp4 to m4a using ffmpeg in android
30 novembre 2017, par abdulrahmanI’m trying to add the ability to compress video files in my project. However, I tried to extract the Audio from the original video file using FFMPEG Library before compressing it. The command line was
-i video.mp4 -c:a aac -b:a 160k target.m4a
After the encoding was done I noticed that the output is still a video file but with a difference in the size. This brought two questions to me and I would like to know their answers.
1 - can the ".m4a" file be considered as a video file ?
2 - can I use this command line to compress video files ?
Best regards
Log after executing the command
<p>
success load
started encoding
ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/tempVid.mp4':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
creation_time : 2017-11-30 03:22:41
com.android.version: 6.0.1
Duration: 00:00:19.80, start: 0.000000, bitrate: 4246 kb/s
Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 176x144, 4112 kb/s, SAR 1:1 DAR 11:9, 29.94 fps, 29.97 tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 270
creation_time : 2017-11-30 03:22:41
handler_name : VideoHandle
Side data:
displaymatrix: rotation of 90.00 degrees
Stream #0:1(eng): Audio: amr_nb (samr / 0x726D6173), 8000 Hz, mono, flt, 12 kb/s (default)
Metadata:
creation_time : 2017-11-30 03:22:41
handler_name : SoundHandle
[libx264 @ 0xb5bc4400] using SAR=1/1
[libx264 @ 0xb5bc4400] using cpu capabilities: none!
[libx264 @ 0xb5bc4400] profile High, level 1.1
[libx264 @ 0xb5bc4400] 264 - core 148 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=5 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[aac @ 0xb5bc4c00] Too many bits 20480.000000 > 6144 per frame requested, clamping to max
Output #0, ipod, to '/storage/emulated/0/target.m4a':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
com.android.version: 6.0.1
encoder : Lavf57.25.100
Stream #0:0(eng): Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 144x176 [SAR 1:1 DAR 9:11], q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
Metadata:
handler_name : VideoHandle
creation_time : 2017-11-30 03:22:41
encoder : Lavc57.24.102 libx264
Side data:
unknown side data type 10 (24 bytes)
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 48 kb/s (default)
Metadata:
creation_time : 2017-11-30 03:22:41
handler_name : SoundHandle
encoder : Lavc57.24.102 aac
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
Stream #0:1 -> #0:1 (amr_nb (amrnb) -> aac (native))
Press [q] to stop, [?] for help
frame= 47 fps=0.0 q=0.0 size= 0kB time=00:00:00.76 bitrate= 0.5kbits/s speed=1.53x
frame= 69 fps= 68 q=29.0 size= 12kB time=00:00:01.79 bitrate= 56.3kbits/s speed=1.77x
frame= 88 fps= 57 q=29.0 size= 22kB time=00:00:02.30 bitrate= 76.5kbits/s speed=1.49x
frame= 110 fps= 54 q=29.0 size= 31kB time=00:00:02.81 bitrate= 89.9kbits/s speed=1.37x
frame= 118 fps= 45 q=29.0 size= 34kB time=00:00:03.84 bitrate= 71.5kbits/s speed=1.47x
frame= 144 fps= 46 q=29.0 size= 44kB time=00:00:03.84 bitrate= 93.7kbits/s speed=1.23x
frame= 150 fps= 41 q=29.0 size= 48kB time=00:00:04.86 bitrate= 80.6kbits/s speed=1.34x
frame= 178 fps= 42 q=29.0 size= 62kB time=00:00:04.86 bitrate= 105.2kbits/s speed=1.16x
frame= 185 fps= 39 q=29.0 size= 67kB time=00:00:05.88 bitrate= 93.4kbits/s speed=1.25x
frame= 206 fps= 40 q=29.0 size= 78kB time=00:00:05.88 bitrate= 108.5kbits/s speed=1.13x
frame= 214 fps= 37 q=29.0 size= 84kB time=00:00:06.91 bitrate= 99.8kbits/s speed=1.21x
frame= 238 fps= 38 q=29.0 size= 100kB time=00:00:06.91 bitrate= 118.0kbits/s speed=1.11x
frame= 249 fps= 37 q=29.0 size= 106kB time=00:00:07.93 bitrate= 109.3kbits/s speed=1.18x
frame= 268 fps= 37 q=29.0 size= 119kB time=00:00:08.19 bitrate= 119.1kbits/s speed=1.13x
frame= 279 fps= 36 q=29.0 size= 127kB time=00:00:08.96 bitrate= 116.4kbits/s speed=1.16x
frame= 298 fps= 36 q=29.0 size= 140kB time=00:00:09.21 bitrate= 124.4kbits/s speed=1.11x
frame= 308 fps= 35 q=29.0 size= 149kB time=00:00:09.98 bitrate= 122.3kbits/s speed=1.14x
frame= 328 fps= 35 q=29.0 size= 162kB time=00:00:10.24 bitrate= 129.5kbits/s speed= 1.1x
frame= 343 fps= 35 q=29.0 size= 172kB time=00:00:10.88 bitrate= 129.2kbits/s speed=1.11x
frame= 358 fps= 35 q=29.0 size= 180kB time=00:00:11.90 bitrate= 124.0kbits/s speed=1.15x
frame= 387 fps= 36 q=29.0 size= 195kB time=00:00:11.90 bitrate= 134.1kbits/s speed=1.09x
frame= 398 fps= 35 q=29.0 size= 202kB time=00:00:12.92 bitrate= 127.9kbits/s speed=1.14x
frame= 418 fps= 35 q=29.0 size= 213kB time=00:00:13.31 bitrate= 131.3kbits/s speed=1.12x
frame= 432 fps= 35 q=29.0 size= 222kB time=00:00:13.95 bitrate= 130.3kbits/s speed=1.13x
frame= 448 fps= 35 q=29.0 size= 230kB time=00:00:14.59 bitrate= 129.0kbits/s speed=1.13x
frame= 469 fps= 35 q=29.0 size= 242kB time=00:00:14.97 bitrate= 132.5kbits/s speed=1.11x
frame= 478 fps= 34 q=29.0 size= 247kB time=00:00:15.87 bitrate= 127.6kbits/s speed=1.14x
frame= 509 fps= 35 q=29.0 size= 259kB time=00:00:16.00 bitrate= 132.8kbits/s dup=1 drop=0 speed=1.11x
frame= 525 fps= 35 q=29.0 size= 266kB time=00:00:17.02 bitrate= 127.8kbits/s dup=1 drop=0 speed=1.13x
frame= 539 fps= 35 q=29.0 size= 271kB time=00:00:17.79 bitrate= 124.5kbits/s dup=1 drop=0 speed=1.15x
frame= 564 fps= 35 q=29.0 size= 285kB time=00:00:18.04 bitrate= 129.4kbits/s dup=1 drop=0 speed=1.13x
frame= 574 fps= 35 q=29.0 size= 290kB time=00:00:19.07 bitrate= 124.8kbits/s dup=1 drop=0 speed=1.15x
frame= 590 fps= 35 q=29.0 size= 297kB time=00:00:19.45 bitrate= 125.2kbits/s dup=1 drop=0 speed=1.14x
frame= 594 fps= 33 q=-1.0 Lsize= 328kB time=00:00:19.84 bitrate= 135.2kbits/s dup=1 drop=0 speed= 1.1x
video:246kB audio:70kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 3.381132%
[libx264 @ 0xb5bc4400] frame I:3 Avg QP:22.61 size: 4103
[libx264 @ 0xb5bc4400] frame P:230 Avg QP:25.04 size: 851
[libx264 @ 0xb5bc4400] frame B:361 Avg QP:28.82 size: 121
[libx264 @ 0xb5bc4400] consecutive B-frames: 1.2% 40.7% 37.9% 20.2%
[libx264 @ 0xb5bc4400] mb I I16..4: 4.0% 49.8% 46.1%
[libx264 @ 0xb5bc4400] mb P I16..4: 0.1% 0.3% 0.2% P16..4: 52.0% 27.1% 15.1% 0.0% 0.0% skip: 5.3%
[libx264 @ 0xb5bc4400] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 43.4% 2.1% 0.3% direct: 1.7% skip:52.5% L0:39.3% L1:55.4% BI: 5.3%
[libx264 @ 0xb5bc4400] 8x8 transform intra:51.7% inter:57.7%
[libx264 @ 0xb5bc4400] coded y,uvDC,uvAC intra: 81.9% 93.5% 80.4% inter: 11.9% 40.0% 17.4%
[libx264 @ 0xb5bc4400] i16 v,h,dc,p: 11% 25% 7% 57%
[libx264 @ 0xb5bc4400] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 20% 16% 6% 11% 5% 20% 6% 9%
[libx264 @ 0xb5bc4400] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 22% 14% 5% 10% 7% 19% 5% 7%
[libx264 @ 0xb5bc4400] i8c dc,h,v,p: 61% 18% 10% 10%
[libx264 @ 0xb5bc4400] Weighted P-Frames: Y:24.3% UV:22.2%
[libx264 @ 0xb5bc4400] ref P L0: 57.6% 14.3% 16.8% 8.9% 2.3%
[libx264 @ 0xb5bc4400] ref B L0: 76.3% 19.1% 4.6%
[libx264 @ 0xb5bc4400] ref B L1: 91.9% 8.1%
[libx264 @ 0xb5bc4400] kb/s:101.58
[aac @ 0xb5bc4c00] Qavg: 64130.668
success ffmpeg
end encoding
ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/tempVid.mp4':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
creation_time : 2017-11-30 03:22:41
com.android.version: 6.0.1
Duration: 00:00:19.80, start: 0.000000, bitrate: 4246 kb/s
Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 176x144, 4112 kb/s, SAR 1:1 DAR 11:9, 29.94 fps, 29.97 tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 270
creation_time : 2017-11-30 03:22:41
handler_name : VideoHandle
Side data:
displaymatrix: rotation of 90.00 degrees
Stream #0:1(eng): Audio: amr_nb (samr / 0x726D6173), 8000 Hz, mono, flt, 12 kb/s (default)
Metadata:
creation_time : 2017-11-30 03:22:41
handler_name : SoundHandle
[libx264 @ 0xb5bc4400] using SAR=1/1
[libx264 @ 0xb5bc4400] using cpu capabilities: none!
[libx264 @ 0xb5bc4400] profile High, level 1.1
[libx264 @ 0xb5bc4400] 264 - core 148 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=5 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[aac @ 0xb5bc4c00] Too many bits 20480.000000 > 6144 per frame requested, clamping to max
Output #0, ipod, to '/storage/emulated/0/target.m4a':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
com.android.version: 6.0.1
encoder : Lavf57.25.100
Stream #0:0(eng): Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 144x176 [SAR 1:1 DAR 9:11], q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
Metadata:
handler_name : VideoHandle
creation_time : 2017-11-30 03:22:41
encoder : Lavc57.24.102 libx264
Side data:
unknown side data type 10 (24 bytes)
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 48 kb/s (default)
Metadata:
creation_time : 2017-11-30 03:22:41
handler_name : SoundHandle
encoder : Lavc57.24.102 aac
Stream mapping:
Stream #0:0 -> #0:0 (h26
</p> -
Changing the video file attribute without modifying it ffmpeg
9 décembre 2017, par JoeSkurczysynI am using a ffmpeg script to change the creation date of the file (access to the file) in the meta tag, parameter : creation_time. It’s just that the script that I use modifies the entire video file and change the normal parameter, not only that changes the parameters of the file, it still takes several hours.
How to improve it ?
ffmpeg -i 06.02.2017_PC.mp4 -c copy -map 0 -metadata creation_time="2016-02-06 18:10:27" 06.02.2017_PC2.mp4
pauseHow to improve it ?