Opened 10 years ago
Last modified 9 years ago
#4578 new defect
Incorrect absolute path for mov reference file
Reported by: | Carl Eugen Hoyos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | mov |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
The file from ticket #4539 references the absolute path /Volumes/storage/rendertemp/in/reference/original.mov
but FFmpeg searches for /rendertemp/in/reference/original.mov
instead.
$ ffmpeg -i reference.mov ffmpeg version N-72360-g816005d Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 25.100 / 54. 25.100 libavcodec 56. 41.100 / 56. 41.100 libavformat 56. 33.101 / 56. 33.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 16.101 / 5. 16.101 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2c68460] Absolute path /rendertemp/in/reference/original.mov not tried for security reasons, set demuxer option use_absolute_path to allow absolute paths [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2c68460] stream 0, error opening alias: path='/rendertemp/in/reference/original.mov', dir='reference', filename='original.mov', volume='storage', nlvl_from=1, nlvl_to=1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2c68460] Absolute path /rendertemp/in/reference/original.mov not tried for security reasons, set demuxer option use_absolute_path to allow absolute paths [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2c68460] stream 1, error opening alias: path='/rendertemp/in/reference/original.mov', dir='reference', filename='original.mov', volume='storage', nlvl_from=1, nlvl_to=1 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2c68460] Could not find codec parameters for stream 1 (Video: h264 (avc1 / 0x31637661), none(bt709), 960x540, 1458 kb/s): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'reference.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2015-05-08 03:03:11 Duration: 00:00:03.58, bitrate: 13 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 103 kb/s (default) Metadata: creation_time : 2015-05-08 03:03:14 handler_name : Apple Alias Data Handler Stream #0:1(eng): Video: h264 (avc1 / 0x31637661), none(bt709), 960x540, 1458 kb/s, 25.42 fps, 25 tbr, 600 tbn, 1200 tbc (default) Metadata: creation_time : 2015-05-08 03:03:14 handler_name : Apple Alias Data Handler encoder : H.264 At least one output file must be specified
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Cehoyos,
Do you think this item is able to be addressed in the near term ?
Thanks again.