sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Missing default metadata in FFmpegRecorder #318

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What is the expected output? What do you see instead?
"ffprobe -i file" the output should contain metadata such as "creation_date" 
etc. 

What version of the product are you using? On what operating system?
Android, JavaCV 0.5

Please provide any additional information below.

The problem is that the default metadata cannot be changed/honored after the 
video is recorded. 

Original issue reported on code.google.com by wzsddtc on 17 May 2013 at 7:16

GoogleCodeExporter commented 8 years ago
Correction: should be creation_time instead of creation_date

Original comment by wzsddtc on 17 May 2013 at 7:22

GoogleCodeExporter commented 8 years ago
Sounds like a great enhancement :) Let me know if you have any patches to 
propose, thanks

Original comment by samuel.a...@gmail.com on 19 May 2013 at 4:44

GoogleCodeExporter commented 8 years ago
I basically just run ffmpeg -i input -metadata creation_time="time" 
output...not sure how easy this is to be done in code since the metadata is 
demuxer specific. 

Original comment by wzsddtc on 19 May 2013 at 10:00

GoogleCodeExporter commented 8 years ago
Merging with 424, since we can compensate by writing custom metadata.

Original comment by samuel.a...@gmail.com on 6 May 2015 at 12:09