Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/215.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android中的视频处理问题_Android - Fatal编程技术网

Android中的视频处理问题

Android中的视频处理问题,android,Android,https://play.google.com/store/apps/details?id=com.quvideo.xiaoying 我必须浏览这个应用程序,发现这个应用程序正在使用一个.xyt文件来创建视频预览和视频效果。有人知道如何从视频创建一个.xyt文件,并将.xytfile访问到android吗?它包含如下数据 <root> <version value="0x30000"/> <preprocess value="1"/>

https://play.google.com/store/apps/details?id=com.quvideo.xiaoying

我必须浏览这个应用程序,发现这个应用程序正在使用一个.xyt文件来创建视频预览和视频效果。有人知道如何从视频创建一个.xyt文件,并将.xytfile访问到android吗?它包含如下数据

 <root>
    <version value="0x30000"/>
    <preprocess value="1"/>
    <color_space in="0x4000" out="0x4000"/>
    <cache_cfg count="2">
        <item origin_type="0x1000" cache_count="1" is_output="0" color_space="0x4000"/>
        <item origin_type="0x2000" cache_count="1" is_output="1" color_space="0x4000"/>
    </cache_cfg>
    <property count="0"/>
    <effect_list count="4">
        <effect type="2" param="3000" start="0" length="-1" is_static="0" is_by_pass="1" viewport_alignment="0x60"/>
        <effect type="2" param="3001" start="0" length="-1" is_static="0" single_time="5000" interval_time="5000" is_by_pass="0" viewport_alignment="0xa"/>
        <effect type="2" param="3002" start="5000" length="-1" is_static="0" single_time="5000" interval_time="5000" is_by_pass="0" viewport_alignment="0xa"/>
        <effect type="2" param="3003" start="0" length="-1" is_static="0" is_by_pass="0" viewport_alignment="0x60"/>
    </effect_list>
</root><?xml version = "1.0" encoding = "utf-8"?>



有时出于安全问题,他们会对文件使用某种未知的扩展名,并在使用时将扩展名更改为原始扩展名

他们可能正在使用.xyt扩展,并在处理视频时将其转换为.mp4

尝试将其转换为另一个视频文件扩展名,然后播放。